Expand description
§Network Module
This module encapsulates all network communications for the R.E.K.T.A.L. GUI application. It includes TCP client logic for control commands and responses, UDP client logic for high-frequency DMX streams, and central connection state management.
Modules§
- connection_
state 🔒 - Module tracking connection and session states.
- tcp_
client - Module implementing TCP client communication and background IO threads.
- udp_
client - Module implementing high-speed UDP reception for DMX universe streams.