Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 248 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 248 Bytes

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