Wykres commitów

603 Commity (8f8bd363a2c043d455e8371743adee57913e8a35)

Autor SHA1 Wiadomość Data
Christopher Young 8f8bd363a2 Comments. 2016-01-19 08:39:46 -05:00
Christopher Young c832f6add7 linux-mpu9150 submodule update. 2016-01-11 11:19:40 -05:00
Christopher Young 1c69061c43 @AvSquirrel fixes.
Ref #190.
2016-01-11 11:16:25 -05:00
Christopher Young e00c7a82d1 Updated linux-mpu9150.
Fixes #190.
2016-01-10 16:03:54 -05:00
Christopher Young ae6ba61278 Cleanup.
Follow PR #195.
2016-01-10 15:56:57 -05:00
cyoung 92122743e5 Merge pull request #195 from jpoirier/development
only fetch serial id of unconfigured dongle
2016-01-10 15:55:53 -05:00
cyoung 57a9f49d0c Merge pull request #196 from cyoung/simplify_startstop
start/stop gen_gdl90 directly fron init.d-stratux
2016-01-10 15:53:46 -05:00
cyoung 812170d0ae Merge pull request #199 from braddward/updated-shutdown
Updated shutdown. Fixes #193.
2016-01-10 15:49:34 -05:00
Brad Ward 9897faea14 Added post reboot/shutdown messages 2016-01-09 15:00:19 -06:00
Brad Ward 53deb5f354 Changes to shutdown/reboot
Changed UI to provide better spacial separation of the shutdown and
reboot buttons.
Changed to call the shutdown and reboot methods via XHR POST.
2016-01-09 14:23:25 -06:00
Brad Ward 48eb3f7c65 Added methods for doing async posts for shutdown and reboot 2016-01-09 14:14:54 -06:00
cyoung 1420ad16e0 Merge pull request #198 from AvSquirrel/timezone-fix
GPS time zone fix. Don't assume Pi is set to UTC.
2016-01-09 13:25:57 -05:00
AvSquirrel e9e8c5c098 GPS time zone fix. Don't assume Pi is set to UTC. 2016-01-09 12:15:21 -06:00
bradanlane 4d85491f67 start/stop gen_gdl90 directly fron init.d-stratux 2016-01-08 16:02:57 -05:00
Joseph Poirier 40ce5dcde7 add serial to ES object 2016-01-08 09:35:26 -06:00
Joseph Poirier 4cbe3713a7 only fetch serial id of unconfigured dongle 2016-01-08 09:33:58 -06:00
cyoung 3c7d700cff Merge pull request #191 from AvSquirrel/GPS-20160105
GPS compatibility improvements: Parse lat-lng of arbitrary precision
2016-01-07 12:21:27 -05:00
Christopher Young 0f4fa6db22 Error. 2016-01-07 12:13:51 -05:00
Christopher Young cfd1541708 Use monotonic clock for status print.
#174.
2016-01-07 11:54:38 -05:00
Christopher Young f4c9af112a Use monotonic clock for RY835AI/GPS data check functions.
#174.
2016-01-07 11:47:01 -05:00
Christopher Young 363f411b45 Typo fix. 2016-01-07 11:42:37 -05:00
Christopher Young 24142bef73 Use monotonic clock for traffic tracking.
#174.
2016-01-07 11:42:30 -05:00
Christopher Young dcf50409e9 Use monotonic clock for message tracking.
#174.
2016-01-07 11:37:57 -05:00
Christopher Young 1382060024 Use monotonic clock for network/sleep functions.
#174.
2016-01-07 11:34:37 -05:00
Christopher Young ce5f185c0f Use monotonic clock for SDR/network timing.
#174.
2016-01-07 11:29:55 -05:00
Christopher Young f1a0355231 Add Since() function to monotonic clock. 2016-01-07 11:20:06 -05:00
Christopher Young 55983489a2 Add monotonic.go to Makefile. 2016-01-07 11:10:27 -05:00
Christopher Young 6303b0c536 Use monotonic timer for uptime.
Fixes #69.
2016-01-07 11:08:54 -05:00
Christopher Young 43ac4e8236 Disable ntpd on release image. 2016-01-07 10:28:24 -05:00
AvSquirrel 1971700f02 Add UBX-CFG files for u-center 2016-01-06 06:07:38 +00:00
AvSquirrel ee241c71fb Parse lat-lng of arbitrary precision 2016-01-06 03:09:42 +00:00
Christopher Young cf0296d77f Cleanup. 2016-01-05 11:09:06 -05:00
Christopher Young b0d1299fce Cleanup. 2016-01-05 11:08:16 -05:00
cyoung cc41a25900 Merge pull request #184 from braddward/updated-shutdown
Updated shutdown
2016-01-05 11:01:44 -05:00
cyoung 11907e84ff Merge pull request #186 from AvSquirrel/ahrsFusion
AHRS heading improvements. "Fallback" GPS message parsing
2016-01-04 11:42:31 -05:00
cyoung 951c750c59 Merge pull request #188 from cyoung/origin_src_fix_20160104
Fix transposed S/T in base40 decoding
2016-01-04 11:38:42 -05:00
bradanlane 21956790ba Fix transposed S/T in base40 decoding
the code at mutability/dump978 posted a fix for a typo in the base 40 decode. the 'S' and 'T' letters were transposed in the reference string.

reference: 564902f53b
2016-01-04 09:05:00 -05:00
Christopher Young 7d6f4eb7af Trigger traffic report on change. 2016-01-03 22:54:21 -05:00
AvSquirrel cdcfa1c8d7 Formatting 2016-01-04 00:14:29 +00:00
AvSquirrel 3bc45ac5be Remove debug log message 2016-01-04 00:12:10 +00:00
AvSquirrel c95ac50763 Merge remote-tracking branch 'upstream/master' into ahrsFusion 2016-01-04 00:10:32 +00:00
AvSquirrel caf155ca65 Improved GPS fallback code - added GSA parsing 2016-01-03 23:54:42 +00:00
Brad Ward 95364bab22 Merge branch 'updated-shutdown' of https://github.com/braddward/stratux into updated-shutdown 2016-01-03 13:34:05 -06:00
Brad Ward e07390feb1 Moved reboot and shutdown to settings panel. Added modal confirmation dialogs. 2016-01-03 13:21:41 -06:00
Brad Ward 738f062e7e Added help text for reboot and shutdown options 2016-01-03 13:21:15 -06:00
Brad Ward 1488e7d494 added ui-yeld-to=modals directive 2016-01-03 12:57:29 -06:00
Christopher Young bba257db6d Add SBS1 message type 5 "Surveillance alt message". 2016-01-03 13:52:33 -05:00
Christopher Young 65e82714b4 Add SBS1 message type comments. 2016-01-03 13:46:26 -05:00
Brad Ward fd9cde57ae Removed shutdown reboot buttons from status screen 2016-01-03 10:21:41 -06:00
Brad Ward 71d67cb3dc CSS for modal confirmation dialogs 2016-01-03 10:14:58 -06:00