Skip to content

Broadcasting RTCM3 correction data as NTRIP server/caster #70

Answered by semuadmin
HamzaCetin0 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @HamzaCetin0,

If your intention is to run gnssserver as an NTRIP Caster, you will need to use an NTRIP Client such as gnssntripclient to receive the data, rather than gnssdump which is basically just a serial parser.

So, based on your example above, you would need to use something like:

gnssntripclient --server localhost --mountpoint pygnssutils --ntripuser myuser --ntrippassword mypassword

You should then see a stream of incoming RTCM3 data something like this...

2024-06-12 11:09:58.030652: Using mountpoint pygnssutils

2024-06-12 11:09:58.034132: <RTCM(1077, DF002=1077, DF003=0, DF004=295816001, DF393=1, DF409=0, DF001_7=0, DF411=0, DF412=0, DF417=0, DF418=0, DF394=234547957876129792…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by HamzaCetin0
Comment options

You must be logged in to vote
2 replies
@semuadmin
Comment options

@HamzaCetin0
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #69 on June 12, 2024 10:14.