Expand description
Provide channel-based subscription to a MQTT broker.
Modules§
- This module is the place where all the protocol specifics gets abstracted out and creates a structures which are common across protocols. Since, MQTT is the core protocol that this broker supports, a lot of structs closely map to what MQTT specifies in its protocol
Structs§
- Handle to the connection
- Used to setup a new connection to a MQTT Broker
- Message received from MQTT
Enums§
- Quality of service
Type Aliases§
- Raw message
- Result type for mqtt-channel