Go to file
Thomas Klaehn 04111f5636 wip
2018-02-11 10:15:37 +01:00
mqtt_logger wip 2018-02-11 10:15:37 +01:00
.gitignore Initial commit 2017-02-15 09:33:38 +01:00
.gitlab-ci.yml ci: static code analysis enabled 2017-03-01 21:44:08 +01:00
.project Initial commit 2017-02-15 09:33:38 +01:00
.pydevproject mqtt_logger: administrative stuff 2017-02-15 17:36:03 +01:00
mqtt_logger.service mqtt_logger: administrative stuff 2017-02-15 17:36:03 +01:00
pylint_wrapper.py ci: static code analysis enabled 2017-03-01 21:44:08 +01:00
pylintrc ci: static code analysis enabled 2017-03-01 21:44:08 +01:00
Readme.md Readme.md: link error corrected 2017-02-15 17:42:57 +01:00
setup.py setup: rearrange constants 2017-02-16 07:44:56 +00:00

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/...