Deprecate loop_forever, consolidate fixed_header
This release:
- #46 Removed deprecated
loop_forever
method in favor ofloop
and allowing user-code to manage the network interface. - #46 Consolidates
fixed_header
packet initialization to one-line.
Thanks @2bndy5!
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-minimqtt
.
Read the docs for info on how to use it.