Glossary — IP Mesh Radio Transcript Terminology

Generated 2026-03-02 from the attached transcript (ip-mesh-radio-transcript.txt). This glossary focuses on definitions and cross-references; it does not provide build instructions.

A

Antenna gain

Definition: Antenna gain describes how strongly an antenna concentrates RF energy in a particular direction compared to an ideal reference. Higher gain can improve link margin and extend usable range by focusing energy, but it does not increase the modulation’s raw data rate. In practical mesh builds, gain choice is a trade between coverage pattern, mounting constraints, and the need to maintain reliable links.

Context/Notes: Think “range and robustness,” not “more bandwidth.”

ATAK (Android Team Awareness Kit)

Definition: ATAK is a map-centric situational awareness application in the TAK family that supports team location sharing, chat, and exchanging geospatial overlays. In the transcript it’s used as the primary “phone interface” to an off‑grid IP network: phones join the local Wi‑Fi, ATAK discovers peers, and users share messages, imagery, and locations across the mesh.

Context/Notes: ATAK functionality is typically extended via plugins (e.g., video ingest, sensors, chat transports).

B

Bandwidth

Definition: In data networking, bandwidth is the maximum information-carrying capacity of a link, usually expressed as bit rate (e.g., Mbit/s). In radio systems it is also used to mean occupied spectrum width. The transcript contrasts low‑rate long‑range systems (kbit/s) with Wi‑Fi HaLow links operating in the Mbit/s range, enabling richer applications like voice and video.

Context/Notes: Don’t confuse bandwidth with range; range depends on link budget, environment, and antenna system.

C

Channel width

Definition: Channel width is the amount of RF spectrum allocated to a radio channel (e.g., 1 MHz, 2 MHz, 4 MHz, 8 MHz). Wider channels generally enable higher peak data rates, while narrower channels tend to improve sensitivity and range at the expense of throughput. The transcript reports performance tests across multiple HaLow channel widths to illustrate this trade‑off.

Context/Notes: Channel width is set in the radio/firmware configuration, not by the antenna.

D

dBm

Definition: dBm is a logarithmic unit of power referenced to 1 mW: 0 dBm = 1 mW, 10 dBm = 10 mW, 20 dBm = 100 mW, and 30 dBm = 1 W. The transcript uses dBm to describe transmit power limits and firmware “ceiling” changes (e.g., raising output from roughly 21 dBm toward the upper end of unlicensed operation).

Context/Notes: Because it’s logarithmic, small dBm changes can represent large power multiples.

E

Ethernet

Definition: Ethernet is a family of wired networking standards used for local area networks (LANs). In the transcript, Ethernet is used as a reliable local interface between a node and a laptop or an uplink router (e.g., Starlink), while the long‑range backhaul between nodes is provided by sub‑1 GHz Wi‑Fi HaLow. This split keeps local connectivity stable while extending reach.

Context/Notes: Ethernet is typically full‑duplex and low‑latency compared with wireless links.

F

Firmware

Definition: Firmware is the software that runs “closest to the hardware,” controlling radios, interfaces, and embedded devices. For an IP mesh node, firmware commonly packages the Linux base system, radio drivers, routing/mesh configuration, and a management UI. The transcript references OpenWrt-based firmware distributions that make repeatable imaging and configuration of Raspberry Pi nodes practical.

Context/Notes: In embedded networking, firmware updates are how new drivers and radio features land.

G

GPS coordination

Definition: GPS coordination is the use of GNSS-derived position and time data to share locations and synchronize activities across a team. In the transcript, GPS location sharing is one of the “real‑world practical uses” enabled when phones and tablets join the private IP mesh: applications can exchange position updates even without cellular towers or conventional internet service.

Context/Notes: In mapping apps, location can be exchanged as points, tracks, or live markers.

H

HAT (Hardware Attached on Top)

Definition: A HAT is an add‑on board that plugs into a Raspberry Pi’s headers to provide hardware capabilities such as power management, expansion buses, or radio interfaces. The transcript describes stacking a mini PCIe adapter and a battery/power HAT to create a portable, self‑contained node. In this build style, the Pi provides compute and routing while the HATs provide the physical radio and power layer.

Context/Notes: Mechanical mounting and connector strain relief matter for field deployments.

I

IP networking

Definition: IP networking is the use of the Internet Protocol (IPv4/IPv6) to address devices and route packets between them. A key point in the transcript is that Wi‑Fi HaLow supports “real internet” semantics: once nodes share an IP subnet (or are routed between subnets), ordinary apps—chat, voice, video, and mapping—can operate over the mesh without proprietary packet formats.

Context/Notes: Because IP is universal, you can reuse standard tools (routing, firewalls, QoS, VPNs).

iPerf (iperf3)

Definition: iPerf is a widely used network testing tool that measures maximum achievable throughput between two endpoints over IP networks. It can test TCP and UDP performance and reports metrics such as bit rate and loss. In the transcript, iPerf-style testing is used to quantify how different Wi‑Fi HaLow channel widths translate into real throughput on the mesh backhaul.

Context/Notes: iPerf measures link performance; real applications may behave differently under congestion or packet loss.

ISP (Internet Service Provider)

Definition: An ISP is an organization that provides internet connectivity, typically via fiber, cable, cellular, or satellite access. The transcript uses “look at me, I am the ISP now” to emphasize that a portable mesh with a single uplink can distribute connectivity to the whole team without relying on local towers or wired infrastructure. In that model, the mesh operator effectively becomes the local service provider for the group.

Context/Notes: In the field, the uplink is often the bottleneck—plan for sharing and prioritization.

J

No entries for this letter in the source transcript.

K

No entries for this letter in the source transcript.

L

Link 16

Definition: Link 16 is a standardized tactical data link used by NATO and partner forces to exchange a shared operational picture among aircraft, ships, and ground units. In the transcript, Link 16 is mentioned as an example of integrating digital coordination tools with air support. In a glossary context, it’s best read as “a high‑reliability tactical data exchange network” rather than a consumer networking technology.

Context/Notes: Link 16 is governed by military standards and is not part of civilian Wi‑Fi systems.

LoRa

Definition: LoRa is a long‑range, low‑power wireless modulation commonly used for IoT and sensor telemetry. It excels at very low data rates (often kbit/s) and long battery life, making it ideal for text messages, sensor readings, and periodic GPS pings. The transcript contrasts LoRa/Meshtastic with Wi‑Fi HaLow: LoRa is “digital walkie‑talkie for data,” while HaLow provides higher‑rate IP networking suitable for voice and video.

Context/Notes: LoRa is frequently deployed as LoRaWAN, a higher-level network protocol stack.

M

MANET (Mobile ad hoc network)

Definition: A MANET is a self-forming network where nodes connect directly and route traffic dynamically without fixed infrastructure. The transcript uses “mainnet” as shorthand for a portable MANET node: each unit is a small computer plus radios, and the network grows stronger as more nodes join. MANETs are valued for resilience—if one path drops, routing can shift to alternate paths through other nodes.

Context/Notes: MANET is a concept; the implementation can be Wi‑Fi mesh, routing daemons, or purpose-built radios.

Mesh networking (IEEE 802.11s)

Definition: 802.11s is an IEEE mesh networking amendment for Wi‑Fi that lets nodes form a multi-hop Layer‑2 mesh. In an 802.11s mesh, each node can relay traffic for others, extending coverage beyond a single access point and enabling flexible topologies. The transcript describes 802.11s as the mechanism that makes each additional node strengthen the network’s reach and resilience.

Context/Notes: 802.11s meshes are often configured and monitored via OpenWrt (LuCI) tooling.

Meshtastic

Definition: Meshtastic is an open-source off-grid messaging system that uses LoRa radios to form a low‑power mesh for text and location sharing. It emphasizes long range and battery life at the cost of throughput, so it is best for small messages and periodic updates. The transcript uses Meshtastic as a reference point for “spreading factor” thinking and as a contrast to Wi‑Fi HaLow’s higher-rate IP networking.

