summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* 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
| | | | Weird.
* gpsrinex: Add dummy "REC # / TYPE / VERS"Gary E. Miller2019-05-201-1/+1
| | | | Some PPP programs don't know Postel's Law.
* gpsrinex: Change ANT #/TYPE for Trimble RTX.Gary E. Miller2019-05-201-2/+2
| | | | Still bot working with Trimble RTX.
* 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.
* gpsrinex: Dual Freq from ZED-F9T now worksGary E. Miller2019-05-181-156/+355
| | | | | CSRS-PPP accepts the file. GAPS at U of NB, and Trimble RTX, does not accept this output. Nothing from their support contacts....
* gpsd_json: RAW, only output freqid for GLO, skip GLO PRN 255.Gary E. Miller2019-05-174-735/+741
| | | | | Only GLONASS uses freqid, no need for other GNSS. GLO PRN 255 is not tracked yet, useless in RAW.
* JSON/RAW: Add sigid, if non-zero.Gary E. Miller2019-05-173-659/+668
| | | | | Only affects ZED-F9P for now. Easier than decoding the obs_code.
* libgs_json: Fix SKY json_types.Gary E. Miller2019-05-171-3/+3
| | | | Broken for big-endian machines. Was overrunning the buffers.
* libgps_json: Fix json_types for meas_t.Gary E. Miller2019-05-171-14/+14
| | | | json_types are the C types, not really the JSON types.
* json.c: Add t_byte and t_ubyte decodes.Gary E. Miller2019-05-171-0/+39
| | | | No changes to existing decodes.
* json.h: Add bytes and ubytes to json_array_t.Gary E. Miller2019-05-171-0/+6
| | | | No functional changes. Yet.
* json.h: add ubyte and byte to union addr and union dflt.Gary E. Miller2019-05-171-12/+16
| | | | No functional change, yet. Also sorted the entries.
* json.h: Add t_byte and t_ubyte to json_type.Gary E. Miller2019-05-171-2/+9
| | | | | | This is to allow the existing practice of using unsigned char fields in satellite_t and meas_t. Those existing uses are overflowing their fields.
* gpsrinex: Fix PRN count in epoch for multi sigid's.Gary E. Miller2019-05-151-11/+24
|
* Android: simplify inclusion of HAL in AOSP buildAdam Serbinski2019-05-153-1/+2
| | | | | | | | - Override the 1.0 passthrough HAL implementation. This is to prevent it from being built and installed. - Automatically include the manifest. Signed-off-by: Gary E. Miller <gem@rellim.com>
* gpsrinex: Use the new GNSSID_ defines.Gary E. Miller2019-05-141-19/+21
| | | | No functional changes.
* gpsrinex: Use the new GNSSID_ defines.Gary E. Miller2019-05-141-14/+14
| | | | No functional changes. I hope.
* gps.h: Add gnssId definesGary E. Miller2019-05-141-0/+11
| | | | Not used yet. No functional changes.
* ubxtool: Comment tweaks.Gary E. Miller2019-05-141-2/+10
|
* gpsrinex: Allow ECEF even if no LATLON_SET.Gary E. Miller2019-05-141-2/+1
| | | | Maybe just ECEF set.
* gpsrinex: recommend GLONASS be enabled with u-blox 9.Gary E. Miller2019-05-142-2/+7
| | | | CSRS-PPP now uses GLONASS and GPS.
* driver_ubx: Forgot to rebuild zed rawx regressionGary E. Miller2019-05-081-654/+654
|
* driver_ubx: Another attempt to untangle sigId's.Gary E. Miller2019-05-081-13/+23
| | | | The RINEX and u-blox names do not line up in any obvious fashion.
* gps.h: Another comment on sigId'sGary E. Miller2019-05-081-0/+1
|
* ubxtool: output format tweaks.Gary E. Miller2019-05-081-5/+5
|
* gps.h: Add commment on newer signal idsGary E. Miller2019-05-081-2/+2
|
* 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.
* ubxtool: Typo fix: gnssID -> gnssIdGary E. Miller2019-05-061-3/+3
|