csle_collector.ryu_manager.threads package

Submodules

csle_collector.ryu_manager.threads.failure_detector module

class csle_collector.ryu_manager.threads.failure_detector.FailureDetector(sleep_time: int, ip: str, ryu_web_port: int, ryu_port: int, controller: str, kafka_ip: str, kafka_port: int, time_step_len: int)[source]

Bases: threading.Thread

Thread representing a client

run() None[source]

The failure detector loop

Returns

None

Module contents