Context/Notes: Meshtastic often pairs LoRa with a phone app via Bluetooth or Wi‑Fi for user interaction.

mini PCIe

Definition: Mini PCIe is a compact expansion card interface used to add peripherals such as Wi‑Fi, cellular, and specialized radio modules to embedded systems. In the transcript’s build, a mini PCIe HaLow card plus an adapter “HAT” integrates the sub‑1 GHz radio onto a Raspberry Pi platform. This approach keeps the compute (Pi) and the RF front-end (radio module) modular for easier upgrades.

Context/Notes: Physical connectors and RF pigtails (SMA to U.FL) are common integration points.

MPU5

Definition: The MPU5 is a commercial MANET radio referenced in the transcript as a high-cost benchmark for tactical IP mesh capability. It’s mentioned to illustrate the cost and procurement gap between specialized, ruggedized systems and DIY/open-source alternatives. In glossary terms, treat “MPU5” as shorthand for purpose-built, field-hardened MANET hardware with integrated radios and networking features.

Context/Notes: Comparisons in the transcript focus on capability class and price, not on replicating military specifications.

Multicast

Definition: Multicast is an IP delivery method where one sender transmits to a group address and multiple receivers can subscribe, reducing duplicate traffic compared to one-to-one unicast. The transcript mentions using multicasting to share map imagery and updates between nodes without a centralized server. In mesh environments, multicast can be powerful but can also amplify congestion if not managed carefully.

Context/Notes: Some Wi‑Fi meshes treat broadcast/multicast differently for reliability and rate control.

Mumble

Definition: Mumble is a low-latency VoIP application commonly used for push-to-talk group voice. The transcript describes configuring Mumble clients on devices and (ideally) hosting a Mumble server inside the private network, enabling voice comms across the HaLow backhaul. Because it rides on IP, Mumble can work over Wi‑Fi, Ethernet, and routed mesh paths as long as latency and packet loss remain acceptable.

Context/Notes: For off‑grid use, hosting the server locally reduces dependency on the public internet.

N

Node

Definition: A node is a participating device in a network—here, a portable unit that provides local Wi‑Fi access and a long-range backhaul link to other nodes. In the transcript’s architecture, each node is built around a Raspberry Pi running OpenWrt plus a HaLow radio module, and the mesh scales as nodes are added. Nodes may also provide services such as routing, chat relays, or local voice servers.

Context/Notes: In mesh systems, a node can simultaneously be a client, router, and service host.

O

OpenMANET / OpenMainnet (OpenWrt-based firmware)

Definition: OpenMANET (often discussed alongside “OpenMainnet” in maker communities) refers to an OpenWrt-based firmware stack for building Raspberry Pi–centric MANET nodes with Wi‑Fi HaLow support. The goal is repeatable imaging, configuration, and testing of mesh nodes using open tooling and commodity parts. In the transcript, this is the kind of firmware package that enables higher transmit power ceilings and provides diagnostics for throughput and packet statistics.

Context/Notes: Names vary across projects; treat them as “open-source MANET firmware stacks” rather than a single product.

OpenWrt

Definition: OpenWrt is an embedded Linux distribution optimized for routers and network appliances. It provides a writable filesystem, package management, and a web UI (often LuCI) to configure interfaces, firewalling, routing, and Wi‑Fi features. In the transcript, OpenWrt is “the brains” of each node: it ties together local Wi‑Fi, the HaLow backhaul radio, Ethernet ports, and routing so that standard IP apps work over the mesh.

Context/Notes: OpenWrt is a common foundation for DIY networking projects because it’s flexible and well-documented.

P

PCIe (PCI Express)

Definition: PCI Express (PCIe) is a high-speed serial expansion interface used to connect peripherals such as network adapters and radio modules. In Raspberry Pi mesh builds, PCIe is commonly accessed via adapter boards that accept mini PCIe radios, then bridge them into the Pi’s expansion headers or bus interfaces. The transcript references a mini PCIe HaLow card as the key hardware that introduces the HaLow chipset.

