Crates.io | sntp |
lib.rs | sntp |
version | 0.1.2 |
source | src |
created_at | 2020-05-18 09:38:57.528958 |
updated_at | 2020-05-21 16:28:17.085011 |
description | A Simple Network Time Protocol (SNTP) client implementation using smoltcp. |
homepage | https://github.com/plorefice/sntp-rs |
repository | https://github.com/plorefice/sntp-rs |
max_upload_size | |
id | 242931 |
size | 55,044 |
This crate has been deprecated in favor of smolapps, a collection of similar crates.
A Simple Network Time Protocol (SNTP) client implementation using
smoltcp
.
This crate has been developed with #![no_std]
use in mind: it doesn't perform
heap allocations, and does not rely on the alloc
feature of smoltcp
.
See the examples directory for an example on how to use this crate in a hosted Linux environment. For bare-metal examples, refer to the documentation and the loopback example of smoltcp.
The following features can be enabled at the crate level:
log
Enable logging for network activity. Useful to debug the client operation. Disabled by default.
Copyright © 2020 Pietro Lorefice
Dual licensed under your choice of either of: