Wykres commitów

526 Commity (052b4e28557aa922035271dace5978b23ea07a2a)

Autor SHA1 Wiadomość Data
Christopher Young 052b4e2855 Add mySituation.SatellitesSeen to stratux.log status message. 2015-12-28 02:19:02 -05:00
Christopher Young d94e049ba2 Update GPS satellite variables even if isGPSValid() is false.
isGPSValid() only when “acceptable” solution is found, updating
variables shows progress.
2015-12-28 01:56:33 -05:00
Christopher Young 446112aced Formatting. 2015-12-28 01:54:04 -05:00
cyoung 502084c20f Merge pull request #169 from AvSquirrel/GPS-UBX2
Updated GPS initialization and parsing
2015-12-28 01:38:15 -05:00
AvSquirrel 799a247c6c Add geoid separation offset and satellites seen. 2015-12-28 05:57:31 +00:00
Christopher Young 3988257a6f Add FltPlan Go to official support list. 2015-12-27 22:27:06 -05:00
Christopher Young 720f964b05 git clone --recursive 2015-12-27 18:58:14 -05:00
Christopher Young 00f2a2491d Update Makefile to get submodules. 2015-12-27 18:42:24 -05:00
Christopher Young 59156e288d Update build to copy libimu.so. 2015-12-27 18:41:20 -05:00
cyoung 680284ee1e Merge pull request #167 from cyoung/ahrs
Integrate linux-mpu9150 for AHRS.
2015-12-27 18:38:26 -05:00
Christopher Young c45bcc7e74 Fix track correction. 2015-12-27 18:19:39 -05:00
Christopher Young c1859fb0be Set heading from GPS with sustained >=10kts. 2015-12-27 17:50:10 -05:00
Christopher Young 0088515be7 Change sensortest for new MPU6050 module. 2015-12-27 16:26:14 -05:00
Christopher Young b06262bd32 Fix CircleCI for submodule. 2015-12-27 16:16:34 -05:00
Christopher Young a35e3cb76f Use linux-mpu9150 DMP functions to retrieve position data. Remove old POC code. 2015-12-27 16:11:21 -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
Christopher Young fe1b6ed9ef Add linux-mpu9150 external. 2015-12-27 13:21:15 -05:00
Christopher Young 1c231dd301 Fix websocket reconnect bug.
Fixes #164.
2015-12-27 13:11:55 -05:00
Christopher Young 4f56a4c7b3 Set "no cache" on all served pages.
Fixes #164.
2015-12-27 13:11:55 -05:00
cyoung 7f392a7d41 Merge pull request #166 from cyoung/powersave
Turn down UAT capture to 10% duty cylce when message rate is 0.
2015-12-27 10:30:43 -05:00
AvSquirrel 681e05f3a3 Add new GPS status messages 2015-12-27 08:47:37 +00:00
AvSquirrel 555f9ccb8c Clean branch for UBX NMEA configuration 2015-12-27 03:19:35 +00:00
AvSquirrel 1549d3b4c5 Merge branch 'master' of https://github.com/AvSquirrel/stratux 2015-12-27 03:00:25 +00:00
Christopher Young 24b28f225f Merge remote-tracking branch 'origin/master' into powersave 2015-12-26 17:47:33 -05:00
Christopher Young e23ce3f25d Update comment. 2015-12-26 17:47:29 -05:00
Christopher Young f51bd61b3b Typo. 2015-12-26 17:34:35 -05:00
Christopher Young cc418aa797 Merge fix. 2015-12-26 17:27:32 -05:00
Christopher Young 0215bc8fa4 Merge remote-tracking branch 'origin/master' into powersave 2015-12-26 17:23:34 -05:00
Christopher Young c88d15929c Reused var. 2015-12-26 17:23:25 -05:00
Christopher Young 268bc227c9 Merge remote-tracking branch 'origin/master' into powersave
# Conflicts:
#	main/network.go
2015-12-26 17:18:57 -05:00
Christopher Young ccd023f50c Version number for status message. 2015-12-26 17:17:53 -05:00
Christopher Young 7fb784dd0b GPS/AHRS on/off settings portion of status message. 2015-12-26 16:52:32 -05:00
Christopher Young 364f45603b Moved WingX to "official support". 2015-12-26 16:51:19 -05:00
AvSquirrel 42dbdf916b Merge pull request #13 from cyoung/master
Merge from cyoung master branch; post-0.5b2 fixes
2015-12-22 22:19:31 -06:00
Christopher Young 54231905c5 Use build string as a hex value instead of characters. 2015-12-22 17:37:39 -05:00
Christopher Young 01919b3ab9 Connected RY835AI y/n. 2015-12-22 17:18:14 -05:00
Christopher Young e3afdc0485 Logic error. 2015-12-22 17:17:02 -05:00
Christopher Young 1c10034411 Add docs on /traffic websocket. 2015-12-22 16:33:55 -05:00
Christopher Young b0b36e80a0 Change CPU temp calculation formula for status message. 2015-12-22 15:40:56 -05:00
Christopher Young 4f9b57007c New Makefile broke build process - fixed. 2015-12-21 14:41:53 -05:00
AvSquirrel a99a1a2316 Merge pull request #10 from cyoung/master
Update from cyoung master. Traffic altitude correction; queuing.
2015-12-20 23:44:13 -06:00
Christopher Young e6ad9aa830 Save some cycles when message queues aren't that large. 2015-12-21 00:05:47 -05:00
Christopher Young 72d989ed3b Save some cycles when message queues aren't that large. 2015-12-20 23:59:39 -05:00
Christopher Young 8d573788b1 Wait for UAT read goroutine to quit before calling .Close() on device. 2015-12-20 23:38:45 -05:00
cyoung 71b4f3c2c0 Merge pull request #154 from jpoirier/fix_alt
fixed altitude calculation as per GDL 90 data interface spec
2015-12-20 23:31:11 -05:00
Christopher Young c935cab08f Enable both UAT and 1090ES by default.
UAT takes priority if only one RTL-SDR device connected.
2015-12-20 21:56:53 -05:00
Joseph Poirier b765d55f7c updated example link 2015-12-20 18:20:38 -06:00
Joseph Poirier 227f4f5571 use smallest possible var size 2015-12-20 16:16:52 -06:00
Joseph Poirier 373c0fa956 fixed altitude calculation as per GDL 90 data interface spec 2015-12-20 15:34:36 -06:00