summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* WWW/NMEA: fix typoGary E. Miller2018-11-011-1/+1
|
* WWW/NMEA: Add $--MDA sentence description.Gary E. Miller2018-11-011-2/+36
|
* lobgps_jons: Another fix for RAW decode.Gary E. Miller2018-11-011-3/+6
|
* driver_ubx: RAWX rcvTow was off by 1,000.Gary E. Miller2018-10-302-40/+40
|
* Fix neo-m8t RAW regression test.Gary E. Miller2018-10-301-258/+258
|
* json: Fis encode/decode of rawdata_t.Gary E. Miller2018-10-302-6/+6
|
* libgps_json: Add a bit of RAW debug.Gary E. Miller2018-10-301-0/+2
|
* gps.h: Add RAW_SET flag. Now clients can tell if they get RAW data.Gary E. Miller2018-10-302-3/+7
|
* TODO: Add QT client to wishlist.Gary E. Miller2018-10-291-0/+4
|
* libgps_json: Decode new parts of RAW message.Gary E. Miller2018-10-291-6/+8
|
* gpsd_json: Add freqid and obs (obs_code) to RAW message.Gary E. Miller2018-10-292-41/+44
|
* rawdata_t: Add freqid, needed for GLONASS on RINEX.Gary E. Miller2018-10-292-1/+3
|
* driver_ubx: Fill in the obs_code field in rawdata_t.Gary E. Miller2018-10-292-1/+25
|
* rawdata_t: Split mtime into time and nsec.Gary E. Miller2018-10-293-44/+51
| | | | And have to use t_real for mtime bacause json.c has no t_long type.
* rawdata_t: Add obs_code. Observation Code needed for RINEX.Gary E. Miller2018-10-291-0/+23
|
* libgps_json: Add RAW decode.Gary E. Miller2018-10-262-1/+50
|
* rawdata_t: convert mtime from timestamp_t to timespec_t.Gary E. Miller2018-10-267-54/+65
| | | | One ns is important when measuring distance using time.
* timebase: Add gpsd_gpstime_resolv(), deprecate gpsd_gpstime_resolve()Gary E. Miller2018-10-263-0/+48
| | | | | Part of the move from timestamp_t to timespec_t. The double that is timestamp_t will soon be too imprecise.
* rawdata_t: rearrange structure again.Gary E. Miller2018-10-267-103/+117
| | | | No need for 140 copies of the identical mtime.
* driver_nmea2000: Fix too small buffer.Gary E. Miller2018-10-261-1/+1
|
* driver_ubx: Save UBX-RXM-RAWX data in rawdate_t.Gary E. Miller2018-10-261-3/+26
| | | | A step in getting u-blox 8 raw data into the new RAW JSON message.
* ublox-neo-m8t: add u-blox8 RMX-RAWX and NAV-SOL samples.Gary E. Miller2018-10-262-0/+258
|
* gpsd_json: Add more fields to RAW message.Gary E. Miller2018-10-261-17/+7
|
* gps.h: rawdata:t, add more RINEX fieldsGary E. Miller2018-10-251-1/+9
|
* driver_nmea0183: Fix off by one error in $GLGSV decode.Gary E. Miller2018-10-2511-157/+157
|
* Add RAW json messaage class for raw measurements.Gary E. Miller2018-10-244-2/+71
| | | | Which bumps the JSON minor rev.
* driver_superstar2: Do not report raw data decode.Gary E. Miller2018-10-241-1/+2
| | | | The decoded data does not look correct.
* driver_superstar2: remove redundant backslashes.Gary E. Miller2018-10-241-2/+2
|
* driver_italk: remove redundatn backslashes.Gary E. Miller2018-10-241-5/+5
|
* driver_italk: raw reporting broken. Don't ship raw reports.Gary E. Miller2018-10-241-2/+3
|
* rawdata_t: Change data structure.Gary E. Miller2018-10-247-41/+62
| | | | | | The rawdata_t structure was written into, but never read from. So a change to it is low impact. Reorder it to simplify pointer arithmetic. In preparation for more changes.
* TODO: fix typo time_t -> timestamp_tGary E. Miller2018-10-191-1/+1
|
* Update version to 3.19-dev. back to dev cycle.dev-3.19aGary E. Miller2018-10-1914-14/+14
|
* Chnage version to 3.18.1release-3.18.1Gary E. Miller2018-10-1913-13/+13
|
* skyview2svg: Change version, add SPDX-License-IdentifierGary E. Miller2018-10-191-1/+2
|
* NEWS: Add 3.18.1 relreaseGary E. Miller2018-10-191-2/+4
|
* Minor typo in the time service howto.Mukund Sivaraman2018-10-191-1/+1
| | | | Signed-off-by: Gary E. Miller <gem@rellim.com>
* xgps: typo in comment, no functional change.Gary E. Miller2018-10-181-1/+1
|
* xgps tweak sat colors.Gary E. Miller2018-10-181-2/+2
|
* xgps: Stop using deprecated Gdk.color_parse()Gary E. Miller2018-10-181-11/+11
| | | | Directly use RGB.
* xgps: adjust colors to fit some of the RINEX 3 ranges.Gary E. Miller2018-10-181-3/+8
|
* driver_ubx: Pass on sats seen even if zero SNR.Gary E. Miller2018-10-184-137/+169
|
* ppsthread.c: fix typo in comment, no functional change.Gary E. Miller2018-10-181-1/+1
|
* skyview2svg: Fixup for PEP8.Gary E. Miller2018-10-161-41/+100
|
* Skyview2svg: Add a program to create an svg image of the skyview.Niccolo Rigacci2018-10-162-0/+310
| | | | Signed-off-by: Gary E. Miller <gem@rellim.com>
* driver_ubx: Add decode for UBX-RXM-RAWX. No place for data, yet.Gary E. Miller2018-10-151-2/+57
| | | | After 18.1, need to add a structure to hold raw data.
* ubxtool: Add poll UBX-RXM-RAWX, better decode UBX-RXM-RAWXGary E. Miller2018-10-152-2/+25
|
* ubxtool: Change 'protocol' to "protver".Gary E. Miller2018-10-132-20/+21
| | | | This aligns with u-blox doc, and describes it better.
* ubxtool: Pick either UBX-NAV-SVINFO or UBS-NAV-SAT, disable other.Gary E. Miller2018-10-131-4/+8
|
* driver_ubx: Fix endian-ness of UBX-NAV-SAT.Gary E. Miller2018-10-132-6/+6
|