You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
node_exporter/vendor/github.com/beevik/ntp
Ben Kochie 6dd85969ef
Update vendoring for github.com/beevik/ntp
8 years ago
..
CONTRIBUTORS Use the offset calculation that includes round trip time in the ntp collector 9 years ago
LICENSE Vendor all dependencies 9 years ago
README.md Use the offset calculation that includes round trip time in the ntp collector 9 years ago
ntp.go Update vendoring for github.com/beevik/ntp 8 years ago

README.md

Build Status GoDoc

ntp

The ntp package is a small implementation of a limited NTP client. It requests the current time from a remote NTP server according to selected version of the NTP protocol. Client uses version 4 of the NTP protocol RFC5905 by default.

The approach was inspired by a post to the go-nuts mailing list by Michael Hofmann:

https://groups.google.com/forum/?fromgroups#!topic/golang-nuts/FlcdMU5fkLQ