Skip to main content

Module network

Module network 

Source
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.