Crate ntrip_client

Crate ntrip_client 

Source
Expand description

NTRIP Client library

Provides an async NTRIP client for listing mounts and connecting to RTCM services

Re-exports§

pub use config::*;
pub use snip::*;

Modules§

config
NTRIP client configuration objects
snip

Structs§

NtripClient
NTRIP Client, used to connect to an NTRIP (RTCM) service. When “mounted”, the [NtripHandle] allows real-time messaging through a Stream channel.

Enums§

NtripClientError
NTRIP client error types