This repository is part of the LoRaBridge project.
It provides the docker image for the converter software used on our gateway device.
The Converter is a self-provided Python3 application, which listens for the device data published by the ChirpStack Gateway Bridge via MQTT message on the Mosquitto. It decompresses the data, undoes the key substitution and reformats the data. Afterwards, the data is published back to the Mosquitto server with a custom MQTT topic. This behaviour allows easy creation of plugins for transforming the data in order to integrate other webinterfaces or similar.
CON_MQTT_HOST
: IP or hostname of MQTT hostCON_MQTT_PORT
: Port used by MQTTCON_MQTT_USERNAME
: MQTT username if used (can be a file as well)CON_MQTT_PASSWORD
: MQTT password if used (can be a file as well)DEV_EUI
: Device eui of bridgeREDIS_HOST
: IP or hostname of Redis hostREDIS_PORT
: Port used by RedisREDIS_DB
: Number of the database used inside Redis
All the LoRaBridge software components and the documentation are licensed under GNU General Public License 3.0.
The financial support from Internetstiftung/Netidee is gratefully acknowledged. The mission of Netidee is to support development of open-source tools for more accessible and versatile use of the Internet in Austria.