LoRa_APRS_iGate/data/is-cfg.json

90 wiersze
1.5 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,
2021-12-18 21:33:35 +00:00
"static": {
"ip": "192.168.0.100",
"subnet": "255.255.255.0",
"gateway": "192.168.0.1",
"dns1": "192.168.0.1",
"dns2": "192.168.0.2"
},
"hostname": {
"overwrite": false,
"name": "NOCALL-10"
}
2021-08-18 07:27:39 +00:00
},
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
},
2022-03-26 21:27:43 +00:00
"use_gps": false,
2023-06-08 10:51:25 +00:00
"timeout": 15,
"send_on_hf": false
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",
2023-04-20 15:55:30 +00:00
"port": 14580,
"filter": ""
},
"digi": {
2023-06-08 10:51:25 +00:00
"active": false
},
2021-03-13 21:29:42 +00:00
"lora": {
"frequency_rx": 433775000,
2021-11-07 19:59:44 +00:00
"gain_rx": 0,
"frequency_tx": 433775000,
"power": 20,
"spreading_factor": 12,
"signal_bandwidth": 125000,
"coding_rate4": 5,
2022-03-20 11:16:37 +00:00
"tx_enable": false
},
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
]
},
"mqtt": {
"active": false,
"server": "",
"port": 1883,
"name": "",
"password": "",
"topic": "LoraAPRS/Data",
"will_active": false,
"will_topic": "LoraAPRS/State",
"will_message": "offline",
"birth_message": "online"
},
2022-03-20 11:16:37 +00:00
"syslog": {
"active": false,
2022-11-16 21:57:36 +00:00
"server": "",
2022-03-20 11:16:37 +00:00
"port": 514
},
"ntp_server": "pool.ntp.org"
2020-07-22 20:21:54 +00:00
}