Wykres commitów

325 Commity (a58fc63efb34a943d8bdf7dacda874de8b900cd8)

Autor SHA1 Wiadomość Data
cyoung 705579bc88 Merge pull request #13 from jpoirier/master
rework merge: dump978 Go wrapper and gortlsdr integration
2015-08-21 04:18:00 -04:00
Christopher Young 8d88e4f91c Testing heading functions for MPU6050. 2015-08-21 04:12:21 -04:00
Joseph Poirier f125447221 Merge branch 'rework' into development 2015-08-21 02:20:51 -05:00
Christopher Young 5e62d75a2f Gyro heading tests. 2015-08-20 19:47:05 -04:00
Christopher Young fb2dc6fae4 Drop support for <Pi2. 2015-08-20 17:02:09 -04:00
Christopher Young c322aac63d Use BMP180 for pressure altitude in Ownship report. 2015-08-20 17:01:42 -04:00
Christopher Young dcbcb1bf16 Integrating RY835AI sensors. Network handling. 2015-08-20 16:47:05 -04:00
cyoung 005cbea9dd Merge pull request #11 from BrantKyser/master
Allow overriding GOOS, GOARCH, and GOARM from the shell
2015-08-20 14:19:17 -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
Brant K. Kyser 1437a07f7a Merge pull request #1 from cyoung/master
Merge upstream
2015-08-20 12:33:02 -05:00
Christopher Young 3ec5713831 Add mutex for traffic/network ops. 2015-08-20 13:06:40 -04: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
Christopher Young 547c466ed0 Remove 1090es support, merging into traffic.go 2015-08-20 12:57:54 -04:00
Christopher Young 1ba6f744ea Gofmt. 2015-08-20 12:54:46 -04:00
Christopher Young cfd8b9fcaf Merge branch 'master' of https://github.com/cyoung/stratux
Conflicts:
	gen_gdl90.go
2015-08-20 12:52:25 -04:00
Christopher Young 12aed1c0c0 Network rework - multiple (configurable) output ports. Unicast UDP. 2015-08-20 12:49:23 -04:00
cyoung 77c1671a57 Merge pull request #10 from haykinson/master
misc minor tweaks
2015-08-20 12:07:32 -04:00
Ilya Haykinson 6457d40887 use standard go command to build; build the 1090es relay too 2015-08-19 23:48:39 -07:00
Ilya Haykinson 51924cb25d move management ip to a const 2015-08-19 23:48:12 -07:00
Christopher Young a3e29cb94b Replace Sleep with a Timer. 2015-08-20 01:57:39 -04:00
Joseph Poirier bb39c687c5 inline static cgo workaround, callback function name changes 2015-08-19 01:32:11 -05:00
cyoung 24bce6313a Merge pull request #8 from kdknigga/master
gitignore binaries and allow ip/port to be set in /etc/stratux.conf
2015-08-18 22:21:06 -04:00
Kris Knigga 47da6c9c77 Fix my not-knowing-Go mess 2015-08-18 21:11:07 -05:00
Kris Knigga 7b293d993f Have git ignore binary products 2015-08-18 20:22:48 -05:00
Kris Knigga c1af8164dd Make broadcast IP address and port configurable 2015-08-18 20:22:27 -05:00
Christopher Young 713315a7b7 Merge branch 'master' of https://github.com/cyoung/stratux 2015-08-18 20:16:31 -04:00
Christopher Young 9aae5e7522 Example UAT data. 2015-08-18 20:15:56 -04:00
Joseph Poirier dd52591b1f Merge branch 'master' into rework 2015-08-17 13:51:17 -05:00
cyoung 53002ee03a Merge pull request #6 from jpoirier/master
concurrent safe log package for printing, don't remake buf in gpsSerialReader loop
2015-08-17 14:06:33 -04:00
Joseph Poirier 5735bfe3eb use the concurrent safe log package for printing messages, don't remake buf in gpsSerialReader loop 2015-08-17 12:59:03 -05:00
Joseph Poirier 8192ddf67f Merge branch 'master' into rework 2015-08-17 11:04:20 -05:00
Christopher Young 3046de2558 Merge branch 'master' of https://github.com/cyoung/stratux 2015-08-16 19:34:03 -04:00
Christopher Young 895b93af4d BMP180 + MPU6050 - beginnings/testing. 2015-08-16 19:33:34 -04:00
cyoung 36a4bbcf3e Merge pull request #3 from jpoirier/master
set GOMAXPROCS to core count (Go v1.5 now does this automatically)
2015-08-15 15:01:37 -04:00
Joseph Poirier 3e95d069c4 Merge branch 'master' into rework 2015-08-15 12:39:34 -05:00
Joseph Poirier 2e8c37c891 spelling 2015-08-15 12:38:44 -05:00
Joseph Poirier 58b26ad9d0 set GOMAXPROCS to number of cores 2015-08-15 12:37:41 -05:00
Joseph Poirier 83dcc24787 Merge branch 'master' into rework 2015-08-15 12:30:46 -05:00
Christopher Young a408a8cf13 Changes for beta release. 2015-08-15 01:17:54 -04:00
Christopher Young 75aaea1430 TIS-B target tracking, re-send. 2015-08-14 23:58:53 -04:00
Christopher Young ef40f48017 TIS-B packet decode. TIS-B traffic reports to GDL90. 2015-08-14 23:10:16 -04:00
Christopher Young 905e41c5bf GPS parsing from RY835AI. Ownship reports. 2015-08-14 20:11:04 -04:00
Christopher Young 1a645877c1 License. 2015-08-14 18:41:10 -04:00
Joseph Poirier d492c80b72 dump init function rename, some cleanup 2015-08-14 11:38:17 -05:00
Joseph Poirier 657010cbe6 Merge branch 'master' into rework 2015-08-14 10:55:47 -05:00
Joseph Poirier e6200815f5 first cut of go wrapper for dump978 2015-08-14 10:53:08 -05:00
Joseph Poirier 049fcac8a2 initial lib hackery 2015-08-14 09:10:04 -05:00
Christopher Young 144bd7baf2 USB hub power - experimental for two RTL-SDR devices at once. 2015-08-13 20:19:30 -04:00
Christopher Young 89259cdfac Message formatting error causing CRC mismatch in some messages. 2015-08-12 00:00:50 -04:00