mirror of
https://github.com/craigerl/aprsd.git
synced 2026-03-30 19:55:44 -04:00
- PacketSendSchedulerThread: Add daemon=False, replace time.sleep with self.wait - AckSendSchedulerThread: Add daemon=False, replace time.sleep with self.wait - SendPacketThread: Replace time.sleep with self.wait, remove manual loop_count - SendAckThread: Replace time.sleep with self.wait, remove manual loop_count - BeaconSendThread: Set self.period=CONF.beacon_interval, remove counter-based conditional, replace time.sleep with self.wait, remove _loop_cnt tracking - Update tests to use new Event-based API