Module v5
Source - mqttbytes
- AsyncClient
- An asynchronous client, communicates with MQTT
EventLoop. - Client
- A synchronous client, communicates with MQTT
EventLoop. - Connection
- MQTT connection. Maintains all the necessary state
- EventLoop
- Eventloop with all the state of a connection
- Iter
- Iterator which polls the
EventLoop for connection progress - MqttOptions
- Options to configure the behaviour of MQTT connection
- MqttState
- State of the mqtt connection.
- ClientError
- Client Error
- ConnectionError
- Critical errors during eventloop polling
- Event
- Events which can be yielded by the event loop
- Request
- Requests by the client to mqtt event loop. Request are
handled one by one.
- StateError
- Errors during state handling
- TlsError
- Incoming