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 |
Jim Jacobsen
|
463ecafc38
|
Fixed bug with help of cyoung found with running on native linux, which may show itself on the RaspberryPi at some point
|
2016-10-17 22:30:43 -05: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 |
cyoung
|
d67f2fe1db
|
Merge pull request #492 from jamez70/allow_static_ip_hosts
Added ability to have static IP hosts
|
2016-10-01 11:47:04 -04:00 |
Christopher Young
|
8f3ca19aca
|
Add GPRMC date sanity checking. Add 'RealTime' monotonic ticker, set once by GPS time.
|
2016-09-29 18:30:26 -04:00 |
Jim Jacobsen
|
bab827d492
|
Added ability to have static IP hosts
|
2016-09-27 23:56:17 -05:00 |
cyoung
|
2d03dde95a
|
Merge pull request #471 from uavionix/master
Disable logging when Ping receives data
|
2016-09-27 17:21:04 -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 |
cyoung
|
a951ea9afb
|
Merge pull request #488 from AvSquirrel/ubx-zeroalt-fix
Workaround to allow negative GPS HAE on ublox-7. Fixes #487.
|
2016-09-21 09:04:25 -04:00 |
Christopher Young
|
dc62a3abba
|
Make HardwareBuild checking for updates case insensitive.
|
2016-09-19 18:27:19 -04: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 |
Keith Tschohl
|
9939ba986a
|
Ignore PUBX,00 'HAE' field if it is equal to 0
|
2016-09-17 03:56:22 +00:00 |
Christopher Young
|
0177402f00
|
Write only a single file for updates - fixes reboot loop issues.
Files with spaces and special characters were causing reboot loops.
|
2016-08-24 10:25:27 -04:00 |
Ryan C. Braun
|
e93b90197c
|
Remove unused fmt from imports
|
2016-08-20 15:05:35 -05:00 |
Ryan C. Braun
|
3cd58d20d8
|
Disable logging of Ping data reception
|
2016-08-09 14:36:01 -05: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
|
945c8bf6bc
|
Don't start ffMonitor() - no longer needed.
|
2016-07-13 15:53:02 -04:00 |
Christopher Young
|
b31ed721c3
|
Fix more log errors.
|
2016-07-09 14:05:40 -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
|
f8269f5759
|
Make "GPS week out of scope" warning a debug message.
|
2016-06-30 11:51:56 -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
|
e180f79855
|
Start Canadian regs with "C-". Formatting.
#442.
|
2016-06-21 12:28:49 -04:00 |
AvSquirrel
|
6d19f57e0e
|
Add decoding of Canadian tail numbers
|
2016-06-20 05:07:00 +00:00 |
AvSquirrel
|
efaaa8777d
|
Decode US civil Mode S codes to N numbers
|
2016-06-20 03:30:40 +00:00 |
AvSquirrel
|
c5f2193b87
|
Change FF error message back per cyoung request
|
2016-06-19 03:12:43 +00:00 |
AvSquirrel
|
5dc2aec687
|
Merge remote-tracking branch 'upstream/master' into gpsattitude-june2016
|
2016-06-19 03:00:08 +00:00 |
Christopher Young
|
60ec38c5bb
|
Change 'Data' in 'msg' struct from []byte to string for logging.
|
2016-06-10 15:12:32 -04:00 |
AvSquirrel
|
c34c107f23
|
Comment cleanup. Remove bloat from UI status page.
|
2016-06-08 03:20:43 +00:00 |
AvSquirrel
|
fbc2ee16d3
|
Add toggle for GDL90 AHRS output. Use GDL90 AHRS toggle for FF compatibility instead of disabling AHRS hardware.
|
2016-06-08 02:52:00 +00:00 |
AvSquirrel
|
065836ef4c
|
Tweak filter width. Comment out a couple of debug messages
|
2016-06-08 01:47:19 +00:00 |
AvSquirrel
|
e5a6046660
|
Set logfiles for non-FlightBox installations
|
2016-06-08 00:20:10 +00:00 |
AvSquirrel
|
3d4dec80a4
|
Add GPS attitude logging to sqlite log
|
2016-06-08 00:10:17 +00:00 |
AvSquirrel
|
cbd117d216
|
Initial implementation of GPS attitude on v0.9 codebase. Needs debug.
|
2016-06-07 13:03:25 +00:00 |
cyoung
|
94d2467e22
|
Merge pull request #435 from AvSquirrel/ownship-testing
Intial prototype for ownship traffic suppression. Fixes #421.
|
2016-05-31 09:13:11 -04: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 |
Christopher Young
|
438a947aa5
|
Remove extra log message.
|
2016-05-27 00:18:48 -04:00 |
Christopher Young
|
e81c640baf
|
Fix fatal error when can't listen on :50113 UDP.
|
2016-05-26 23:48:13 -04:00 |
Christopher Young
|
751d211b38
|
Use only /dev/ping. Formatting.
|
2016-05-26 23:31:06 -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
|
401c372ef4
|
Intial prototype for ownship traffic suppression
|
2016-05-20 03:28:41 +00:00 |
AvSquirrel
|
7940417f1c
|
Add u-blox 8 to udev rules. Use generic descriptions for ublox 6/7.
|
2016-05-19 03:48:58 +00:00 |
Christopher Young
|
7881d6c53a
|
Move away from ttyUSB0 and use udev-specific rules.
#416.
|
2016-05-17 17:17:01 -04:00 |
cyoung
|
29915cb62e
|
Merge pull request #412 from AvSquirrel/gps-backend-working
GPS improvements: Satellite info; multi-GNSS support; UI updates
|
2016-05-16 17:58:01 -04:00 |
AvSquirrel
|
a39a870378
|
Bug fix for GSA SBAS 'inSolution' marking. Update comments.
|
2016-05-16 02:17:01 +00:00 |
Christopher Young
|
b9951241a5
|
GetTunerGain to confirm tuner gain setting.
|
2016-05-13 23:58:08 -04:00 |
Christopher Young
|
86859f32f5
|
Typo.
|
2016-05-13 22:57:33 -04:00 |
AvSquirrel
|
fc1870af6a
|
Length check for PUBX,03 messages. Add inSolution status to debug messages
|
2016-05-14 02:32:11 +00:00 |
AvSquirrel
|
f02fdf102e
|
Add mutex lock on handleSatellitesRequest
|
2016-05-14 01:44:13 +00:00 |
Christopher Young
|
2231ee4972
|
Remove null characters from serial string.
Fixes #413.
|
2016-05-13 21:42:05 -04:00 |
AvSquirrel
|
4fa44bb766
|
Clean up web UI formatting, update GPS help file
|
2016-05-08 21:55:48 +00:00 |
AvSquirrel
|
c202e72c1d
|
UBX config updates; comments; clean up debug messages
|
2016-05-08 20:41:49 +00:00 |
AvSquirrel
|
861debafbf
|
Improve satellite counts for multiGNSS GSA messages
|
2016-05-08 16:36:05 +00:00 |
AvSquirrel
|
1d4de4571f
|
Remove more debug mesages
|
2016-05-08 05:33:05 +00:00 |
AvSquirrel
|
65beb92208
|
Re-initialize on disconnect. Improvements for multi-GNSS 'in solution' counts.
|
2016-05-08 05:14:20 +00:00 |
AvSquirrel
|
653bb53cf6
|
Add UBX support. Enable GLONASS for M8N Neo. Reduce sampling to 5 Hz
|
2016-05-08 01:53:12 +00:00 |
AvSquirrel
|
e71ede9007
|
Add GLONASS support to GSV parsing
|
2016-05-07 20:48:02 +00:00 |
AvSquirrel
|
d692c4d732
|
Add satellite in solution indicator
|
2016-05-07 15:19:42 +00:00 |
AvSquirrel
|
a00e4d2afa
|
Remove debug messages
|
2016-05-07 06:27:53 +00:00 |
AvSquirrel
|
34791c638a
|
Create JSON interface for satellite constellation.
|
2016-05-07 05:18:10 +00:00 |
AvSquirrel
|
df720ee23e
|
Create and populate 'Satellites' structure
|
2016-05-06 05:50:45 +00:00 |
AvSquirrel
|
a8f7728b11
|
Parse GPGSV fields into local variables
|
2016-05-05 05:16:16 +00:00 |
AvSquirrel
|
883509b076
|
Create Satellites data structure
|
2016-05-05 04:01:10 +00:00 |
AvSquirrel
|
26fce60fd4
|
Parse satellites tracked from GPGSV messages
|
2016-05-05 03:28:28 +00:00 |
Christopher Young
|
0a62fd2d9a
|
Don't assign struct val directly.
|
2016-05-03 09:50:59 -04:00 |
Christopher Young
|
6db8ba6fc0
|
Type fix.
|
2016-05-03 09:39:16 -04:00 |
Christopher Young
|
64f1ae1154
|
Add MessageQueueLen (messageQueue length) to networkConnection struct.
Debugging for #409.
|
2016-05-03 09:31:57 -04:00 |
Christopher Young
|
d01bdfee43
|
Typo.
|
2016-05-03 09:12:49 -04:00 |
Christopher Young
|
141045bb0e
|
Add displayable error when SQLite logging is behind.
|
2016-05-03 09:05:54 -04:00 |
cyoung
|
8043ff79fd
|
Merge pull request #410 from AvSquirrel/logging
Graceful shutdown of SQLite logs
|
2016-05-03 08:53:53 -04:00 |
AvSquirrel
|
29948156d6
|
Additional stability improvements
|
2016-05-03 04:59:13 +00:00 |
AvSquirrel
|
57197c55eb
|
Split out traffic source from DEBUG. Fix panic closing closed channel.
|
2016-05-03 04:40:51 +00:00 |
AvSquirrel
|
5478cdaeb8
|
Add comments and clean up debug messages
|
2016-05-03 03:50:42 +00:00 |
AvSquirrel
|
aaf03acd8c
|
Close datalog.go channels on sqlite shutdown
|
2016-05-03 03:02:44 +00:00 |
AvSquirrel
|
24a6da3da9
|
Added graceful shutdown for SQLite logging
|
2016-05-02 05:03:21 +00:00 |
AvSquirrel
|
2dd8a14d62
|
Status and settings logged only when replay log enabled
|
2016-05-01 20:02:56 +00:00 |
AvSquirrel
|
837d98de25
|
Avoid false positive isGPSValid() check at startup
|
2016-04-29 08:54:04 -05:00 |
AvSquirrel
|
313f16e433
|
Improved isGPSValid(); reordered GPS port priority
|
2016-04-29 03:18:34 +00:00 |
Christopher Young
|
d8624016f6
|
Track startups in sqlite.
|
2016-04-22 16:10:56 -04:00 |
AvSquirrel
|
d83ec11ea9
|
Remove /dev/ttyS0 from GPS initialization
|
2016-04-20 03:45:24 +00:00 |
Christopher Young
|
da5f5d003d
|
Remove unused code in comments.
|
2016-04-19 08:51:47 -04:00 |