pull/182/head
Christopher Young 2015-12-18 18:51:26 -05:00
rodzic b33b1ed098
commit 117fa8711d
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -60,6 +60,7 @@ Stratux makes available a webserver to retrieve statistics which may be useful t
* `http://192.168.10.1/getTowers` - a list of ADS-B towers received with attached message receipt and signal level statistics. Example output:
{
"(28.845592,-96.920400)": {
"Lat": 28.845591545105,
@ -89,6 +90,7 @@ Stratux makes available a webserver to retrieve statistics which may be useful t
* `http://192.168.10.1/getStatus` - device status and statistics. Example output (commented JSON):
{
"Version": "v0.5b1", // Software version.
"Devices": 0, // Number of radios connected.
@ -107,6 +109,7 @@ Stratux makes available a webserver to retrieve statistics which may be useful t
* http://192.168.10.1/getSettings` - get device settings. Example output:
{
"UAT_Enabled": true,
"ES_Enabled": false,
@ -137,6 +140,7 @@ Stratux makes available a webserver to retrieve statistics which may be useful t
* `http://192.168.10.1/getSituation` - get GPS/AHRS information. Example output:
{
"Lat": 39.108533,
"Lng": -76.770862,