Context/Notes: In small-form-factor builds, “PCIe” often appears as mini PCIe or M.2 variants.

Push-to-talk (PTT)

Definition: Push-to-talk is a communication mode where voice is transmitted only while a button is held, supporting fast group coordination with minimal background chatter. The transcript treats PTT as one of the practical apps enabled by the IP mesh, using tools like Mumble to provide low-latency voice between nodes. Because PTT is application-level, it can run over any IP path the mesh provides (Wi‑Fi, HaLow, Ethernet, or uplink).

Context/Notes: PTT performance depends on latency, jitter, and packet loss—especially on long or congested links.

Q

No entries for this letter in the source transcript.

R

Raspberry Pi 4

Definition: The Raspberry Pi 4 is a compact single-board computer commonly used as the compute core in DIY networking devices. In the transcript, it’s selected because it has broad OpenWrt support and enough CPU/RAM for routing, Wi‑Fi management, and running local services. Combined with add-on HATs and radio modules, a Pi 4 becomes a portable node that can bridge local Wi‑Fi/Ethernet to a long-range HaLow backhaul.

Context/Notes: SBC choice is often dictated by firmware driver support and physical integration constraints.

RTSP (Real Time Streaming Protocol)

Definition: RTSP is a control protocol used to establish and manage media streams, commonly used by IP cameras and some video encoders. The transcript lists RTSP alongside UDP and HTTP as typical ways to transport live video feeds that can be viewed inside ATAK when devices are on the same IP network. RTSP often pairs with RTP for the actual media payload, and is sensitive to latency and loss on long links.

Context/Notes: RTSP is frequently used in surveillance cameras and drone video pipelines.

S

Situational awareness

Definition: Situational awareness is the ability to perceive what is happening, understand its meaning, and anticipate what may happen next. In the transcript, the “power” of ATAK is described as putting shared, real-time context—locations, video, messages—into the operator’s hand rather than confining it to a tactical operations center. On a technical level, situational awareness apps rely on a network that can carry timely updates and synchronize shared artifacts.

Context/Notes: In civilian contexts, similar concepts apply to search-and-rescue, events, and field logistics.

SMA connector

Definition: SMA is a common RF coax connector used for antennas and test equipment, valued for its durability and repeatable impedance characteristics. The transcript describes using an SMA-to-U.FL pigtail to connect a compact radio module to an external antenna. In small radio builds, SMA provides a robust external interface, while U.FL is used on-board where space is tight.

Context/Notes: Connector choice affects reliability—strain relief and weather sealing matter outdoors.

Starlink

Definition: Starlink is a satellite internet service used as an uplink in the transcript’s off-grid tests. One node connects to the Starlink router over Ethernet, then shares that upstream connectivity to other nodes across the HaLow backhaul. In this architecture, Starlink provides global reach while the local mesh provides mobility and coverage, allowing multiple devices to use a single satellite terminal.

Context/Notes: Satellite links can have variable latency and throughput; plan application behavior accordingly.

Subnetting

Definition: Subnetting is the practice of dividing an IP address space into logical network segments. It controls which devices are on the same broadcast domain and how traffic is routed between groups. The transcript notes that getting ATAK devices communicating across multiple nodes can force you to “learn about subnetting,” especially when mixing local Wi‑Fi segments with routed HaLow backhaul links and an internet uplink.

Context/Notes: Clear IP planning reduces surprises with discovery protocols, multicast, and firewall rules.

Sub‑GHz ISM band (e.g., 915 MHz)

Definition: Sub‑GHz ISM bands are unlicensed spectrum allocations below 1 GHz used by many consumer and industrial radios. The transcript’s HaLow link uses a sub‑1 GHz frequency around 915 MHz, which can offer better propagation through vegetation and around obstacles than 2.4 GHz or 5 GHz at similar power levels. The lower frequency can improve range, but regulatory rules and antenna sizing constraints still apply.

Context/Notes: ISM rules vary by country; check local regulations for allowed power and channel plans.

T

