We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
command str2str -out ntrips://:password@localhost:2101/mount will send following header to localhost port 2101:
str2str -out ntrips://:password@localhost:2101/mount
SOURCE password mount Source-Agent: NTRIP RTKLIB/demo5_b33c STR:
however in ntrip v1 reference, the example is:
SOURCE letmein /Mountpoint Source-Agent: NTRIP NtripServerCMD/1.0
I am not sure whether the leading slash should exist. if it should be, then the ntrip caster code in rtklib should change, too.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
command
str2str -out ntrips://:password@localhost:2101/mount
will send following header to localhost port 2101:however in ntrip v1 reference, the example is:
I am not sure whether the leading slash should exist. if it should be, then the ntrip caster code in rtklib should change, too.
The text was updated successfully, but these errors were encountered: