Offline and mesh networking terms
Plain-language definitions and standards explainers for how devices communicate without internet: mesh transports, encryption, decentralized identity, and how the common standards compare.
Core concepts
Offline mesh networking Devices communicating directly over local radios with no internet, cell tower, or router. Offline-first architecture Building software that treats no connectivity as the normal case and syncs opportunistically. Peer-to-peer network Devices connecting directly as equals, with no central server mediating traffic. Multi-hop relay Reaching destinations beyond radio range by forwarding through intermediate devices. Store-and-forward Holding a message until a path to the destination appears, then forwarding it. Service discovery Finding and invoking devices’ services on a network, with no central registry. Mesh topology A network layout with redundant paths that reroutes around failures.
Transports and radios
Bluetooth LE mesh Connecting low-power BLE devices into a relaying network. WiFi Direct Connecting two devices over WiFi directly, with no access point or router. WiFi Aware Neighbor Awareness Networking: nearby devices discovering and exchanging data directly. LoRa mesh Long-range, low-bandwidth relaying on dedicated radios, and how a phone mesh differs. LoRa Long-range, low-power radio for small data, and how it differs from a phone mesh. Zigbee A low-power 802.15.4 mesh for home automation, and how it compares to a phone mesh. NFC Near Field Communication: very short-range tap-to-exchange, contrasted with mesh transports.
Related concepts
CRDT A data structure that lets devices edit shared data offline and merge without conflicts. Delay-tolerant networking Storing, carrying, and forwarding data across intermittent links with no continuous path. Opportunistic networking Routing that exploits intermittent contacts between mobile devices to deliver data. GPS spoofing Feeding a receiver false satellite signals, and why topology-based routing helps. Signal jamming Blocking a frequency with radio noise, and how multi-transport failover adds resilience.
Security and identity
MLS protocol (RFC 9420) The IETF standard for end-to-end encrypted group messaging. Ed25519 A fast, compact public-key signature scheme for offline, server-free verification. Self-sovereign identity An identity the holder owns as a device keypair, verified locally with no server. Trust-on-first-use Pinning a peer’s key on first contact and flagging any later change.
Standards and comparisons
Matter and Thread Smart-home standards, and how they compare to a phone-native mesh. Amazon Sidewalk A shared low-bandwidth network that pools device bandwidth to extend coverage. Nearby Connections Google’s Android API for direct device-to-device discovery and transfer. BLE mesh vs Thread vs Matter A layer-by-layer comparison, and where a phone-native mesh fits.

