Updated Networking (markdown)

Mikayla 2023-12-13 17:29:33 -05:00
parent eb6858ed28
commit 6bc811e68b

@ -7,8 +7,8 @@ Version 2 of the network architecture identifies devices using their unique comp
| Name | Default Channel | Purpose | | Name | Default Channel | Purpose |
| --- | --- | --- | | --- | --- | --- |
| `SVR_CHANNEL` | `16240` | Channel for all devices to send messages to the supervisor | | `SVR_CHANNEL` | `16240` | Channel for all devices to send messages to the supervisor |
| `PLC_CHANNEL` | `16241` | Channel for messages from the supervisor to the PLCs | | `PLC_CHANNEL` | `16241` | Channel for messages from the supervisor to the reactor PLCs |
| `RTU_CHANNEL` | `16242` | Channel for messages from the supervisor to the RTUs | | `RTU_CHANNEL` | `16242` | Channel for messages from the supervisor to the RTU gateways |
| `CRD_CHANNEL` | `16243` | Channel for messages from the supervisor to the coordinator | | `CRD_CHANNEL` | `16243` | Channel for messages from the supervisor to the coordinator |
| `PKT_CHANNEL` | `16244` | Channel for messages from the supervisor/coordinator to pocket computers | | `PKT_CHANNEL` | `16244` | Channel for messages from the supervisor/coordinator to pocket computers |