Skip to content

cnsuhao/ntpclient-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Languages

  • C 84.1%
  • Python 15.9%