Crate mqtt_channel

Source
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
ClientBuilder
Used to setup a new connection to a MQTT Broker
Message
Message received from MQTT

Enums§

Error
QoS
Quality of service

Type Aliases§

RawMessage
Raw message
Result
Result type for mqtt-channel