summaryrefslogtreecommitdiff
path: root/ubxtool
Commit message (Collapse)AuthorAgeFilesLines
* ubxtool: Cleanup UBX-NAV-SBAS decode.Gary E. Miller2019-05-291-15/+39
| | | | | Sadly SBAS messages are defined by non-free standards and thus badly defined.
* ubxtool: Improve UBX-CFG-SBAS decode.Gary E. Miller2019-05-291-2/+67
|
* ubxtool: Add UBX-NAV-SBAS poll.Gary E. Miller2019-05-281-0/+3
|
* ubxtool: Adjust verbosity.Gary E. Miller2019-05-281-3/+2
|
* ubxtool: Clean up UBX-CFG-TP5.Gary E. Miller2019-05-281-32/+72
|
* ubxtool: Handle invalid speed better.Gary E. Miller2019-05-281-1/+7
|
* ubxtool: Add poll and decode of CFG-SMGR and MON-SMGRGary E. Miller2019-05-281-23/+64
| | | | No way to test...
* ubxtool: Improve UBX-RCM-RAWX decode.Gary E. Miller2019-05-281-6/+7
|
* ubxtool: Add decode for UBX-RXM-RLMGary E. Miller2019-05-281-1/+24
| | | | No way to test w/o a SAR report being broadcast...
* ubxtool: Add decode for CFG-RXM-RTCM.Gary E. Miller2019-05-281-1/+14
| | | | No way to poll, happens on RTCM input.
* ubxtool: Improve UBX-CFG-PMS decode.Gary E. Miller2019-05-281-12/+14
|
* ubxtool: Add decode for UBX-CFG-DGNSS.Gary E. Miller2019-05-281-1/+21
| | | | COuld not get poll to work.
* 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
| | | | Not as verbose as it could be...
* 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
| | | | Also, line up MSGPP and RXBUF.
* 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
|
* ubxtool: More subframe tweaks.Gary E. Miller2019-05-251-15/+57
| | | | | The ALmanac and Ephemeris seem consistent, but how to check the data?
* ubxtool: en-/dis-able RAWX now affects RAW on older devices.Gary E. Miller2019-05-251-4/+10
| | | | Protver 14 and below used UBX-RXM-RAW, after it uses RAWX.
* ubxtool: Add en-/dis-able of RXM-SFRB/RXM-SFRBX messages.Gary E. Miller2019-05-251-0/+16
| | | | Only on the more expensive u-blox variants.
* 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
| | | | Some of it is correct, some not, not sure what is going on.
* 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
| | | | A long ways to go...
* 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
| | | | | Of course u-blox uses different port mappings in different messages...
* ubxtool: Add index_s() where flag_s() fails.Gary E. Miller2019-05-211-5/+14
| | | | index_s() takes an indext of text. flag_s() takes a bitmap.
* 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
| | | | Harder because u-blox is not consistent.
* 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
|
* 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
| | | | Only useful for hardware devs.
* ubxtool: Add poll and decode for MON-HW and MON-HW2.Gary E. Miller2019-05-201-2/+42
| | | | Nothing useful to anyone but hardware designers.
* ubxtool: output format tweaks.Gary E. Miller2019-05-081-5/+5
|
* ubxtool: Double check id_mapGary E. Miller2019-05-081-7/+7
|
* ubxtool: Add decode for gnssId and sigId to RAWX decode.Gary E. Miller2019-05-081-5/+45
| | | | gnss_s() can be used by other decodes.