LoRa_APRS_iGate/data/is-cfg.json

66 lines
1.1 KiB
JSON

{
"callsign": "NOCALL-10",
"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"
},
"wifi": {
"AP": [
{
"SSID": "YOURSSID",
"password": "YOURPASSWORD"
}
]
},
"beacon": {
"message": "LoRa iGATE & Digi, Info: github.com/lora-aprs/LoRa_APRS_iGate",
"position": {
"latitude": 0.000000,
"longitude": 0.000000
},
"timeout": 15
},
"aprs_is": {
"active": true,
"passcode": "",
"server": "euro.aprs2.net",
"port": 14580
},
"digi": {
"active": false,
"beacon": false
},
"lora": {
"rxFrequency": 433775000,
"rxSpreadingFactor": 12,
"rxSignalBandwidth": 125000,
"rxCodingRate4": 5,
"rxGain": 1,
"txFrequency": 433900000,
"txSpreadingFactor": 11,
"txSignalBandwidth": 125000,
"txCodingRate4": 5,
"txPower": 20
},
"display": {
"always_on": true,
"timeout": 10,
"overwrite_pin": 0,
"turn180": true
},
"ftp": {
"active": false,
"user": [
{
"name": "ftp",
"password": "ftp"
}
]
},
"ntp_server": "pool.ntp.org"
}