A minimal MQTT 5.0 client for Python and Micropython.
- Connect to a TCP broker without TLS or auth or a client id.
- QoS 0 ought to be enough for anybody.
- Publish with optional Retain.
- Subscribe with optional Retain As Published, Retain Handling policy, and No Local.
- Specify a maximum packet size for incoming messages.