Wykres commitów

86 Commity (94876edd409e2f35b2bb18a94330d01314fa4bb4)

Autor SHA1 Wiadomość Data
Christopher Young 94876edd40 /traffic websocket - stream traffic updates (1090ES and UAT) as received. 2015-09-30 13:14:48 -04:00
Christopher Young 2bf466a1c8 /weather websocket - stream UAT text updates as received. 2015-09-30 12:50:23 -04:00
Christopher Young 8f5c33f6b1 Rename /control to /status (websocket system status stream). 2015-09-30 12:39:45 -04:00
Christopher Young ae37369b28 Implement ModeS for ownship. 2015-09-30 11:52:13 -04:00
Christopher Young 205984ce09 Consolidating websocket functions. 2015-09-30 10:51:41 -04:00
Christopher Young c9f9851d26 UAT products non-exportable: not used by interface currently. 2015-09-30 10:37:49 -04:00
Christopher Young ee88b93393 Cleanup. 2015-09-30 10:30:28 -04:00
Christopher Young 797f71a4da gofmt 2015-09-30 10:22:27 -04:00
bradanlane 3606432f30 REST services getter/setter for settings completed without debug output 2015-09-28 14:15:41 -04:00
bradanlane 9339fb21ed REST services getter/setter for settings completed without debug output 2015-09-28 14:14:32 -04:00
bradanlane ef2b67a891 REST services getter/setter for settings completed 2015-09-28 14:08:05 -04:00
bradanlane e3477e8669 added AJAX getSettings and stub for setSettings 2015-09-26 17:16:40 -04:00
Joseph Poirier 947a9217ca reorder defer calls 2015-09-26 02:20:16 -05:00
Joseph Poirier 4f305f5215 format the humanize import so goimports doesn't remove it 2015-09-26 02:09:49 -05:00
Joseph Poirier a56a2589a3 some low-hanging fruit, note that strings.Split never returns an empty list and at miniumum it'll contain one zero length string element 2015-09-26 02:04:39 -05:00
Christopher Young 2324bbe6f0 Parse UAT message product ID from all frames - display.
http://i.imgur.com/B3u3bzw.png
2015-09-24 17:28:08 -04:00
Christopher Young 0dc32f23e1 /getTowers.
#59
2015-09-24 17:18:21 -04:00
Christopher Young 63173fc88d /getTraffic and /getSituation. 2015-09-24 16:26:51 -04:00
Christopher Young 3c50cd59cd Use GPS altitude in Ownship when pressure altitude not available.
Temporary.
2015-09-24 07:46:40 -04:00
Joseph Poirier e81e37ca65 shift direction fix 2015-09-23 23:28:16 -05:00
Christopher Young 75f60562af Pressure alt fix from @AvSquirrel. 2015-09-23 23:12:48 -04:00
Christopher Young 324bef7701 AHRS replay log. 2015-09-23 16:21:32 -04:00
Christopher Young edcccbda13 Fixes #33.
Set system time from RMC sentence.
2015-09-22 23:51:56 -04:00
Christopher Young 59f03c5141 Initialize seenTraffic. 2015-09-22 19:51:37 -04:00
Christopher Young 0db905904f Print stats in main log.
2015/09/22 13:52:11 stats [uptime 1 minute ago]
2015/09/22 13:52:11  - CPUTemp=49.23 deg C, MemStats.Alloc=101MB,
MemStats.Sys=126MB, totalNetworkMessagesSent=0
2015/09/22 13:52:11  - UAT/min 103,226/103,226 [maxSS=55.30%], ES/min
0/0
2015/09/22 13:52:11  - Total traffic targets tracked=0, last GPS fix: a
long while ago
2015-09-22 09:52:49 -04:00
Christopher Young 476ebed93d Fixes #48.
On every sequential (client  asleep) queue overflow, progressively
remove more from the queue. Better memory management, especially for
clients that are constantly in sleep more or asleep for a very long
time.
2015-09-22 08:55:51 -04:00
Christopher Young 9e78dddab7 GPS message replay log. 2015-09-21 14:20:12 -04:00
Christopher Young 3c30d78368 Replace problematic iana package constants with actual values.
Fixes Makefile issue.
2015-09-21 14:01:01 -04:00
Christopher Young 1f46ccda01 PPM uint16 -> int. 2015-09-19 14:19:57 -04:00
Christopher Young c3e6d41ebe Always use tag for version. 2015-09-19 12:37:52 -04:00
Christopher Young f3a52e9ab5 Version printing for logs. 2015-09-18 23:00:05 -04:00
Christopher Young 10f21a651b RY835AI auto config.
10HZ update.
115200 baud.
Dynamic Platform Model: “Airborne <2g”
2015-09-18 15:18:58 -04:00
Christopher Young 68d999f5e7 GPS only RY835AI support. 2015-09-18 08:12:02 -04:00
Christopher Young 5a568e27ce Type error. 2015-09-16 16:17:41 -04:00
Christopher Young 5900408ec3 v0.3b2. 2015-09-16 16:09:10 -04:00
Christopher Young 672fbfc396 Increase client message queue size. 2015-09-16 16:08:21 -04:00
Christopher Young 5f64bd39fd PPM settings. 2015-09-16 10:09:51 -04:00
Christopher Young f24e7dedc8 Cleanup. 2015-09-16 00:07:02 -04:00
Christopher Young b663151ed2 Missing import. 2015-09-16 00:04:23 -04:00
Christopher Young 96d2077e24 Remove debug prints. 2015-09-15 12:07:16 -04:00
Christopher Young f46101e3d1 Use log instead of fmt. 2015-09-15 11:30:02 -04:00
Christopher Young 5dda5d6220 Redo sleep mode - now based on ICMP echo/unreachable packets. 2015-09-15 11:29:41 -04:00
Lee Smith 319f0240d0 RY835AI GPS will now use USB if connected, otherwise GPIO 2015-09-15 10:04:44 -04:00
Christopher Young 77cb7696d5 Missing import. 2015-09-14 22:38:55 -04:00
Christopher Young ae0f28a06b AHRS LED error. 2015-09-14 16:43:30 -04:00
Christopher Young 2b7b51e14a Cleaner solution from @ssokol. 2015-09-14 01:17:18 -04:00
Christopher Young 7a98518daf RY835AI GPS via serial pins TXD/RXD. 2015-09-14 01:02:20 -04:00
Christopher Young 988fdd0ccb Unnecessary import. 2015-09-13 23:39:30 -04:00
Christopher Young 5be60354dc Set PPM on SDR init. 2015-09-13 23:38:22 -04:00
Christopher Young fb7ecb9d86 Unnecessary log entries. 2015-09-12 17:35:14 -04:00