JeffBelgum / ntp

A simple library to send ntp requests and receive responses
Apache License 2.0
28 stars 17 forks source link

Ntplib

Build Status Documentation Crates.io License

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

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.