![RisingHF RHF2S208 User Manual Download Page 33](http://html1.mh-extra.com/html/risinghf/rhf2s208/rhf2s208_user-manual_1464374033.webp)
V1.1 2018-10-9
www.risinghf.com
RHF2S208 User Manual
RisingHF
29
g) CH3 867.1MHz Multi-SF
h) CH4 867.3MHz Multi-SF
i) CH5 867.5MHz Multi-SF
j) CH6 867.7MHz Multi-SF
k) CH7 867.9MHz Multi-SF
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:
Address
Uplink
Port
Downlink
Port
Packet
Forward
Version
Supplier
Band
Iot.semtech.com
1680
1680
V1/V2
Semtech
EU868
us01-iot.semtech.com
1780
1780
V1/V2
Semtech
US915
cn1.loriot.io
1780
1780
V1/V2
Loriot
All
ap1.loriot.io
1780
1780
V1/V2
Loriot
All
au1.loriot.io
1780
1780
V1/V2
Loriot
All
eu1.loriot.io
1780
1780
V1/V2
Loriot
All
sa1.loriot.io
1780
1780
V1/V2
Loriot
All
us1.loriot.io
1780
1780
V1/V2
Loriot
All
router.eu.thethings.network
1700
1700
V1
TTN
EU433
EU868
router.us.thethings.network
1700
1700
V1
TTN
US915
router.cn.thethings.network
1700
1700
V1
TTN
CN470
CN780
router.au.thethings.network
1700
1700
V1
TTN
AU915
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: