Skip to content

LoRa Packet-Forwarder for Wago Edge Computer 752-940x

Notifications You must be signed in to change notification settings

WAGO/edge-lora-forwarder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LoRa-Packet-Forwarder for WAGO Edge Computer 752-940x

Prerequisites

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

For use with Chirpstack see below.

For use as lora packet forwarder for own projects:

Find out the path to your lora gateway card

  dmesg | grep tty

Insert the /dev/ttyACMx path to the docker run command under devices

  docker run -d --restart unless-stopped --device=/dev/ttyACM0 wagoautomation/edge-lora-forwarder

Run 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-forwarder

Chirpstack with WAGO Edge Computer 752-940x

Forked 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-docker

After you have updated the configuration, you can run the following command to start all Docker containers:

docker-compose up

Add Network Server

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