-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathconfig.json.template
66 lines (60 loc) · 1.32 KB
/
config.json.template
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"ic_model": "SX1278",
"spi_speed_hz": 2000000,
"spi_port": 1,
"spi_channel": 0,
"pin_nss_cs": 6,
"pin_dio0": 9,
"pin_dio1": 10,
"pin_rest": -1,
"spreading_factor": 7,
"carrier_frequency_mhz": 434.0,
"bandwidth_khz": 125.0,
"coding_rate": 5,
"sync_word": 52,
"preamble_length": 8,
"latitude": 0.0,
"longtitude": 0.0,
"altitude_meters": 10,
"platform_definition": "1chan_uplink_pkt_fwd",
"platform_email": "[email protected]",
"platform_description": "OPiPC LoRa 1-Ch GW",
"servers": [
{
"address": "eu1.cloud.thethings.network",
"port": 1700,
"recv_timeout_ms": 500,
"enabled": true
},
{
"address": "nam1.cloud.thethings.network",
"port": 1700,
"recv_timeout_ms": 500,
"enabled": false
},
{
"address": "au1.cloud.thethings.network",
"port": 1700,
"recv_timeout_ms": 500,
"enabled": false
},
{
"address": "au915.thethings.meshed.com.au",
"port": 1700,
"recv_timeout_ms": 500,
"enabled": false
},
{
"address": "as923.thethings.meshed.com.au",
"port": 1700,
"recv_timeout_ms": 500,
"enabled": false
},
{
"address": "ttn.opennetworkinfrastructure.org",
"port": 1700,
"recv_timeout_ms": 500,
"enabled": false
}
]
}