Jason McNew
|
f572d91fc6
|
Integrate gpsd connection management with managment interface.
Disabling GPS on the management interface will close the gpsd connection.
Add internal function for disconnecting.
|
2016-12-04 14:24:56 +00:00 |
cyoung
|
0b43f2d795
|
Merge pull request #486 from foonix/gpsd
RFC: gpsd evaluation
|
2016-11-16 09:14:36 -05:00 |
Christopher Young
|
20ada0a9d7
|
Cleanup.
|
2016-10-18 20:29:31 -04:00 |
Christopher Young
|
32f0054f72
|
Formatting.
|
2016-10-18 20:27:14 -04:00 |
cyoung
|
2679c03472
|
Merge pull request #504 from jamez70/developer_mode_flag_handling
Developer mode flag handling
|
2016-10-18 20:19:04 -04:00 |
Christopher Young
|
ce5fe35bb7
|
Add current UAT/ES tracked targets count in globalStatus.
|
2016-10-04 23:50:44 -04:00 |
Jim Jacobsen
|
bb00189e94
|
Added developer mode toggle by clicking on version 7 times within 3 seconds
|
2016-10-02 22:17:09 -05:00 |
Jim Jacobsen
|
2a76788405
|
Added developer menu item in addition
|
2016-10-01 21:03:04 -05:00 |
Jim Jacobsen
|
9f1fd88485
|
Added developer mode handing from /etc/stratux.conf instead, then this allows options in the status and settings pages. Would like to add a menu option for this in the future though
|
2016-10-01 19:59:41 -05:00 |
Christopher Young
|
8929116f00
|
Formatting.
|
2016-10-01 11:48:27 -04:00 |
Christopher Young
|
8cef443497
|
Change green (ACT) LED default behavior on RPi - off = stratux not running, on = stratux running.
|
2016-09-26 14:34:41 -04:00 |
Jim Jacobsen
|
f099336823
|
Fixed typo, and added TAF.AMD
|
2016-09-24 18:23:39 -05:00 |
Jim Jacobsen
|
2f2c3d27a3
|
Added UAT statistics to the status page
|
2016-09-24 12:17:46 -05:00 |
Christopher Young
|
30fe7295c4
|
Add automatic serialout when /dev/serialout0 is present.
/dev/serialout0 created by either inserting a CP2102-based
USB-to-Serial dongle or by symlink.
|
2016-09-19 12:21:39 -04:00 |
Jason McNew
|
498f904b55
|
Initial gpsd support.
|
2016-09-04 06:04:58 +00:00 |
cyoung
|
ff79aa5555
|
Merge pull request #463 from egid/egid-cleanup-426
Clean out clock UI
|
2016-08-05 17:07:02 -04:00 |
cyoung
|
973f576a54
|
Merge pull request #461 from egid/egid-gps-tweak
GPS accuracy on Status page
|
2016-08-05 17:05:59 -04:00 |
Eric Gideon
|
ee6ca139af
|
add horizontal GPS precision to the "GPS solution" row on the status page
|
2016-07-23 13:16:20 -07:00 |
Eric Gideon
|
80b373a7a4
|
Remove clock / clock diff row from status template; also remove from js and go.
|
2016-07-15 01:28:30 -07:00 |
Christopher Young
|
77ecb0d6ad
|
Merge remote-tracking branch 'origin/master' into uavionix
# Conflicts:
# Makefile
# image/mkimg.sh
# selfupdate/makeupdate.sh
|
2016-07-14 15:45:34 -04:00 |
Christopher Young
|
f62d83f47f
|
Typo.
|
2016-07-09 14:01:36 -04:00 |
Christopher Young
|
f8fa9f5fb4
|
Fix some log(0) errors.
|
2016-07-09 13:59:41 -04:00 |
Christopher Young
|
0f001da912
|
Remove init.d files from gen_gdl90 process.
|
2016-06-24 16:48:48 -04:00 |
Christopher Young
|
f4a36b2df7
|
Throw webUI error prompting user to update image if /etc/debian_version <8.0.
#448.
|
2016-06-24 16:10:34 -04:00 |
Christopher Young
|
60ec38c5bb
|
Change 'Data' in 'msg' struct from []byte to string for logging.
|
2016-06-10 15:12:32 -04:00 |
AvSquirrel
|
e5a6046660
|
Set logfiles for non-FlightBox installations
|
2016-06-08 00:20:10 +00:00 |
Christopher Young
|
68e2d32f1d
|
Move tower stats processing out of parseInput(). Remove unused ADSBTower.Messages_total.
|
2016-05-31 09:00:02 -04:00 |
Christopher Young
|
2132585f76
|
Remove products_last_minute comments.
|
2016-05-31 08:29:06 -04:00 |
cyoung
|
8f310d0afc
|
Merge pull request #428 from AvSquirrel/uat-mutex
Additional UAT stability improvements (tower mutex, array bounds checks)
|
2016-05-31 08:26:50 -04:00 |
Christopher Young
|
404a4c9c05
|
FlightBox additions: log to /root.
|
2016-05-27 16:27:22 -04:00 |
Christopher Young
|
4313e02fc7
|
Cleanup old logging code. Comments.
|
2016-05-27 16:20:20 -04:00 |
cyoung
|
3843350432
|
Merge pull request #427 from uavionix/master
Initial
|
2016-05-26 23:15:41 -04:00 |
AvSquirrel
|
5be9ec80ef
|
Comment out 'products_last_minute' references
|
2016-05-24 19:48:31 +00:00 |
AvSquirrel
|
f1521d6e25
|
Initial commit of ADSBTower mutex protection (needs testing)
|
2016-05-24 19:39:11 +00:00 |
AvSquirrel
|
65beb92208
|
Re-initialize on disconnect. Improvements for multi-GNSS 'in solution' counts.
|
2016-05-08 05:14:20 +00:00 |
cyoung
|
8043ff79fd
|
Merge pull request #410 from AvSquirrel/logging
Graceful shutdown of SQLite logs
|
2016-05-03 08:53:53 -04:00 |
AvSquirrel
|
57197c55eb
|
Split out traffic source from DEBUG. Fix panic closing closed channel.
|
2016-05-03 04:40:51 +00:00 |
AvSquirrel
|
24a6da3da9
|
Added graceful shutdown for SQLite logging
|
2016-05-02 05:03:21 +00:00 |
AvSquirrel
|
313f16e433
|
Improved isGPSValid(); reordered GPS port priority
|
2016-04-29 03:18:34 +00:00 |
Christopher Young
|
acee114964
|
Fixed race condition that caused CPUTemp = -99.00ºC.
|
2016-04-12 11:13:48 -04:00 |
Christopher Young
|
23619fad1b
|
Add disk usage webUI warning.
|
2016-04-12 10:59:07 -04:00 |
Christopher Young
|
e8f8a27bc3
|
Formatting (gofmt).
|
2016-04-12 10:38:04 -04:00 |
cyoung
|
20c09340d7
|
Merge pull request #376 from AvSquirrel/ownship-track
Improve ownship track accuracy. Add disk usage to logs.
|
2016-04-12 10:37:20 -04:00 |
AvSquirrel
|
0de359ec0e
|
Remove extraneous LF
|
2016-04-07 08:27:07 +00:00 |
AvSquirrel
|
21bc97e9b6
|
Add disk usage / free space to log
|
2016-04-07 08:21:15 +00:00 |
AvSquirrel
|
1be1c9fdcf
|
Improved binning for ownship track message
|
2016-04-07 06:31:50 +00:00 |
AvSquirrel
|
be3e487267
|
Use float for GPS track. Rebin ownship track.
|
2016-04-07 05:24:12 +00:00 |
AvSquirrel
|
d1ebc2df1d
|
Fix geometric ownship alt overflow
|
2016-04-07 04:18:57 +00:00 |
Christopher Young
|
480426cdd1
|
Remove further remnants of replay logging.
|
2016-03-26 17:19:59 -04:00 |
Christopher Young
|
e0f82b0a29
|
Data logging graceful shutdown.
|
2016-03-26 17:15:59 -04:00 |