> ## Documentation Index
> Fetch the complete documentation index at: https://www.offlineprotocol.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Offline Networking

> Dive into the offline networking methods that power Offline Protocol.

Offline Protocol combines established standards like WiFi-Direct and Bluetooth with its own innovations like DORS.

## Traditional Networks

In traditional internet connections, devices connect to a central hub (such as a WiFi router) to exchange information with each other.

<img src="https://mintcdn.com/offlineprotocol/mOsIVS7YHl59BE2m/images/Traditional-Network.svg?fit=max&auto=format&n=mOsIVS7YHl59BE2m&q=85&s=a44eb2de5b9616cc7292a33e1b8916ae" alt="Traditional Networks Diagram" width="780" height="440" data-path="images/Traditional-Network.svg" />

## WiFi-Direct

A direct parallel to traditional internet networks in the offline space is WiFi-Direct.

* Devices themselves become hubs
* Can connect directly to each other without an access point
* Operates in a decentralised manner (no internet or telecom required)
* Supports connectivity up to 200m / 660ft

<img src="https://mintcdn.com/offlineprotocol/hk7SomGt33khpKvp/images/wifi-direct.png?fit=max&auto=format&n=hk7SomGt33khpKvp&q=85&s=24fdd46768ab490333004f80bbe08fcf" alt="WiFi-Direct Diagram" width="780" height="440" data-path="images/wifi-direct.png" />

## Bluetooth (BLE & Mesh)

Bluetooth Low Energy (BLE) and Bluetooth Mesh are widely used offline networking methods:

* **BLE (Bluetooth Low Energy)**

  * Optimised for low-power, point-to-point communication
  * Device range: **up to 100m / 330ft**

* **Bluetooth Mesh**
  * Builds on top of BLE
  * Enables **large-scale, decentralised networks**
  * Adds mesh networking functions to support exponential scalability

<img src="https://mintcdn.com/offlineprotocol/mOsIVS7YHl59BE2m/images/Bluetooth-Mesh.svg?fit=max&auto=format&n=mOsIVS7YHl59BE2m&q=85&s=22e9eeaeca4e00d920c51b9515e0df6a" alt="Bluetooth Connectivity Diagram" width="780" height="520" data-path="images/Bluetooth-Mesh.svg" />

## DORS: Dynamic Offline Relay Switch

Offline Protocol’s core innovation, enabling devices to automatically switch between WiFi-Direct and Bluetooth Mesh for efficiency.

* **Path Selection:** Chooses optimal hops based on signal, proximity, bandwidth.
* **Congestion Management:** Balances traffic in dense environments.
* **Load Balancing:** Redistributes relay load across available nodes.
* **Energy Efficiency:** Avoids overusing low-battery devices.

<img src="https://mintcdn.com/offlineprotocol/mOsIVS7YHl59BE2m/images/DORS.svg?fit=max&auto=format&n=mOsIVS7YHl59BE2m&q=85&s=4d3fe1b58e114d194a0cc99373d18d76" alt="DORS Diagram" width="780" height="540" data-path="images/DORS.svg" />
