V1.1 2018-10-9
www.risinghf.com
l) CH8 868.3MHz LoRa Standard SF7/250KHz
m) CH9 868.8MHz FSK 50Kbps
5.1.2 Configure server address
Edit local_conf.json file. Modify
server_address
object to configure server address, modify
serv_port_up
object to configure uplink port, modify serv_port_down object to configure downlink port.
// local_conf.json file example:
{
"gateway_conf": {
"gateway_ID": "AA555A0000000000",
"server_address": "localhost",
"serv_port_up": 1680,
"serv_port_down": 1680
}
}
Some known packet forwarder serer address list:
router.eu.thethings.network
router.us.thethings.network
router.cn.thethings.network
router.au.thethings.network
5.1.3 Choose preinstalled frequency plan
Use ln command to make global_conf.json file points to other json file to choose preinstalled frequency
plan. User can also create their own json file depends on the previous defined json file.
sudo ln -sf global_conf_xxx.json global_conf.json
NOTE: