Skip to content

seppelin/rust-rtk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

rust-rtk

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

compiling

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.

Run

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages