Skip to content

Commit 5c6e27e

Browse files
authored
Update readme.txt
Notes
1 parent 36a5018 commit 5c6e27e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Project_Andrew/readme.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,12 @@ On any other devices, answer 'n'.
318318
Port Forwarding:
319319
Ensure your local firewall allows traffic on ports 5555 and 5556. This is how the nodes "whisper" to each other.
320320

321+
Mesh Encryption & Hybrid Swarm:
322+
All inter-node mesh traffic (Mac Mini ↔ Mac Mini / Optimus bots) is encrypted at runtime using AES-256-GCM. Keys are derived dynamically from the CPOL manifold state + RAW_Q seed and exist only in memory — never written to disk.
323+
Hybrid swarm calls to remote API endpoints (e.g. Grok) are protected by standard HTTPS/TLS 1.3. No CAIOS mesh encryption is layered on top because the remote endpoint does not share the manifold key.
324+
Plaintext exists only inside the local trusted process memory. There is no plaintext transmission on the network in either path.
325+
Threat model: local trusted hardware. The system protects against network eavesdropping and tampering between your own nodes, not against a compromised local machine.
326+
321327
6. Multi-Model Swarm Usage
322328
===========================
323329
Once initialized, the orchestrator has access to all configured API clients via:

0 commit comments

Comments
 (0)