A debug utility for monitoring and inspecting NTRIP. This utility uses the same libraries and mechanisms as the Piksi Multi. An alternate version with pre-built binaries is available in the ntripping project.
Building these utilities requires autoconf and automake. On ubuntu, these packages are eponymous. libcurl is also required; libcurl4-gnutls-dev is the Swift recommened package on Ubuntu.
Ping utilities can be installed on multiple platforms with:
autoreconf --install
./configure
make
make install
The ntripping
utility has the following usage:
Usage: ntripping
Main options
--url <url>
--lat <latitude>
--lon <longitude>
--height <height>
--no-eph Disable ephemerides on connection (X-No-Ephemerides-On-Connection)
--verbose Enable curl verbose output
--debug Enable curl debug output
Different resources can be requested from different locations. By default, a San Francisco latitude, longitude, and height will be used.