sntp_request
sntp_request Tiny Rust library to request timestamps from NTP servers through SNTP protocol.
Example
The example below shows how to obtain precise timestamp from main NTP server:
use ;
use SntpRequest;
Also, it is possible to get the raw timestamp, for example:
use SntpRequest;
Contributions
Pull Requests are welcome! =)
License
sntp_request is licensed under the Apache License 2.0 or MIT License.