Wykres commitów

542 Commity (2d7e213af2cf3c8a7328f8625612d2a199cf9a6a)

Autor SHA1 Wiadomość Data
bradanlane 4274469f15 completed STATUS and SETTINGS pages with context sensitive HELP (without debug) 2015-09-29 18:27:52 -04:00
bradanlane 125c052385 completed STATUS and SETTINGS pages with context sensitive HELP 2015-09-29 18:05:50 -04:00
bradanlane da40576459 new WebUI is feature parity with old WebUI plus PPM setting 2015-09-28 15:20:43 -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
cyoung a90a51e343 Merge pull request #62 from jpoirier/development
Development
2015-09-26 08:59:22 -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 968062f49a Data collection. 2015-09-25 15:41:09 -04:00
Christopher Young d03ac5abed AHRS replay tool. 2015-09-25 15:40:52 -04:00
Christopher Young cb4592bbbe Stop saving pitch/roll history after calibration.
Fixes #48. Fixes #60.
2015-09-24 23:50:56 -04: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 3e972b3753 Reorg. 2015-09-24 16:31:06 -04:00
Christopher Young 63173fc88d /getTraffic and /getSituation. 2015-09-24 16:26:51 -04:00
Christopher Young 5938f28a02 AHRS replay logs - test data. 2015-09-24 07:57:50 -04:00
Christopher Young 3c50cd59cd Use GPS altitude in Ownship when pressure altitude not available.
Temporary.
2015-09-24 07:46:40 -04:00
cyoung 84fb44f6b2 Merge pull request #58 from jpoirier/development
shift direction fix
2015-09-24 00:53:08 -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 c80de8856f Merge branch 'master' of https://www.github.com/cyoung/stratux 2015-09-22 23:52:52 -04:00
Christopher Young edcccbda13 Fixes #33.
Set system time from RMC sentence.
2015-09-22 23:51:56 -04:00
Christopher Young b97eb52988 Cleanup. 2015-09-22 23:28:06 -04:00
Christopher Young 8b73e64645 Search for precip in local area, translate in to text warning.
$ ./nexrad_annunciator ../test-data/example.radar 38.32 -88.86 47
moderate precip 1 o'clock, 5.2 nm.
$ ./nexrad_annunciator ../test-data/example.radar 38.38 -88.41 140
heavy precip 2 o'clock, 8.9 nm.
$ ./nexrad_annunciator ../test-data/example.radar 38.22 -88.25 140
very heavy precip 11 o'clock, 6.7 nm.
2015-09-22 23:14:59 -04:00
Christopher Young 4156940348 NEXRAD decoding test frames. 2015-09-22 20:12:40 -04:00
Christopher Young 59f03c5141 Initialize seenTraffic. 2015-09-22 19:51:37 -04:00
Christopher Young f1ea6bd1a6 Working NEXRAD decode. 2015-09-22 19:40:29 -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 e43c509aa1 Fixes #52 (mostly).
go doesn’t run under qemu, so you’ll need to get the go imports on
there somehow.
2015-09-22 01:28:28 -04:00
Christopher Young 5f307d7862 Upgrade to qemu 2.4.0 - command line flags change. 2015-09-22 01:06:55 -04:00
Christopher Young 6165d327a1 Log signal strength in UAT log. 2015-09-22 00:04:59 -04:00
Christopher Young 34bc4ab051 Prototype changes. 2015-09-21 21:08:08 -04:00
Christopher Young 0c2ab9c5c2 Formatting. 2015-09-21 21:08:03 -04:00
Christopher Young bc5342935b Formatting. 2015-09-21 21:04:27 -04:00
Christopher Young 4acff06355 Signal strength from 978 demod passed to lib. 2015-09-21 21:03:32 -04:00
Christopher Young e434c50e86 Signal power level.
From @tomcourt
2015-09-21 15:44:08 -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 a8e8562e5f Formatting. 2015-09-21 13:01:18 -04:00
Christopher Young 229df30ff4 Fixes #45. 2015-09-20 09:44:02 -04:00
Christopher Young 0609d0c3e4 FF vers. 2015-09-20 09:22:25 -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