Tactical operations center (TOC)

Definition: A tactical operations center is an organizational and communications hub where personnel coordinate plans, monitor activity, and maintain a shared operational picture. In the transcript, ATAK is framed as pushing some of that shared awareness down to individual operators by making the “big picture” accessible on phones. Technically, this shift requires a network that can distribute location, messages, and media in near real time.

Context/Notes: Outside defense contexts, similar roles exist as incident command posts or coordination centers.

Throughput

Definition: Throughput is the measured rate of successful data delivery over a link or network path, typically expressed in Mbit/s. It is an empirical result affected by protocol overhead, signal quality, retries, congestion, and device performance. The transcript reports throughput figures for HaLow links at different channel widths to show how real-world performance approaches theoretical ceilings and how narrower channels trade speed for reach.

Context/Notes: Latency and loss matter too—high throughput doesn’t guarantee good voice/video quality.

U

U.FL connector

Definition: U.FL (also known as I‑PEX) is a tiny RF coax connector widely used on compact radio modules for antenna connections. It saves space but is less robust than larger connectors, so it’s often paired with a short pigtail that transitions to SMA for an external antenna. The transcript mentions an SMA-to-U.FL adapter as part of integrating a sub‑GHz antenna with a HaLow radio card.

Context/Notes: U.FL connectors are designed for limited mate cycles; avoid repeated connect/disconnect in the field.

UDP (User Datagram Protocol)

Definition: UDP is a lightweight transport protocol that sends datagrams without establishing a connection or guaranteeing delivery. It’s commonly used for real-time media (voice and video) where timeliness matters more than perfect reliability. The transcript names UDP as a typical transport for live video streams and other low-latency feeds that can be displayed in ATAK when devices share the same IP network.

Context/Notes: Applications often add their own loss handling (buffering, FEC) on top of UDP.

Uplink

Definition: An uplink is a connection from a local network to a wider network, most commonly the public internet. In the transcript, a single node with a Starlink connection provides uplink service to the rest of the mesh, allowing “any other internet app” to work across the private network. Uplink design is about bottlenecks and policy: how bandwidth is shared, what traffic is allowed, and how failures are handled.

Context/Notes: In off-grid deployments, power budget and antenna placement are often as important as raw link speed.

V

Video streaming

Definition: Video streaming is the continuous delivery of video over a network using protocols such as HTTP (adaptive streaming) or RTSP/RTP (real-time feeds). The transcript describes pulling a live video stream into ATAK when the source device and viewer are on the same IP network, whether the stream travels over Wi‑Fi, HaLow backhaul, or Ethernet. Streaming is a stress test for a mesh because it is sensitive to throughput, latency, and jitter.

Context/Notes: Low-rate video can be surprisingly usable when the link is stable and latency is moderate.

W

Wi‑Fi HaLow (IEEE 802.11ah)

Definition: Wi‑Fi HaLow is the Wi‑Fi Alliance certification program based on IEEE 802.11ah, designed to operate in sub‑1 GHz bands for longer range and better penetration than traditional 2.4 GHz/5 GHz Wi‑Fi. In the transcript, HaLow provides the long-range “backbone” between nodes, supporting IP networking at Mbit/s rates and enabling applications like chat, mapping, voice, and some video at distance.

Context/Notes: HaLow performance depends on channel width, transmit power, antenna system, and line-of-sight conditions.

WPA3‑SAE

Definition: WPA3‑SAE is the WPA3-Personal security mode that uses SAE (Simultaneous Authentication of Equals) for password-authenticated key exchange. It improves resistance to offline dictionary attacks and provides forward secrecy compared with older WPA2-PSK handshakes. The transcript notes that HaLow radios use WPA3‑SAE, aligning the mesh’s link-layer security with modern enterprise Wi‑Fi expectations when configured correctly.

Context/Notes: Security depends on configuration hygiene: strong passphrases, updated firmware, and sensible network segmentation.

X

No entries for this letter in the source transcript.

Y

No entries for this letter in the source transcript.

Z

No entries for this letter in the source transcript.