You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Project_Andrew/readme.txt
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -318,6 +318,12 @@ On any other devices, answer 'n'.
318
318
Port Forwarding:
319
319
Ensure your local firewall allows traffic on ports 5555 and 5556. This is how the nodes "whisper" to each other.
320
320
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
+
321
327
6. Multi-Model Swarm Usage
322
328
===========================
323
329
Once initialized, the orchestrator has access to all configured API clients via:
0 commit comments