Skip to content

An NTP client made using Python and C. Adjusts system clock based on offset.

License

Notifications You must be signed in to change notification settings

MacroLens/ntp_client_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ntp_client_python

An NTP client made using Python and C. Adjusts system clock based on offset.

Configuration

Edit the config.ini to use the desired NTP server.

Compile the .so

gcc -fPIC -shared -o adjtime_ntp.so adjtime_ntp.c

About

An NTP client made using Python and C. Adjusts system clock based on offset.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published