Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

README.md

Alt text

NTP Client

This NTP client is similar in nature to ntpdate but does not accept any command line arguments nor does it update the system clock. Note that this NTP client does not use any NTP libraries but rather works directly at the NTP protocol level.

Within ./source there are two versions of the NTP client. One is written in C while the other one is written in Python. They both have the same functionality and are independent of one another. The C version uses us.pool.ntp.org as the NTP server while the Python version uses pool.ntp.org.

For more information be sure to read Let's make a NTP Client in C.

(C) 2014 David Lettier.
http://www.lettier.com/

License

See LICENSE.

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.