71a77a4cd0f3a2e8512c4874aca49b0f232df9f0
mqtt data logger
Prerequisites
Depends on communication_protocols.py
(https://files.blackfinn.de/python/communication_protocols.py).
Installation
- extract tar file:
$ tar xvf mqtt_logger-0.1.0.tar.xz
- run install script (as super user):
$ python setup.py install
- enable
systemd
service (as superuser):
$ systemctl enable mqtt_logger.service
- start
systemd
service (as superuser):
$ systemctl start mqtt_logger.service
Service
Log file are stored at /var/log/mqtt/...
Description
Languages
Python
100%