LoRa_APRS_iGate/data/is-cfg.json

64 wiersze
1.0 KiB
JSON
Czysty Zwykły widok Historia

2020-07-22 20:21:54 +00:00
{
2021-03-13 21:29:42 +00:00
"callsign": "NOCALL-10",
2021-08-18 07:27:39 +00:00
"network": {
"DHCP": true,
"staticIP": "192.0.2.100",
"subnet": "255.255.255.0",
"gateway": "192.0.2.1",
"dns1": "192.0.2.1",
"dns2": "192.0.2.2"
},
2021-03-13 21:29:42 +00:00
"wifi": {
"active": true,
"AP": [
2021-03-13 21:29:42 +00:00
{
"SSID": "YOURSSID",
"password": "YOURPASSWORD"
}
]
2020-07-22 20:21:54 +00:00
},
2021-03-13 21:29:42 +00:00
"beacon": {
"message": "LoRa iGATE & Digi, Info: github.com/lora-aprs/LoRa_APRS_iGate",
"position": {
"latitude": 0.000000,
"longitude": 0.000000
2021-01-02 22:22:52 +00:00
},
2021-03-13 21:29:42 +00:00
"timeout": 15
2020-07-22 20:21:54 +00:00
},
2021-03-13 21:29:42 +00:00
"aprs_is": {
2021-05-24 12:22:16 +00:00
"active": true,
2021-03-13 21:29:42 +00:00
"passcode": "",
"server": "euro.aprs2.net",
"port": 14580
},
"digi": {
"active": false,
2021-05-25 19:57:18 +00:00
"beacon": false
},
2021-03-13 21:29:42 +00:00
"lora": {
"frequency_rx": 433775000,
"gain_rx": 6,
"frequency_tx": 433775000,
"power": 20,
"spreading_factor": 12,
"signal_bandwidth": 125000,
"coding_rate4": 5
},
2021-03-13 21:29:42 +00:00
"display": {
"always_on": true,
2021-03-13 21:29:42 +00:00
"timeout": 10,
"overwrite_pin": 0,
2021-02-10 21:37:18 +00:00
"turn180": true
2020-11-03 23:15:46 +00:00
},
2021-03-13 21:29:42 +00:00
"ftp": {
"active": false,
2020-11-03 23:15:46 +00:00
"user": [
2021-03-13 21:29:42 +00:00
{
"name": "ftp",
"password": "ftp"
}
2020-11-03 23:15:46 +00:00
]
},
"ntp_server": "pool.ntp.org"
2020-07-22 20:21:54 +00:00
}