Expand description
rkik library exposing reusable NTP querying utilities.
Re-exports§
pub use domain::ntp::ProbeResult;pub use domain::ntp::Target;pub use domain::ptp::ClockIdentity;pub use domain::ptp::ClockQuality;pub use domain::ptp::PacketStats;pub use domain::ptp::PortIdentity;pub use domain::ptp::PtpDiagnostics;pub use domain::ptp::PtpProbeResult;pub use domain::ptp::PtpTarget;pub use domain::ptp::TimeSource;pub use services::compare::compare_many;pub use services::ptp_query::PtpQueryOptions;pub use services::ptp_query::query_many as query_many_ptp;pub use services::ptp_query::query_target as query_one_ptp;pub use services::query::query_one;
Modules§
- adapters
- domain
- fmt
- services
- stats
- sync
- One-shot system clock synchronization helpers (feature = “sync”). Force a STEP to server UTC + half RTT. Big jumps allowed. Unix-only.
Enums§
- Rkik
Error - Top-level error type for rkik library.