-
Currently, pyGPSClient doesn't support RTCM 3.0, at least as far as I can tell. The correction service offered by my state (SAPOS Bayern) only supports RTCM 3.0, which, according to SAPOS Support, requires an NMEA Position for them to interpolate between their antennas, which pyGPSClient currently does not send over. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi @vguttmann PyGPSClient does support RTCM 3.0 (via the pyrtcm library, which is the same library used by pygnssutils) and it does support the sending of NMEA GGA position sentences for those casters that require it. You simply have to set the GGA Interval field to the required send interval in seconds, e.g.: ![]() Are you sure you have the NTRIP client correctly configured? What specific response are you getting from the SAPOS caster? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Here, for example, is a screenshot from PyGPSClient illustrating an rtk2go.com caster in the Munich area:
You can see the outgoing NMEA GPGGA sentence at the top of the console, mixed in with the incoming RTCM 3 messages.
This refers to the NTRIP protocol version, not the RTCM protocol version. The specific RTCM 3 protocol implemented by the mountpoint (3.1, 3.2, 3.3 - all are supported by pyrtcm) is listed in the sourcetable entry, e.g: