Expand description
Provide channel-based subscription to a MQTT broker.
Modules§
- mqttbytes
- 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§
- Client
- Handle to the connection
- Client
Builder - Used to setup a new connection to a MQTT Broker
- Message
- Message received from MQTT
Enums§
Type Aliases§
- RawMessage
- Raw message
- Result
- Result type for mqtt-channel