Code for using MQTT in analytics-related applications. Based on Eclipse Paho™ MQTT Python Client.
- Python ^3.7
Using pip, execute the following
pip install mqttconsumer
- Python ^3.7
- Poetry >= 1.1.13
(Documentation: Python-Poetry)
- install poetry
python -m install poetry # or using e.g. conda
- clone this repository
- set up virtual environment and install dependencies
cd <repository_name> # set required python version if not using system-default (see dependencies): python -m poetry env use "absolute/path/to/python.exe" python -m poetry install # includes dev dependencies
- Provide usage example
Code is released under the MIT License. All dependencies are copyright to the respective authors and released under the respective licenses listed in LICENSE_LIBRARIES.