p2pfl.communication.protocols.heartbeater moduleΒΆ
Protocol agnostic heartbeater.
- class p2pfl.communication.protocols.heartbeater.Heartbeater(self_addr, neighbors, client)[source]ΒΆ
Bases:
Thread
Heartbeater for agnostic communication protocol. Send and update fresh heartbeats.
TODO: Merge heartbeats to increase efficiency.
- Parameters: