Adafruit-circuitpython-minimqtt

Latest version: v7.7.0

Safety actively analyzes 630523 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 15 of 16

1.1.6

* https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT/pull/19 Use time.monotonic() instead of microcontroller.cpu.uid for random seed to create client ID


To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).

To use in CPython, `pip3 install adafruit-circuitpython-minimqtt`.

[Read the docs](https://circuitpython.readthedocs.io/projects/minimqtt/en/latest/) for info on how to use it.

1.1.5

* Added usage example for establishing a secure MQTT connection with a server, provided a user-defined X.509 certificate and private key.

**NOTE: This example requires nina-fw v1.4.0 or above.** If you do not know how to upgrade the firmware on your ESP32, [follow the learn guide on the Adafruit Learning System for this topic](https://learn.adafruit.com/upgrading-esp32-firmware).


To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).

[Read the docs](https://circuitpython.readthedocs.io/projects/minimqtt/en/latest/) for info on how to use it.

1.1.4

Changes calls from `socket.read` to `socket.recv` to match [the latest ESP32SPI release](https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI/releases).

To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).

[Read the docs](https://circuitpython.readthedocs.io/projects/minimqtt/en/latest/) for info on how to use it.

1.1.3

Changes calls from `socket.write` to `socket.send` to match [the latest ESP32SPI release](https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI/releases).

To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).

[Read the docs](https://circuitpython.readthedocs.io/projects/requests/en/latest/) for info on how to use it.

1.1.2

Exposing the following MiniMQTT private attributes as public attributes:
* `user`, `keepalive`, `password`, `client_id`, `logger`

To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).

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

Read the [docs](http://circuitpython.readthedocs.io/projects/minimqtt/en/latest/) for info on how to use it.

1.1.1

Fixes an `IndexError` caused by a non-authorized CONNACK packet returned by a broker.

To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).

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

Read the [docs](http://circuitpython.readthedocs.io/projects/minimqtt/en/latest/) for info on how to use it.

Page 15 of 16

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.