ntp

Crates.iontp
lib.rsntp
version0.5.0
sourcesrc
created_at2017-02-23 08:39:36.627757
updated_at2018-06-29 04:03:30.228499
descriptionLibrary for parsing and communicating over Network Time Protocol.
homepagehttps://github.com/JeffBelgum/ntp
repositoryhttps://github.com/JeffBelgum/ntp
max_upload_size
id8648
size33,028
Jeff Belgum (JeffBelgum)

documentation

https://docs.rs/ntp/

README

Ntplib

An ntp packet parsing library written in Rust.

Usage

Add this to your Cargo.toml:

[dependencies]
ntp = "0.5"

and this to your crate root:

extern crate ntp;

Todo

  • no-std

  • io independent parsing

  • async support

  • setting clocks

  • ntp server functionality

Contributions

Pull Requests and Issues welcome!

License

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.

Commit count: 59

cargo fmt