summaryrefslogtreecommitdiff
path: root/driver_skytraq.c
Commit message (Expand)AuthorAgeFilesLines
* driver_skytraq: skytraq does not report locktime, so assume maxGary E. Miller2018-11-301-0/+2
* driver_skytraq: remove duplicate gnssId/svId code.Gary E. Miller2018-11-291-24/+7
* driver_skytraq: Fix bad decode of ecefvz. Add WIP raw decode.Gary E. Miller2018-11-291-3/+144
* driver_skytraq: Decode gnssID and svID.Gary E. Miller2018-11-281-2/+33
* LICENSE: Update licenses for consistency. No functional changes.Gary E. Miller2018-11-191-1/+1
* driver_sirf: Report ECEF in TPV.Gary E. Miller2018-06-171-2/+3
* driver_skytraq: report ECEF data in TPV.Gary E. Miller2018-06-171-7/+11
* SPDXify the licerse references.Eric S. Raymond2018-03-081-1/+1
* Skytraq: trim subtype so it fits in the buffer.Gary E. Miller2018-02-081-2/+2
* Clean up C and Python code-checker warnings.Eric S. Raymond2017-09-061-0/+1
* PPSTIME -> NTPTIMEGary E. Miller2016-04-241-0/+1
* Start to decode Beidou subframe data.Gary E. Miller2016-04-121-10/+89
* Add Skytraq decodes for ACK, NACK and GPS Version.Gary E. Miller2016-04-071-1/+98
* Support Skytraq MID 0xDF. Their TPV sentence.Gary E. Miller2016-03-311-5/+113
* Remove 'for (int i' which some C compilers hate.Gary E. Miller2016-03-311-1/+2
* 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
* More fixes to Skytraq time and skyviewGary E. Miller2016-03-301-18/+26
* 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-291-0/+88