From a4745f55bf6b4cac1a7897a7627a0e1ca174b1f9 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Sun, 1 Feb 2026 08:17:00 -0600 Subject: [PATCH] readme update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6409166..218c7e8 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ The agent uses a WebSocket-based architecture for real-time communication: ### Communication Flow 1. Agent establishes WebSocket connection to `{api_url}/socket/agent/websocket` -2. Agent authenticates by joining Phoenix channel with token +2. Agent authenticates by joining PubSub channel with token 3. Server pushes SNMP jobs (queries to execute) to agent 4. Agent executes queries and sends results back via WebSocket 5. Periodic heartbeats maintain connection health