Interface | Description |
---|---|
IBlaubotBeacon |
Beacon to expose the blaubot instance's state to other blaubot instances and
discovering purposes.
|
IBlaubotBeaconStore |
A data store for beacon events and therefore last known states and connectivity informations
|
IBlaubotDiscoveryEventListener |
Contains the onDeviceDiscoveryEvent callback which is called immediately after a device's state is discovered.
|
Class | Description |
---|---|
BeaconMessage |
Represents a message exchanged when two devices connect via the beacon interface.
|
BlaubotBeaconService |
This service handles the beacons on all interfaces.
|
BlaubotBeaconStore |
Default IBlaubotBeaconStore implementation.
|
ExchangeStatesTask |
A task that utilizes a given (and connected)
IBlaubotConnection to exchange the given State with the
remote endpoint. |
TimeoutList<T> |
Helper to determine if an object is alive or dead.
|