readme update

This commit is contained in:
Graham McIntire 2026-02-01 08:17:00 -06:00
parent 72ea5d56f0
commit a4745f55bf
No known key found for this signature in database

View file

@ -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