Wykres commitów

1431 Commity (b6fef3ca9a1af992de3bcd9fad1ffda566f03adc)

Autor SHA1 Wiadomość Data
Joseph Poirier 8fc7b9f81b fix typo 2016-02-21 10:44:55 -06:00
Joseph Poirier e9221e5097 cleanup and idiomatic code in prep for #239 2016-02-21 10:40:14 -06:00
AvSquirrel 17454c4276 Mutex bug fix 2016-02-21 12:02:47 +00:00
AvSquirrel ac69e7825a Add 1090 emitter category 2016-02-21 09:44:26 +00:00
AvSquirrel abf5869a57 New dump1090 format on port 30006 2016-02-21 07:06:58 +00:00
peepsnet d83c8f6e14 More cleanup 2016-02-20 12:00:25 -05:00
peepsnet bea1bdfe45 Corrected typos 2016-02-20 11:59:31 -05:00
peepsnet b44a513615 Comments
Commented all lines and added a bit more instruction
2016-02-20 11:59:01 -05:00
cyoung cebb1ba103 Merge pull request #272 from bjax/bjax-patch-1
Fixed typo "delimeted" -> "delimited". Fixes #271.
2016-02-20 08:30:29 -05:00
Bruce Jackson 78f9082fe3 Fixed typo "delimeted" -> "delimited" 2016-02-20 08:09:14 -05:00
AvSquirrel 6492dc7788 Show traffic source in web UI 2016-02-19 06:09:34 +00:00
bradanlane 36393d859b use standalone httpd service / move stratux services to port 8080 2016-02-18 14:37:10 -05:00
cyoung 7a2e49867a Merge pull request #264 from AvSquirrel/traffic-ui
Bug fixes for traffic UI and setting GPS time
2016-02-18 14:02:22 -05:00
cyoung a9c7baae6d Merge pull request #265 from cyoung/traffic_time_units
added 's' units to the traffic page
2016-02-18 14:02:09 -05:00
bradanlane f28c7a74d1 added 's' units to the traffic page 2016-02-18 13:38:06 -05:00
AvSquirrel 25dc8e617d Bug fix for setting GPS time from RMC messages 2016-02-18 11:53:43 -06:00
cyoung 3a96f04394 Merge pull request #261 from yihchun/master
Fixed a bug from #248
2016-02-18 09:59:30 -05:00
Yih-Chun Hu 4fba4de5bd bugfix of error checking 2016-02-18 13:35:28 +00:00
AvSquirrel 9ad3a7e333 Decrease traffic UI timeout to 59 sec 2016-02-18 06:10:21 +00:00
Christopher Young 65559a38fd Remove irrelevant/old comments. 2016-02-18 00:34:21 -05:00
Christopher Young 44d4c826c2 Use .Since() instead of 'Now()'.Sub(). 2016-02-18 00:29:28 -05:00
cyoung 8ddeb1a7b0 Merge pull request #259 from AvSquirrel/traffic-ui
Traffic UI and other improvements
2016-02-18 00:25:32 -05:00
AvSquirrel 073f317909 Merge to upstream changes 2016-02-18 04:57:58 +00:00
AvSquirrel 8429eb5a53 Clean up comments 2016-02-18 04:50:27 +00:00
Christopher Young ca9bd3900b Typos. Fixes #258. 2016-02-17 23:42:58 -05:00
AvSquirrel 370725eb53 Implement improved traffic UI. Clean up status and traffic help pages. 2016-02-18 04:31:05 +00:00
AvSquirrel a900a8942d Update traffic UI to support ti.age 2016-02-18 02:12:50 +00:00
AvSquirrel a224db0ba4 Create and initialize ti.Age 2016-02-18 01:54:36 +00:00
AvSquirrel 3b510c146e Merge remote-tracking branch 'upstream/master' into traffic-ui 2016-02-18 00:48:25 +00:00
Christopher Young c165acd98e Add "Unix()" function to monotonic clock for "seconds-since-start".
#254.
2016-02-17 19:33:18 -05:00
cyoung cca7d15683 Merge pull request #257 from cyoung/webui_cleanup
some web ui cleanup
2016-02-17 18:19:13 -05:00
bradanlane 3da5c9becc added missing logs help, adjusted settings page layout, added basic filename checking for updates, cleaned up updates ui somewhat 2016-02-17 15:32:23 -05:00
AvSquirrel b49bb796ee Add Stratux time to traffic.js 2016-02-17 07:18:04 +00:00
AvSquirrel 367dedc5a6 Web UI clock data enhancements 2016-02-17 06:03:23 +00:00
cyoung 2e64c9ba37 Merge pull request #248 from yihchun/master
Fix for Issue #79
2016-02-17 00:05:24 -05:00
AvSquirrel 282f397368 Better GPS time resolution 2016-02-17 04:36:56 +00:00
AvSquirrel 48b5127af6 Improved demo traffic 2016-02-17 04:19:33 +00:00
AvSquirrel 878747e633 GPS improvements: clearer init messages, compatibility tweaks 2016-02-17 03:13:21 +00:00
root 9ff70d6633 Copy and paste error in the log message 2016-02-16 20:31:12 +00:00
root b356b64f15 Error checking and optimizations per jpoirier 2016-02-16 20:28:14 +00:00
peepsnet 8ea4089d99 Update interfaces 2016-02-16 14:20:00 -05:00
peepsnet 7918cbe629 Update interfaces 2016-02-16 13:50:49 -05:00
peepsnet aab98497dd Update interfaces 2016-02-16 12:43:27 -05:00
root 3cefce063b error on startup 2016-02-16 13:29:50 +00:00
root 9857f36023 Merge branch 'master' of https://github.com/cyoung/stratux 2016-02-16 13:19:47 +00:00
AvSquirrel 1695e97aa0 Restore UTC time for traffic age 2016-02-16 05:43:32 +00:00
AvSquirrel d57ed5f523 Blank out missing heading in traffic UI 2016-02-16 04:41:13 +00:00
Christopher Young d81051df00 Error checking. 2016-02-15 23:01:52 -05:00
Christopher Young 279a810db0 Skip expired leases. #230. 2016-02-15 22:21:15 -05:00
Christopher Young 02bf2251d8 Rough update process - startup script looks for update file, executes it, reboots. 2016-02-15 17:48:33 -05:00