Class StationPinger
- java.lang.Object
-
- com.facebook.openwifi.rrm.rca.modules.StationPinger
-
public class StationPinger extends Object
Ping service to measure latency/jitter between Wi-Fi APs and clients (stations).This class subscribes to the Kafka "state" topic to retrieve the list of APs with connected clients, then issues ping commands for each (AP, STA) pair at a given frequency. All actions are submitted to an executor during Kafka callbacks.
-
-
Constructor Summary
Constructors Constructor Description StationPinger(RCAConfig.StationPingerParams params, UCentralClient uCentralClient, UCentralKafkaConsumer consumer)
Constructor.
-
-
-
Constructor Detail
-
StationPinger
public StationPinger(RCAConfig.StationPingerParams params, UCentralClient uCentralClient, UCentralKafkaConsumer consumer)
Constructor.
-
-