diff --git a/data/igate_conf.json b/data/igate_conf.json index 2339fdc..98766f4 100644 --- a/data/igate_conf.json +++ b/data/igate_conf.json @@ -1,13 +1,13 @@ { - "callsign": "NOCALL-10", - "stationMode": 1, + "callsign": "CD2RXU-11", + "stationMode": 2, "iGateComment": "LoRa_APRS_iGate", "wifi": { "AP": [ - { "ssid": "Wifi_1", - "password": "wifi_1_password", - "latitude": 0.0000000, - "longitude": 0.0000000 + { "ssid": "Richon", + "password": "k4fPnmg5qnyf", + "latitude": -32.8805195, + "longitude": -71.4282433 }, { "ssid": "Wifi_2", "password": "wifi_2_password", @@ -22,8 +22,8 @@ "longitude": 0.0000000 }, "aprs_is": { - "passcode": "VWXYZ", - "server": "euro.aprs2.net", + "passcode": "23201", + "server": "soam.aprs2.net", "port": 14580, "reportingDistance": 30 }, diff --git a/data/index.html b/data/index.html new file mode 100644 index 0000000..5ec7554 --- /dev/null +++ b/data/index.html @@ -0,0 +1,316 @@ + + +
+ + +| Time (UTC) | +Frame | +RSSI | +SNR | +
|---|
| Time (UTC) | +Frame | +RSSI | +SNR | +
|---|
Callsign: %VCALLSIGN%
"; - -// - - -namespace WEB_Utils { - -/*void checkWiFi(); -void startWiFi(); -void setup();*/ - -} - -#endif \ No newline at end of file