Peer-to-peer mesh where the address IS the route. CRT decomposition = algebraic privacy. L=11 = self-healing packets. CC0. No patents.
Traditional mesh: assign addresses, design routing, bolt on encryption, add ECC. CRT mesh: the ring Z/970200Z already IS a network. ADDRESSING: Each node = one element n of Z/970200Z. That's its address. CRT decomposes: n -> (n mod 8, n mod 9, n mod 25, n mod 49, n mod 11) 5 independent channels. The address IS the route IS the error code. ROUTING (Rose): coupling(n) = N / gcd(n, N). High coupling = backbone relay. Packets route through highest-coupling neighbors. No routing tables. No OSPF. No BGP. The algebra decides. PRIVACY (algebraic, not cryptographic): Each relay sees ONE CRT residue. Not the full address. 5 residues needed to reconstruct. Information-theoretic security. No keys. No certificates. No encryption. Just decomposition. ERROR CORRECTION (L=11): 5th CRT channel = free ECC. 100% single-channel error detection. No CRC. No Reed-Solomon. The ring structure IS the code. Hardware: 3 ESP32 boards, $15 total. ESP-NOW protocol. Board 1: element 1 (sigma = backbone, coupling = 970200) Board 2: element 2 (D = bridge, coupling = 485100) Board 3: element 3 (K = closure, coupling = 323400)
Nodes join as ring elements. Coupling determines their role. Click "Add Node" or pick specific elements.
Select source and destination. Watch the packet decompose into 5 channels.
From: To:
Each relay in the route sees only ONE residue. Reconstruct requires ALL 5.
Destination element:
Watch a packet route through high-coupling relays to its destination.
The ring assigns network roles algebraically. No election. No authority.
| Element | CRT | Coupling | Kingdom | Role | Eigenvalue |
|---|
The same protocol works at every scale. 108 rings in the lattice. Same lambda=420.
| Ring | Size | Nodes (phi) | Channels | Use Case |
|---|---|---|---|---|
| Z/6Z | 6 | 2 | 2 | Desk demo |
| Z/30Z | 30 | 8 | 3 | Room |
| Z/210Z | 210 | 48 | 4 | Floor |
| Z/2310Z | 2310 | 480 | 5 | Building |
| Z/30030Z | 30030 | 5760 | 6 | Campus |
| Z/970200Z | 970200 | 201600 | 5 (fat) | City (TRUE FORM) |
| Z/12612600Z | 12612600 | --- | 6 | Region (GATE) |
| Feature | Traditional (WiFi Mesh) | CRT Mesh |
|---|---|---|
| Addressing | 48-bit MAC (random) | Ring element (algebraic) |
| Routing | OSPF/AODV tables | Coupling hierarchy (computed) |
| Privacy | WPA3 encryption | CRT decomposition (information-theoretic) |
| ECC | CRC-32 + retransmit | L=11 channel (free, algebraic) |
| Broadcast | IGMP subscription | Element 0 (void = everywhere) |
| Failover | Leader election | OMEGA projection (automatic) |
| Decode cost | 256 ops (Viterbi) | 28 additions |
| RAM | 2.5 KB | 60 bytes |
| Spectral efficiency | 1x (BPSK baseline) | 3.08x (CRT-OFDM) |