mirror of
https://github.com/rightup/pyMC_Repeater.git
synced 2026-05-07 14:04:26 +02:00
49f412acb0
- Added a new method `deliver_control_data` in `RepeaterDaemon` to push CONTROL payloads to companion clients. - Updated `PacketRouter` to invoke the new delivery method for control data packets. - Introduced `push_control_data` in `CompanionFrameServer` to handle the sending of control data to clients. - Enhanced `DiscoveryHelper` to support optional debug logging for control handling. These changes improve the communication and control flow between the repeater and companion clients, facilitating better discovery response handling.