A printable companion to the AETHER specification. ASCII diagrams are intentionally text-based so they render cleanly in PDF, on paper, and inside academic submission portals.
+---------------------------------------------------------------+ | USER APPLICATIONS | | Voice | Video | Messaging | File xfer | Broadcast | +----------------------------- API -----------------------------+ | MESH OS | | Capability sandbox · CRDT store · Privacy budget | +---------------------------------------------------------------+ | IDENTITY | ROUTING (PPO Agent) | | DID + PQ keys + ZK | Score(signal,bat,trust,bw,lat,...) | +---------------------------------------------------------------+ | MULTI-RADIO SUPERVISOR | | BLE | UWB | Wi-Fi 7 | LoRa | NFC | LEO Satellite (fallback) | +---------------------------------------------------------------+ | HARDWARE (SoC + NPU + Enclave) | +---------------------------------------------------------------+
Device A Device B DHT (S2 cell) | BLE/UWB beacon | | |---------------------->| | | capability vector | | |---------------------->| | | PQ handshake (Kyber + X25519) | |<--------------------->| | | trust receipt (signed Dilithium) | |---------------------->| | | | publish link-state >>>>>|
[SRC]
/ | \
/ | \
hop1a hop1b hop1c
| \ | /
| \ | /
hop2a hop2b
\ |
\ |
[DST]
Each packet is forwarded along top-K paths weighted by softmax(score).
Lost-link reroute uses pre-computed backup arcs (sub-second).
| Layer | Range | Use case | Power profile |
|---|---|---|---|
| BLE / UWB | 0–30 m | Personal / proximity | Ultra-low |
| Wi-Fi Direct / 6E | 30–250 m | Urban density | Low–medium |
| LoRa / Sub-GHz | 1–15 km | Rural & telemetry | Low |
| Drone / vehicle relays | 5–50 km | Mobile gap bridging | Variable |
| LEO satellite fallback | Global | Last-resort uplink | High |
┌──── DHT, sharded by Google S2 cell ────┐
│ │
┌── region A ──┐ ┌── region B ──┐ ┌── region C ──┐
│ local mesh │ │ local mesh │ │ local mesh │
│ (CRDT) │ │ (CRDT) │ │ (CRDT) │
└──────┬───────┘ └──────┬───────┘ └──────┬───────┘
└──── drone / LEO satellite bridges ──┘