Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
An OutboundMessage are messages that a device senderId sends to all other neighbours.
Link copied to clipboard
data class SingleOutboundMessage<ID : Any, Payload>(val default: Payload, val overrides: Map<ID, Payload> = emptyMap())
A SingleOutboundMessage contains the values associated to a Path in the messages of OutboundMessage. Has a default value that is sent regardless the awareness the device's neighbours, overrides specifies the payload depending on the neighbours' values.