- Wago Edge Computer 752-940x
- Mikro Tik LoRa Gateway Mini-PCIe-Card (R11e-LoRa8) -> [email protected]
- LoRa Skills
This container can be used to operate a lora card in the Wago Edge Computer. The container serves as a lora packet forwarder.
Find out the path to your lora gateway card
dmesg | grep ttyInsert the /dev/ttyACMx path to the docker run command under devices
docker run -d --restart unless-stopped --device=/dev/ttyACM0 wagoautomation/edge-lora-forwarderRun the container with own conf file
docker run -d --restart unless-stopped -v <Path_to_global_conf.json>:/global_conf.json --devices=/dev/ttyACM0 wagoautomation/edge-lora-forwarderForked from brocaar/chirpstack-docker
Clone the repository and take a look at the configuration files.
git clone https://github.com/WAGO/edge-lora-forwarder.git
cd chirpstack-dockerAfter you have updated the configuration, you can run the following command to start all Docker containers:
docker-compose upWhen adding the Network Server in the ChirpStack Application Server web-interface
(see Network Servers),
you must enter chirpstack-network-server:8000 as the Network Server hostname:IP.