summaryrefslogtreecommitdiff
path: root/driver_skytraq.c
Commit message (Collapse)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
| | | | Raw decode commented out for now.
* driver_skytraq: Decode gnssID and svID.Gary E. Miller2018-11-281-2/+33
| | | | Now cgps will show the constellation ID.
* 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
| | | | | NTPTIME is from the serial stream, it never had anything to do with PPS and it just confused everyone.
* 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
| | | | Plus a stub write function.
* 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
| | | | | | The error fixed: error: 'for' loop initial declarations are only allowed in C99 mode note: use option -std=c99 or -std=gnu99 to compile your code
* 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
| | | | | gpsd_interpret_subframe() does almost all the work, so the decode is probably correct.
* Deccode Skytraq 0xE0, GPS Subframe data.Gary E. Miller2016-03-301-3/+40
| | | | | | Now all 4 messages from an NS-RAW are decoded. But the data not stuffed in all the right places yet. And pending data vlidation by hand.
* 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
| | | | | Not sure where to put the data yet. Or even if the decodes are good.
* Better decode of Skyrtaq binary MID 0x43Gary E. Miller2016-03-291-6/+6
| | | | Still a lot to debug here.
* 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
It grabs packets, but does not decode any yet.