summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix log message to show real count of stas used.Gary E. Miller2016-04-081-1/+3
* Type fix to time service typo fix.Gary E. Miller2016-04-081-3/+3
* HOWTO fixes from Hal Murray.Eric S. Raymond2016-04-082-37/+58
* Note the existence of the GR701-W.Eric S. Raymond2016-04-081-14/+17
* Fix the case where TPV has no field status.Fred Wright2016-04-081-1/+2
* Fix regressions changed by GNGSA fix.Gary E. Miller2016-04-078-133/+133
* Stop adding 37 to some GN PRN's.Gary E. Miller2016-04-072-31/+31
* GPGSV took a blank as 0 then converted that to a PRNGary E. Miller2016-04-072-21/+27
* Ooops, two steps forward, one back.Gary E. Miller2016-04-071-1/+4
* GGA is sats visible, not sats used.Gary E. Miller2016-04-071-1/+1
* Add Skytraq decodes for ACK, NACK and GPS Version.Gary E. Miller2016-04-071-1/+98
* @ Skytraq tweaks: Add a probe, detect RTK.Gary E. Miller2016-04-071-6/+22
* RTCM3 JSON can be over 4.4k long, So go big in regres driver.Gary E. Miller2016-04-071-1/+2
* Fixes client.py bug ausing RTCM3.2 regression-test failures.Fred Wright2016-04-072-6/+1
* Replace corrupted log file.Gary E. Miller2016-04-072-146/+2280
* New regression: Skytraq NMEA DGPSGary E. Miller2016-04-062-0/+151
* Add "status" to TPV for DGPS notificationGary E. Miller2016-04-0618-288/+294
* Add another gross sanity check for climb/speedGary E. Miller2016-04-061-0/+13
* Add more comments to RTCM message types.Gary E. Miller2016-04-061-2/+18
* Add missing double quotes. Fixed .chk to match.Gary E. Miller2016-04-062-1/+172
* Fix a slightly botched Python 3 move.Eric S. Raymond2016-04-061-2/+2
* RTCM3 packets can be bigger than RTCM2 ones.Gary E. Miller2016-04-064-1/+36
* Add comments to some known, and unknown but seen, RTCM 3.2Gary E. Miller2016-04-061-18/+154
* Accept RTCM 3.1 and RTCM 3.2 over ntrip://Gary E. Miller2016-04-062-2/+8
* Skytraq claims altitude to %.3f, adjust cgps to fit.Gary E. Miller2016-04-051-2/+2
* Skytraq give us speed and clime to .00, show in cgpsGary E. Miller2016-04-051-7/+7
* Use the data from Skytraq PSTI,030 sentence.Gary E. Miller2016-04-054-32/+128
* Add include for safe_atof().Gary E. Miller2016-04-051-0/+1
* Improve GNGSA handling, add rx210.log which shows the problem.Gary E. Miller2016-04-055-47/+448
* Bad NMEA time was still leaking, require 3 fixes for time.Gary E. Miller2016-04-053-3/+3
* Cleanup: atof() -> safe_atof()Gary E. Miller2016-04-053-5/+5
* Tweak last $PSTI update.Gary E. Miller2016-04-041-2/+2
* Decode more of Skytraq $PSTIGary E. Miller2016-04-041-8/+40
* Add Skytraq binary regression test.Gary E. Miller2016-03-312-0/+20
* Support Skytraq MID 0xDF. Their TPV sentence.Gary E. Miller2016-03-311-5/+113
* Use NAN to signal overrange climb/speed.Gary E. Miller2016-03-311-12/+8
* if isnan() climb or speed, reset them to zero.Gary E. Miller2016-03-311-2/+2
* Comment parameters to ecef_to_wgs84fix(), isnan() check climb/speed.Gary E. Miller2016-03-311-3/+10
* Limit climb/speed to merely insane in ecef_to_wgs84fix().Gary E. Miller2016-03-311-0/+13
* Update S2525F8-BD-RTK in gpscap.iniGary E. Miller2016-03-311-3/+6
* Remove 'for (int i' which some C compilers hate.Gary E. Miller2016-03-311-1/+2
* GPGST time was always 1970-01-03Txxxx. Fixed.Gary E. Miller2016-03-308-92/+90
* Fix GPGSA/BDGSA processing so they combine.Gary E. Miller2016-03-304-24/+49
* Tweak to Skytraq debug logging.Gary E. Miller2016-03-301-1/+1
* Tone down some Skytraq debug logging.Gary E. Miller2016-03-301-11/+8
* Skytraq 50bps data now decoded and the JSON output looks right.Gary E. Miller2016-03-301-5/+10
* Deccode Skytraq 0xE0, GPS Subframe data.Gary E. Miller2016-03-301-3/+40
* Add getbeu24() to grab a 24 bit big endian word from a buffer.Gary E. Miller2016-03-301-0/+1
* More fixes to Skytraq time and skyviewGary E. Miller2016-03-301-18/+26
* Improve a comment.Eric S. Raymond2016-03-301-1/+5