mqtt_logger/Readme.md
Thomas Klaehn 32a2408282 Readme.md: link error corrected
Signed-off-by: Thomas Klaehn <tkl@blackfinn.de>
2017-02-15 17:42:57 +01:00

34 lines
558 B
Markdown

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