A simple programm which connects to an ntrip caster and to a ublox device and sends
- nmea bytes from ublox to ntrip
- rtcm bytes from ntrip to ublox
To compile the project you need the rust package manager cargo(https://www.rust-lang.org/).
cargo build --release
The output binary is at ./target/release/rtk. This produces a standalone binary, thus you can copy it anywhere.
Look at the help output with:
./rtk help
You need to generate a config:
./rtk config
List the available serialports to name the right one in the config:
./rtk device
Run according to the Config.toml file with:
./rtk