Changes between Version 37 and Version 38 of expansion/gw16143


Ignore:
Timestamp:
01/08/2025 12:28:37 AM (8 days ago)
Author:
Ryan Erbstoesser
Comment:

add example of output of start_gps.py

Legend:

Unmodified
Added
Removed
Modified
  • expansion/gw16143

    v37 v38  
    440440}}}
    441441
     442
    442443''' !!! NOTE !!! ''' : setup.sh MASKS gpsd with the command "systemctl mask gpsd". !!! This is because the scripts provided use custom instances of gpsd + cgps, and pygnssutils uses /dev/ttyACM0. To reduce conflict the system daemon is disabled. You should re-enable it for your own programs.
     444
     445Below is an example of the output of start_gps.py  exhibiting .024 m horizontal accuracy (hAcc) with with run_pygnssutils_in_foreground = true in settings.toml
     446{{{
     4472025-01-08 00:10:20.439 - INFO - pygnssutils.gnssntripclient - SPARTNMessage received: SPARTN-1X-OCB-GPS
     4482025-01-08 00:10:20.478 - INFO - pygnssutils.gnssapp - GNSS<< SPARTN-1X-OCB-GPS
     4492025-01-08 00:10:20.479 - INFO - pygnssutils.gnssntripclient - SPARTNMessage received: SPARTN-1X-OCB-GLO
     4502025-01-08 00:10:20.481 - INFO - pygnssutils.gnssntripclient - SPARTNMessage received: SPARTN-1X-OCB-BEI
     4512025-01-08 00:10:20.481 - INFO - pygnssutils.gnssapp - GNSS<< SPARTN-1X-OCB-GLO
     4522025-01-08 00:10:20.482 - INFO - pygnssutils.gnssntripclient - SPARTNMessage received: SPARTN-1X-OCB-GAL
     4532025-01-08 00:10:20.483 - INFO - pygnssutils.gnssapp - GNSS<< SPARTN-1X-OCB-BEI
     4542025-01-08 00:10:20.484 - INFO - pygnssutils.gnssapp - GNSS<< SPARTN-1X-OCB-GAL
     4552025-01-08 00:10:20.486 - INFO - pygnssutils.gnssapp - fix RTK FIXED, sip 28, lat 35.2580082, lon -120.6687202, alt 43.433 m, hAcc 0.024 m
     4562025-01-08 00:10:20.487 - INFO - pygnssutils.gnssapp - GNSS>> RXM-COR
     4572025-01-08 00:10:20.488 - INFO - pygnssutils.gnssapp - fix RTK FIXED, sip 28, lat 35.2580082, lon -120.6687202, alt 43.433 m, hAcc 0.024 m
     4582025-01-08 00:10:20.488 - INFO - pygnssutils.gnssapp - GNSS>> RXM-COR
     4592025-01-08 00:10:20.489 - INFO - pygnssutils.gnssapp - fix RTK FIXED, sip 28, lat 35.2580082, lon -120.6687202, alt 43.433 m, hAcc 0.024 m
     4602025-01-08 00:10:20.489 - INFO - pygnssutils.gnssapp - GNSS>> RXM-COR
     4612025-01-08 00:10:20.489 - INFO - pygnssutils.gnssapp - fix RTK FIXED, sip 28, lat 35.2580082, lon -120.6687202, alt 43.433 m, hAcc 0.024 m
     462}}}
    443463
    444464More information about !PointPerfect is shown on this page under the [#pointperfect PointPerfect section]