| Commit message (Expand) | Author | Age | Files | Lines |
* | A step twards reporting AIS data in gpsd. All regression tests pass. | Eric S. Raymond | 2009-07-24 | 1 | -0/+1 |
* | Use double rather than float for satellite signal strengths. | Eric S. Raymond | 2009-07-13 | 1 | -1/+1 |
* | actually, UNUSED is better for our purposes in gps.h | Chris Kuethe | 2009-07-06 | 1 | -0/+8 |
* | Superstar2 can now stash raw measurements - | Chris Kuethe | 2009-06-24 | 1 | -1/+1 |
* | rename PSEUDORANGE_SET to RAW_SET... | Chris Kuethe | 2009-06-24 | 1 | -8/+8 |
* | change the signal strength member to float. | Chris Kuethe | 2009-06-22 | 1 | -2/+2 |
* | Add some hooks to start raw data processing | Chris Kuethe | 2009-06-21 | 1 | -2/+5 |
* | AIS member name corrections, new details on out-of-band values from IALA. | Eric S. Raymond | 2009-06-16 | 1 | -1/+1 |
* | Add support for parsing and dumping AIS message types 20 and 22. | Eric S. Raymond | 2009-06-15 | 1 | -0/+37 |
* | Dump Navigation Aid types as strings.. Fix an attribute name. | Eric S. Raymond | 2009-06-15 | 1 | -1/+1 |
* | Teach AIVDM driver to handle AIS messages 15, 16, 17. Not yet tested. | Eric S. Raymond | 2009-06-14 | 1 | -2/+38 |
* | Comment fixes. | Eric S. Raymond | 2009-06-09 | 1 | -12/+12 |
* | Stop extracting and dumping spare bits from AIS message fields. | Eric S. Raymond | 2009-06-07 | 1 | -14/+14 |
* | Regularize names so the C structure members and JSON fields match up. | Eric S. Raymond | 2009-06-06 | 1 | -42/+42 |
* | Add support for the AIS Version 3 flags in message type 18. | Eric S. Raymond | 2009-05-28 | 1 | -1/+5 |
* | Correct the test for auxiliary-craft MMSI. | Eric S. Raymond | 2009-05-28 | 1 | -2/+8 |
* | We now correcttly interpret and dump AIS Type 24 messages. | Eric S. Raymond | 2009-05-28 | 1 | -0/+28 |
* | First cut at support for AIS Type 21 messages (not tested). | Eric S. Raymond | 2009-05-28 | 1 | -0/+20 |
* | Add support for decoding AIS message type 10. | Eric S. Raymond | 2009-05-27 | 1 | -1/+7 |
* | First cut at handling AIS message 19. | Eric S. Raymond | 2009-05-27 | 1 | -0/+23 |
* | Correct the documentation (and, I hope, implementation) of messages 7 and 13, | Eric S. Raymond | 2009-03-27 | 1 | -0/+8 |
* | Support, and documentation, for AIVDM messages type 6, 7, 8, 12, 13, and 14. | Eric S. Raymond | 2009-03-26 | 1 | -1/+35 |
* | Parse, and describe, the RAIM bit. | Eric S. Raymond | 2009-03-17 | 1 | -1/+7 |
* | Rearrange a visible struct. | Eric S. Raymond | 2009-03-17 | 1 | -37/+42 |
* | Tests for Type 18 are stable. | Eric S. Raymond | 2009-03-16 | 1 | -0/+14 |
* | Type 9 decoding is stable. | Eric S. Raymond | 2009-03-16 | 1 | -0/+16 |
* | Back down to where all regression tests, including RTCM, still pass. | Eric S. Raymond | 2009-03-15 | 1 | -1/+0 |
* | Prevent spurious echo of data on bad packets. | Eric S. Raymond | 2009-03-14 | 1 | -0/+1 |
* | More work on the AIVDM driver and spec. | Eric S. Raymond | 2009-03-13 | 1 | -0/+1 |
* | Store unscaled AIDVM values so we never throw away information. | Eric S. Raymond | 2009-03-13 | 1 | -8/+8 |
* | Full decoding for AIVDM Type 4 messages. | Eric S. Raymond | 2009-03-13 | 1 | -0/+79 |
* | Remove 'cycle' member from device structure. | Eric S. Raymond | 2009-03-07 | 1 | -0/+2 |
* | Cleanup some 12-channel-limit assumptions. | Eric S. Raymond | 2009-03-05 | 1 | -1/+0 |
* | Another RTCM3 message (1013). | Eric S. Raymond | 2009-03-04 | 1 | -0/+1 |
* | Fix a misunderstanding about RTCM3. | Eric S. Raymond | 2009-03-04 | 1 | -7/+0 |
* | Introduce gpsdclient.h header, not shipped. | Eric S. Raymond | 2009-03-02 | 1 | -17/+0 |
* | Standardized parsing of server:port:device client arguments. | Eric S. Raymond | 2009-02-25 | 1 | -0/+12 |
* | Add some documentation on how to cope with the upcoming API change. | Eric S. Raymond | 2009-02-12 | 1 | -0/+5 |
* | Major and minor API revision numbers need to be returned by L command. | Eric S. Raymond | 2009-02-12 | 1 | -0/+3 |
* | This diff goes most of the way to getting us splint-clean again. | Eric S. Raymond | 2009-01-05 | 1 | -1/+1 |
* | Merge code for Oceanserver compass from Stefan de Konink. | Eric S. Raymond | 2009-01-04 | 1 | -0/+16 |
* | access to unnamed unions is illegal in C99. found by pcc. | Chris Kuethe | 2008-08-23 | 1 | -1/+1 |
* | Unify the header protection macro style a bit. | Chris Kuethe | 2008-08-03 | 1 | -5/+4 |
* | Unpack and dump two more RTCM3 messages. | Eric S. Raymond | 2008-07-21 | 1 | -1/+3 |
* | change various PI macros to GPS_PI | Chris Kuethe | 2008-07-20 | 1 | -1/+1 |
* | Large step towards RTCM3 dumping. This code is still buggy and incomplete. | Eric S. Raymond | 2008-07-16 | 1 | -2/+3 |
* | Use the new bitfield extractor for RTCM3 fields. | Eric S. Raymond | 2008-07-16 | 1 | -1/+1 |
* | Rudimentary RTCM104v3 support compiles and splints clean. | Eric S. Raymond | 2008-07-10 | 1 | -1/+2 |
* | More preparation for RTCMv3. No behvioral changes yet. | Eric S. Raymond | 2008-07-10 | 1 | -15/+8 |
* | Add 3.1 fields to RTCM reporting structure. | Eric S. Raymond | 2008-07-03 | 1 | -8/+143 |