Expand description
MQTT version 5.0 client library providing flexibility for decoupled asynchronous applications
Use the components of the session
module to communicate over MQTT with
an automatically managed connection across a single MQTT session.
Modules§
- Structures representing MQTT control packets.
- Common error types
- Traits and types for defining sets and subsets of MQTT client functionality.
- Bespoke mocks for relevant traits defined in the interface module.
- MQTT client providing a managed connection with automatic reconnection across a single MQTT session.
- MQTT topic name and topic filter utilities
Structs§
- All the settings required to establish an MQTT connection.
- Builder for
MqttConnectionSettings
.
Enums§
- Error type for MqttConnectionSettingsBuilder