Wykres commitów

52 Commity (141045bb0e87f834e5a2194fb4e9082c0af3b180)

Autor SHA1 Wiadomość Data
AvSquirrel 8b9c89542f Add distance / bearing calculation. Don't log stale traffic. 2016-04-13 04:04:28 +00:00
Christopher Young feaffc07fc Compile with 4 cores. 2016-04-02 16:01:07 -04:00
Christopher Young d9bbe5881c Revert PR #352. 2016-03-24 12:39:26 -04:00
cyoung 5073fdadb6 Merge pull request #352 from jpoirier/go-checker
check for the go command not GOROOT
2016-03-24 10:34:44 -04:00
Joseph Poirier a1ee8dd5e1 check for the go command not GOROOT 2016-03-24 08:45:59 -05:00
Christopher Young 854b96f608 More data logger boilerplate. Add to Makefile and init in main(). 2016-03-24 09:33:11 -04:00
Christopher Young 009d7219f2 Sudo needed for CircleCI. 2016-03-09 09:01:55 -05:00
Christopher Young ee42e324f2 Remove sudo. 2016-03-09 08:54:13 -05:00
Christopher Young 1ba74a9f1d Remove CircleCI hacks. 2016-02-26 21:19:14 -05:00
Christopher Young 38017426aa CircleCI update. 2016-02-26 12:38:35 -05:00
Christopher Young d25eb98272 Move www portion of Makefile to web/ dir. 2016-02-15 12:35:37 -05:00
Christopher Young 442e882646 Cache manifest. Fixes #219. 2016-01-29 14:20:40 -05:00
bradanlane 4d85491f67 start/stop gen_gdl90 directly fron init.d-stratux 2016-01-08 16:02:57 -05:00
Christopher Young 55983489a2 Add monotonic.go to Makefile. 2016-01-07 11:10:27 -05:00
Christopher Young 17c43dbb3a Update build process to use new dump1090.
Fixes #171.
2015-12-29 19:50:33 -05:00
Christopher Young 00f2a2491d Update Makefile to get submodules. 2015-12-27 18:42:24 -05:00
Christopher Young 9f66732bfb Go get for all relevant directories. 2015-12-27 13:48:56 -05:00
Christopher Young 75f49f2951 Update Makefile for linux-mpu9150. 2015-12-27 13:33:04 -05:00
Jim Jacobsen 73cec0a220 Remove spaces from environment test 2015-12-06 18:39:07 +00:00
Jim Jacobsen 33332a9feb Updated for circleci 2015-12-06 18:35:32 +00:00
Jim Jacobsen b58f1993fd Update makefiles to build test apps 2015-12-06 18:01:21 +00:00
Joseph Poirier abd4a50386 unquote ldflags command in build flag 2015-11-13 19:31:21 -06:00
Joseph Poirier c0e491f9d8 Merge master fix conflict 2015-11-12 20:23:53 -06:00
Christopher Young 724a87de48 Fixes #115. 2015-11-12 14:53:07 -05:00
Christopher Young 9dda52d200 Fixes #114. 2015-11-12 14:34:04 -05:00
Joseph Poirier 7850ca3634 godump978 use system lib path, copy dump978 so before it's needed, fixes for circleci builder 2015-11-11 19:07:34 -06:00
Joseph Poirier bfd72f877c s/break/return and comment out noisey log message 2015-11-10 18:14:29 -06:00
cyoung eae150ee1c Merge pull request #81 from cyoung/ui_gps-ahrs
new gps / ahrs page
2015-10-18 10:45:20 -04:00
Christopher Young 6dac3b6c6f Don't cross compile by default. 2015-10-18 00:51:08 -04:00
bradanlane 6e84557616 new gps / ahrs page with both data details and graphical representation using image for gps location and webgl for ahrs 2015-10-14 17:35:41 -04:00
Christopher Young 451fec9bbb clean: rm -f libdump978.so 2015-10-09 20:08:46 -04:00
Christopher Young a2a7b11494 Redo weather/traffic websocket updates (#74). 2015-10-07 20:24:56 -04:00
Christopher Young 34f55beb04 libdump978 entries in Makefile. 2015-10-05 10:19:24 -04:00
bradanlane 45215e258b traffic page complete; includes context sensitive help; does not include trafic fource indication 2015-10-01 17:19:28 -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 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 157e724d42 Go 1.5.1 bug - temporary fix. 2015-09-16 00:03:46 -04:00
Christopher Young a603653ac9 godump978 and gortlsdr integration for UAT.
globalStatus.Devices implemented. Auto retry, on SDR error, etc.
2015-09-10 20:43:32 -04:00
Christopher Young 953ba2f7aa Cleanup. 2015-08-31 12:21:21 -04:00
Christopher Young 02494192ef Makefile changes. 2015-08-31 12:18:44 -04:00
Ilya Haykinson 9958a1fd7c another attempt to get tests to ignore for now 2015-08-30 20:40:38 -07:00
Ilya Haykinson 6d360fed48 fix build command for circle 2015-08-30 20:33:44 -07:00
Ilya Haykinson ca02aea01b moved files around to allow dependencies to be fetched during build 2015-08-30 20:30:09 -07:00
Brant K. Kyser c192c27010 Use WebSocket to send status information to WebUI clients. 2015-08-27 23:14:52 -05:00
Kris Knigga 7b492d6c17 make install 2015-08-21 18:49:34 -05:00
Christopher Young fb2dc6fae4 Drop support for <Pi2. 2015-08-20 17:02:09 -04:00
Brant K. Kyser 438c047442 Allow overriding the value of GOOS, GOARCH, and GOARM from the shell prior to executing gnu make. 2015-08-20 12:50:21 -05:00
Christopher Young 9b857c253a Update Makefile - traffic.go. 2015-08-20 13:06:08 -04:00
Christopher Young 7ead315735 Remove 1090es support, merging into traffic.go 2015-08-20 12:58:25 -04:00