diff --git a/src/pages/blog/how-pilot-protocol-works.astro b/src/pages/blog/how-pilot-protocol-works.astro index 6a560b5..342c0dc 100644 --- a/src/pages/blog/how-pilot-protocol-works.astro +++ b/src/pages/blog/how-pilot-protocol-works.astro @@ -274,7 +274,7 @@ const bodyContent = `

Every modern agent framework makes the same assumption: 7EchoPing/pong for connectivity testing and latency measurement 53DNSHostname resolution within the overlay network 80HTTPStandard HTTP services over Pilot tunnels - 443SecureEncrypted services (X25519 + AES-GCM per connection) + 443SecureEncrypted services (X25519 + AES-256-GCM per connection) 1000StdioInteractive terminal sessions between agents 1001Data ExchangeStructured data and file transfer 1002Event StreamPub/sub event distribution with topic routing diff --git a/src/pages/blog/overlay-network-ai-agents.astro b/src/pages/blog/overlay-network-ai-agents.astro index 0683861..59ca7d1 100644 --- a/src/pages/blog/overlay-network-ai-agents.astro +++ b/src/pages/blog/overlay-network-ai-agents.astro @@ -32,7 +32,7 @@ const bodyContent = `

An AI agent that only works when it's sitting on the sam PropertyTypical VPN overlayPilot Protocol overlay AddressingVirtual IP tied to device membershipPermanent virtual address per agent, independent of IP -TransportEncrypted tunnel between membersEncrypted UDP tunnels (X25519 key exchange + AES-GCM) +TransportEncrypted tunnel between membersEncrypted UDP tunnels (X25519 key exchange + AES-256-GCM) NAT traversalUsually supportedSTUN + hole-punching, with relay fallback Trust modelJoin the network = trusted by other membersExplicit per-peer handshake — membership and trust are decoupled DiscoveryDevice list / admin consoleRendezvous registry + nameserver — find agents by name or tag @@ -49,7 +49,7 @@ const bodyContent = `

An AI agent that only works when it's sitting on the sam