Skip to content

Why the advanced configuratinos are hidden for socket server mode? #111

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

You must be logged in to vote

HI @asukiaaa

PyGPSClient's "Socket Server" mode simply transmits the receiver's raw data stream (NMEA, UBX or RTCM) over a TCP socket to any socket client capable of parsing such data. It does NOT transmit the NTRIP protocol or act as an NTRIP caster - it's typically used to monitor the raw output from a remote receiver over a local area network.

PyGPSClient's "NTRIP Caster" mode takes a raw RTCM datastream from a receiver configured as a 'base station', wraps this in the NTRIP protocol and broadcasts this over HTTP. It essentially provides the same functionality as a public NTRIP service like rtk2go (i.e. you can connect any NTRIP client to it), but is only really intended for evaluation…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by semuadmin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
expected behaviour Expected behaviour - not a bug
2 participants
Converted from issue

This discussion was converted from issue #110 on January 30, 2024 08:27.