- Notifications
You must be signed in to change notification settings - Fork71
lettier/ntpclient
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This NTP client is similar in nature tontpdate
but does not accept any command line argumentsnor does it update the system clock. Note that this NTP client does not use any NTP librariesbut rather works directly at theNTP protocol level.
Within./source
there are two versions of the NTP client. One is written in C while the otherone is written in Python. They both have the same functionality and are independent of one another.The C version usesus.pool.ntp.org
as the NTP server while the Python version usespool.ntp.org
.
For more information be sure to readLet's make a NTP Client in C.
(C) 2014 David Lettier.
http://www.lettier.com/
SeeLICENSE.