An ntp packet parsing library written in Rust.
Add this to your Cargo.toml
:
[dependencies]
ntp = "0.5"
and this to your crate root:
extern crate ntp;
- no-std
- io independent parsing
- async support
- setting clocks
- ntp server functionality
Pull Requests and Issues welcome!
ntp
is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See LICENSE-APACHE and LICENSE-MIT for details.