summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve a comment explaining multiple sat views.Eric S. Raymond2016-03-301-7/+8
* Fix broken internal link to NMEA.htmlSanjeev2016-03-301-1/+1
* Fix typo in anchorSanjeev2016-03-301-1/+1
* Fix signed -> unsigned in SkytraqGary E. Miller2016-03-291-3/+3
* Add partial decodes for Skytraq 0xDC and 0xDDGary E. Miller2016-03-291-6/+59
* Better decode of Skyrtaq binary MID 0x43Gary E. Miller2016-03-291-6/+6
* Skytraq binary now decodes type 0XDE, SV/Chan statusGary E. Miller2016-03-291-1/+73
* Add driver_skytraq.c.Gary E. Miller2016-03-294-1/+94
* Parse Skytraq packets to inbuffer.Gary E. Miller2016-03-293-9/+90
* Comment what gpsd_packetdump() doesGary E. Miller2016-03-291-0/+12
* Don't let NoiseView widget be confused by Python 3 float division.Eric S. Raymond2016-03-291-1/+1
* Improve comment on GPGSA/BDGSA problem.Gary E. Miller2016-03-291-2/+7
* Add note about GPGSV/BPGSV not ccombing properly.Gary E. Miller2016-03-291-0/+9
* Skytraq regression with GPGSA and BDGSA in same second.Gary E. Miller2016-03-292-0/+155
* Fix JSON dump code to not report time in GST unless there's a valid fix.Eric S. Raymond2016-03-293-16/+17
* Sort sats by Used, PRN.Gary E. Miller2016-03-291-0/+16
* Skytraq GPGST time has 3 digits past decimal.Gary E. Miller2016-03-281-2/+2
* Add packet states for Skytraq binary protocol.Gary E. Miller2016-03-281-0/+14