Skip to content

Releases: adafruit/Adafruit_CircuitPython_MiniMQTT

Initial Release!

16 Jul 16:45
fd26c93
Compare
Choose a tag to compare

Initial release of MiniMQTT, a MQTT Client Library for CircuitPython.

This library aims to be independent of network hardware. However, at this time the MiniMQTT library is only available for CircuitPython devices connected over WiFi.

This library is based off previous work performed by pfalcon on uMQTT (and the umqtt port to ESP32SPI by beachbc). MiniMQTT's primary difference from uMQTT is it uses calling conventions and method names similar to The Eclipse Foundation's Paho.Mqtt.Python.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip install adafruit-circuitpython-minimqtt.

Read the docs for info on how to use it.