Skip to content

LinkLab Gateway Guide

Preparation:

To install the LinkLab Gateway you'll need internet connection, otherwise the packet forwarder won't be able to connect to the ResIOT server.

Installation:

Access the gateway and then write:

supervisorctl stop pkt-fwd
cd /etc/pkt_fwd/
nano global_conf.json


Then change the following.

"rf_power": 27,
"dig_gain": 0,
[...]
"server_address": "eu72udp.resiot.io",
"serv_port_up": 7677,
"serv_port_down": 7677,

Find
Make sure you have selected the correct LoRaWan server and port.
Then save and restart the packet forwarder.

supervisorctl start pkt-fwd


Open then the local config and write down the "gateway_ID" field value, this is the Gateway EUI you have to insert in ResIOT for the creation of the gateway.

nano local_conf.json