Compare commits
1 Commits
cb9560e05a
...
66e1605731
| Author | SHA1 | Date | |
|---|---|---|---|
| 66e1605731 |
@@ -68,7 +68,7 @@ The cluster uses a UDP-based discovery protocol for automatic node detection:
|
|||||||
- **Heartbeat**: `CLUSTER_HEARTBEAT:<hostname>`
|
- **Heartbeat**: `CLUSTER_HEARTBEAT:<hostname>`
|
||||||
- Sender: each node, broadcast to 255.255.255.255:`udp_port` on interval
|
- Sender: each node, broadcast to 255.255.255.255:`udp_port` on interval
|
||||||
- Purpose: prompt peers to reply with their node info and keep liveness
|
- Purpose: prompt peers to reply with their node info and keep liveness
|
||||||
- **Node Info**: `CLUSTER_NODE_INFO:<hostname>:<json>`
|
- **Node Info**: `CLUSTER_NODE_INFO:<hostname>:<json>`git add
|
||||||
- Sender: node receiving a heartbeat; unicast to heartbeat sender IP
|
- Sender: node receiving a heartbeat; unicast to heartbeat sender IP
|
||||||
- JSON fields: freeHeap, chipId, sdkVersion, cpuFreqMHz, flashChipSize, optional labels
|
- JSON fields: freeHeap, chipId, sdkVersion, cpuFreqMHz, flashChipSize, optional labels
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user