mqtt_logger/Readme.md
Thomas Klaehn b802b9cadb mqtt_logger: administrative stuff
* add systemctl service
 * add installation procedure

Signed-off-by: Thomas Klaehn <tkl@blackfinn.de>
2017-02-15 17:36:03 +01:00

563 B

mqtt data logger

Prerequisites

Depends on communication_protocols.py (https://files.blackfinn.de/files/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/...