forked from ttn-zh/gateway-remote-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAA555ADECDEDEDEE.json
36 lines (36 loc) · 875 Bytes
/
AA555ADECDEDEDEE.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
{
"gateway_conf": {
"gateway_ID": "AA555ADECDEDEDEE",
"servers": [
{
"server_address": "router.eu.thethings.network",
"serv_port_up": 1700,
"serv_port_down": 1700,
"serv_enabled": true
},
{
"server_address": "iot.semtech.com",
"serv_port_up": 1680,
"serv_port_down": 1680,
"serv_enabled": true
},
{
"server_address": "192.168.3.92",
"serv_port_up": 1700,
"serv_port_down": 1700,
"serv_enabled": true
},
{
"server_address": "bs.net868.ru",
"serv_port_up": 11100,
"serv_port_down": 11100,
"serv_enabled": true
}
],
"ref_latitude": 53.520908,
"ref_longitude": 49.281355,
"ref_altitude": 80,
"contact_email": "[email protected]",
"description": "TTN Dencorp"
}
}