NTRIP Client
NTRIP client used by all our applications that require RTCM messaging (downlink), through NTRIP connection.
Backend framework
ntrip-client currently uses tokio as the multi-threading backend.
Getting started
= "0.0.1"
let mut client = new
.with_credentials;
// deploy using 'tokio' framework
client.run
.await
.unwrap_or_else;
Licensing
This library is part of the RTK-rs framework which is delivered under the Mozilla V2 Public license.