summaryrefslogtreecommitdiff
path: root/driver_skytraq.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.