Skip to main content

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.
NtripHandle
NtripHandle is the Mount handle, it implements Stream which is how you can receive messages in real-time.

Enums§

NtripClientError
NTRIP client error types