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"
Refer to the provided example for a complete demo.
// Configure server
let ntrip_config = "centipede".;
let ntrip_creds = NtripCredentials
// Setup client
let mut client = new.await.unwrap;
// List mounts
let server_info = client.list_mounts.await.unwrap;
for m in server_info.mounts
// Subscribe to a mount
let = broadcast;
let handle = client.mount;
loop
Licensing
This library is part of the NAV-solutions framework which is licensed under the Mozilla V2 Public license.