polling basestation network #49
Unanswered
woudie-swap
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Hi @woudie-swap So if I understand correctly, you want to monitor the RTCM output from one or more NTRIP casters? That is certainly something you can do with the gnssntripclient CLI utility or its underlying GNSSNTRIPClient Python class. If you want to monitor multiple casters simultaneously, you'd need to run a separate instance for each caster. e.g. > gnssntripclient --server rtk2go.com --mountpoint UFOSRUS --ntripuser myuser --ntrippassword mypassword --ggamode 1 --ggainterval 60 --reflat 37.23 --reflon -115.81
I recommend you refer to the README and Sphinx API documentation in the first instance, and get back to me with any specific queries. If you're new to NTRIP, there is an introductory overview here. What is your ultimate objective here? What are you hoping to achieve by monitoring this data? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I was interested in using this package to create a small utility to poll and monitor my network of base stations primarily available through ntrip connections without my rover receiver being online yet. As far as I understand, that is something I can do with this package, but I am a bit confused about how to about about that right now - can some tips be provided? Any advice or insight on how to go about this would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions