mirror of
https://github.com/pyMC-dev/pyMC_Repeater.git
synced 2026-06-12 17:24:48 +02:00
e8afa79114
- Updated dependency for pymc_core to use the feat/valid-packets-checks branch. - Removed neighbor tracking logic from RepeaterHandler and moved it to AdvertHelper. - Introduced PacketPipeline for centralized packet processing, ensuring all packets flow through repeater logic. - Created handler helpers: TraceHelper, DiscoveryHelper, and AdvertHelper for better modularity. - Implemented asynchronous processing of advertisement packets and discovery requests. - Enhanced logging for better traceability and debugging. - Cleaned up unused code and improved overall structure for maintainability.