forked from bokse001/dual_chan_pkt_fwd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
global_conf.json
44 lines (41 loc) · 852 Bytes
/
global_conf.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"SX127x_conf":
{
"freq": 868100000,
"freq_2": 868300000,
"spread_factor": 7,
"pin_nss": 10,
"pin_dio0": 6,
"pin_nss_2": 11,
"pin_dio0_2": 27,
"pin_rst": 0,
"pin_led1":4,
"pin_NetworkLED": 22,
"pin_InternetLED": 23,
"pin_ActivityLED_0": 21,
"pin_ActivityLED_1": 29
},
"gateway_conf":
{
"ref_latitude": 0.0,
"ref_longitude": 0.0,
"ref_altitude": 10,
"name": "your name",
"email": "[email protected]",
"desc": "Dual channel pkt forwarder",
"interface": "eth0",
"servers":
[
{
"address": "router.eu.staging.thethings.network",
"port": 1700,
"enabled": true
},
{
"address": "router.eu.thethings.network",
"port": 1700,
"enabled": false
}
]
}
}