Expand description
Polling system for transparent event fallback
This module implements an intelligent polling system that can replace UPnP events when firewall blocking is detected or events fail to arrive. It uses service-specific strategies to poll device state and generate synthetic events.
Re-exports§
pub use scheduler::PollingScheduler;pub use scheduler::PollingTask;pub use strategies::AVTransportPoller;pub use strategies::DeviceStatePoller;pub use strategies::RenderingControlPoller;pub use strategies::ServicePoller;
Modules§
- scheduler
- Polling task scheduler and management
- strategies
- Service-specific polling strategies