Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/redakker/python-mqtt-processor
https://github.com/redakker/python-mqtt-processor
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/redakker/python-mqtt-processor
- Owner: redakker
- Created: 2017-07-31T07:48:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-17T15:34:58.000Z (about 6 years ago)
- Last Synced: 2024-10-15T03:27:09.176Z (2 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Mqtt processor without business logic.
Special thanks for the basic libary implementation
https://pypi.python.org/pypi/paho-mqtt/1.1mqtt_worker.py - does the connection (connection setup inside this file)
mqtt_processor.py - process the messages, put business logic here
config.py - contains the config data for the connection, log etc.
mqtt_worker.sh - init.d script to create daemon from this python script
mqtt_daemon.service - basic systemd script to start the python script as service