AETHER Project · architecture artifact · v0.1

System & Network Architecture Diagrams

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.

1. System block diagram

+---------------------------------------------------------------+
|                       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)                |
+---------------------------------------------------------------+

2. Discovery sequence

Device A                Device B                 DHT (S2 cell)
   |   BLE/UWB beacon      |                          |
   |---------------------->|                          |
   |   capability vector   |                          |
   |---------------------->|                          |
   |          PQ handshake (Kyber + X25519)           |
   |<--------------------->|                          |
   |   trust receipt (signed Dilithium)               |
   |---------------------->|                          |
   |                       |  publish link-state >>>>>|

3. Multi-path routing topology

                    [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).

4. Layered radio stack

LayerRangeUse casePower profile
BLE / UWB0–30 mPersonal / proximityUltra-low
Wi-Fi Direct / 6E30–250 mUrban densityLow–medium
LoRa / Sub-GHz1–15 kmRural & telemetryLow
Drone / vehicle relays5–50 kmMobile gap bridgingVariable
LEO satellite fallbackGlobalLast-resort uplinkHigh

5. Deployment topology (planet-scale)

                        ┌──── 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 ──┘

© AETHER Project · architecture diagrams · draft v0.1