summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ubxtool: Add decode for UBX-CFG-DGNSS.Gary E. Miller2019-05-281-1/+21
* ubxtool: Add poll and decode for UBX-CFG-RINVGary E. Miller2019-05-271-1/+27
* ubxtool: Add poll and decode of UBX-CFG-ODO.Gary E. Miller2019-05-271-1/+40
* ubxtool: Add poll and decode for UBX-CFG-NMEA.Gary E. Miller2019-05-271-4/+86
* ubxtool: Add poll and decode UBX-CFG-RATEGary E. Miller2019-05-271-1/+28
* ubxtool: Add poll and decode for UBX-CFG-INF.Gary E. Miller2019-05-271-2/+39
* ubxtool: Add poll and decode for UBX-MON-RF.Gary E. Miller2019-05-271-1/+56
* ubxtool: Add poll and decode of MON-PATCHGary E. Miller2019-05-271-1/+41
* ubxtool: Add poll and decode for UBX-MON/TXBUF.Gary E. Miller2019-05-271-9/+33
* ubxtool: Add decode for UBX-MON-RXR. No way to poll.Gary E. Miller2019-05-271-1/+14
* ubxtool: Add polld and decode for UBX-MON-RXBUFGary E. Miller2019-05-271-5/+29
* ubxtool: Add poll and decode for UBX-MON-MSGPPGary E. Miller2019-05-271-1/+23
* Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gpsdGary E. Miller2019-05-273-9/+22
|\
| * Update documentation on the 2019 GPS week rolloverSanjeev Gupta2019-05-273-9/+22
* | ubxtool: More subframe tweaks.Gary E. Miller2019-05-251-15/+57
|/
* ubxtool: en-/dis-able RAWX now affects RAW on older devices.Gary E. Miller2019-05-251-4/+10
* ubxtool: Add en-/dis-able of RXM-SFRB/RXM-SFRBX messages.Gary E. Miller2019-05-251-0/+16
* ubxtool: Better Subfram 3 decode, Still unconfirmed.Gary E. Miller2019-05-241-4/+29
* ubxtool: Better decode of GPS subframe 5.Gary E. Miller2019-05-241-8/+80
* ubxtool: Partial, untested, decode of Almanac.Gary E. Miller2019-05-231-10/+76
* ubxtool: Possibly correct subframe 1 decode.Gary E. Miller2019-05-231-3/+50
* ubxtool: A bit more subframe 1 decode.Gary E. Miller2019-05-221-4/+15
* ubxtool: More GPS Subframe 1, 4 and 5 decode.Gary E. Miller2019-05-221-8/+154
* ubxtool: Fix SFRBX preamble and TOW.Gary E. Miller2019-05-211-2/+2
* ubxtool: Typo LNAV-U -> LNAV-LGary E. Miller2019-05-211-2/+2
* ubxtool: A bit more SFRBX decode of subframes.Gary E. Miller2019-05-211-10/+52
* ubxtool: Convert mon_comms() to use index_s().Gary E. Miller2019-05-211-12/+12
* ubxtool: Add index_s() where flag_s() fails.Gary E. Miller2019-05-211-5/+14
* ubxtool: remove stray debug print()Gary E. Miller2019-05-201-1/+0
* ubxtool: start of GPS subframe decode.Gary E. Miller2019-05-201-3/+29
* ubxtool: Convert cfg_valXXX to flas_s()Gary E. Miller2019-05-201-46/+30
* ubxtool: Convert CFG-PRT decode to flag_s()Gary E. Miller2019-05-201-38/+31
* ubxtool: Convert CFG-CFG to flag_s()Gary E. Miller2019-05-201-39/+24
* ubxtool: Decode CFG-ANT with flag_s().Gary E. Miller2019-05-201-12/+13
* ubxtool: Add poll and decode MON-GNSS. Add flag_s().Gary E. Miller2019-05-201-1/+47
* ppp-howto: Add Trimble RTX as working with gpsrinex.Gary E. Miller2019-05-201-19/+51
* driver_ubx: Comment UBX-NAV-SAT does not have sigid.Gary E. Miller2019-05-201-0/+1
* gpsrinex: Add dummy "REC # / TYPE / VERS"Gary E. Miller2019-05-201-1/+1
* gpsrinex: Change ANT #/TYPE for Trimble RTX.Gary E. Miller2019-05-201-2/+2
* ubxtool: PEP8 cleanup, no functional changes.Gary E. Miller2019-05-201-11/+13
* ubxtool: Add poll and decode of MON-HW3.Gary E. Miller2019-05-201-3/+32
* ubxtool: Add poll and decode for MON-HW and MON-HW2.Gary E. Miller2019-05-201-2/+42
* gpsrinex: Dual Freq from ZED-F9T now worksGary E. Miller2019-05-181-156/+355
* gpsd_json: RAW, only output freqid for GLO, skip GLO PRN 255.Gary E. Miller2019-05-174-735/+741
* JSON/RAW: Add sigid, if non-zero.Gary E. Miller2019-05-173-659/+668
* libgs_json: Fix SKY json_types.Gary E. Miller2019-05-171-3/+3
* libgps_json: Fix json_types for meas_t.Gary E. Miller2019-05-171-14/+14
* json.c: Add t_byte and t_ubyte decodes.Gary E. Miller2019-05-171-0/+39
* json.h: Add bytes and ubytes to json_array_t.Gary E. Miller2019-05-171-0/+6
* json.h: add ubyte and byte to union addr and union dflt.Gary E. Miller2019-05-171-12/+16