summaryrefslogtreecommitdiff
path: root/driver_nmea0183.c
Commit message (Expand)AuthorAgeFilesLines
...
* Stop adding 37 to some GN PRN's.Gary E. Miller2016-04-071-1/+1
* GPGSV took a blank as 0 then converted that to a PRNGary E. Miller2016-04-071-3/+9
* 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
* @ Skytraq tweaks: Add a probe, detect RTK.Gary E. Miller2016-04-071-6/+22
* Use the data from Skytraq PSTI,030 sentence.Gary E. Miller2016-04-051-17/+110
* Improve GNGSA handling, add rx210.log which shows the problem.Gary E. Miller2016-04-051-3/+22
* Cleanup: atof() -> safe_atof()Gary E. Miller2016-04-051-2/+2
* Tweak last $PSTI update.Gary E. Miller2016-04-041-2/+2
* Decode more of Skytraq $PSTIGary E. Miller2016-04-041-8/+40
* GPGST time was always 1970-01-03Txxxx. Fixed.Gary E. Miller2016-03-301-1/+7
* Fix GPGSA/BDGSA processing so they combine.Gary E. Miller2016-03-301-6/+33
* Improve a comment.Eric S. Raymond2016-03-301-1/+5
* Improve a comment explaining multiple sat views.Eric S. Raymond2016-03-301-7/+8
* 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 GPGST time has 3 digits past decimal.Gary E. Miller2016-03-281-2/+2
* Comment in the code the accuracy needed for cm level lat/lon.Gary E. Miller2016-03-281-1/+10
* $PSTI means we have subtype Skytraq.Gary E. Miller2016-03-281-0/+3
* Add stub to decode Skytraq $PSTI sentence.Gary E. Miller2016-03-281-3/+42
* Parse iSync $PTNTA oscillator status packetsMichael Brown2016-02-091-0/+58
* Disable SV-field-count sanity checking if it can't be done right.Eric S. Raymond2016-01-051-5/+14
* Fix a confusing comment.Eric S. Raymond2016-01-051-2/+3
* Address Savannah bug #46082 - Can't explicitly build with NMEA drivers.Eric S. Raymond2015-10-011-2/+2
* Allow NMEA 4.1 GSVs in the NMEA0183 driver.Eric S. Raymond2015-06-011-1/+8
* Revert "Fix nmea0183 v4.1 problem in processGSV()."Eric S. Raymond2015-05-311-1/+1
* Fix nmea0183 v4.1 problem in processGSV().Reinhard Arlt2015-05-301-1/+1
* Various attempted clarifications about satellite IDs.Eric S. Raymond2015-04-071-6/+2
* Document assumptions about NMEA satellite IDs and PRNs more thoroughly.Eric S. Raymond2015-04-071-2/+2
* Note some conflict about PRNs.Eric S. Raymond2015-04-071-0/+4
* Retire splint from our set of static analyzers.Eric S. Raymond2015-03-301-7/+0
* An ACK is no warning, so they can be logged with LOG_DATA.Beat Bolli2015-03-231-1/+1
* Comment PMTK324Gary E. Miller2015-03-201-0/+2
* Fix PMTK Version sentence.Gary E. Miller2015-03-201-0/+2
* PMTK was not being decoded.Gary E. Miller2015-03-201-0/+4
* Reorder PMTK packet order. Me being OCD and numerical.Gary E. Miller2015-03-201-20/+20
* Process GPTXT, GNTXT messages from u-blox.Gary E. Miller2015-03-181-8/+77
* Alpha sort NMEA 0183 sentence displatch array.Gary E. Miller2015-03-181-13/+13
* Add commment that NEO-M8N uses GPGSV and GLGSV together.Gary E. Miller2015-03-181-4/+6
* Document that Ashtech ans OXYS both use $PASHR in incompatible ways.Gary E. Miller2015-03-101-0/+12
* gpsd-report() -> gpsd_log()Eric S. Raymond2015-03-071-170/+170
* solint cleanup.Eric S. Raymond2015-03-021-1/+1
* Code to accommodate alternat Beidou talker ID of $GB. Also, add a test for it.Eric S. Raymond2015-03-021-0/+2
* Full support for Beido and QZSS constellations in NMEA0183 skyviews.Eric S. Raymond2015-02-281-12/+65
* Improved comment. No code changes.Eric S. Raymond2015-02-151-3/+4
* Easy splint cleanups. All regression tests pass.Eric S. Raymond2015-01-211-11/+11
* Add str_starts_with macro, use it instead of strncmp.Zbigniew Chyla2015-01-211-1/+2
* Always use sizeof to get array sizeZbigniew Chyla2015-01-131-1/+1
* Almost entirely eliminate use of sats_used array.Eric S. Raymond2015-01-101-3/+3
* Refactor representation of satellite data into an array of structs...Eric S. Raymond2014-09-221-27/+32