Skip to content

Instantly share code, notes, and snippets.

@kralo
Created May 23, 2016 12:12
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kralo/e3463c5432ab8d8251d0560858f28680 to your computer and use it in GitHub Desktop.
Save kralo/e3463c5432ab8d8251d0560858f28680 to your computer and use it in GitHub Desktop.
#!/bin/sh
# ntrip caster authentication and data quick-check
# quick test with curl to see if you actually get some sort of data at your mountpoint (will be illigible, but anyway)
# note the ridiculous User-Agent check
# replace the caster url, port and mountpoint
curl -v http://igs-ip.net:2101/ABMF0 -u user:password --header "Ntrip-Version: Ntrip/2.0" --header "User-Agent: NTRIP curl"
@ZhisongZhang
Copy link

Thanks for sharing the code. I have utilising the code to test our Ntrip Caster which is fully functional at the moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment