Deprecate loop_forever, consolidate fixed_header
This release:
- #46 Removed deprecated
loop_forevermethod in favor ofloopand allowing user-code to manage the network interface. - #46 Consolidates
fixed_headerpacket 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.