├── LICENSE ├── README.md ├── screenshot.jpg └── source ├── c └── main.c └── python └── ntpclient.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lettier/ntpclient/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lettier/ntpclient/HEAD/README.md -------------------------------------------------------------------------------- /screenshot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lettier/ntpclient/HEAD/screenshot.jpg -------------------------------------------------------------------------------- /source/c/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lettier/ntpclient/HEAD/source/c/main.c -------------------------------------------------------------------------------- /source/python/ntpclient.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lettier/ntpclient/HEAD/source/python/ntpclient.py --------------------------------------------------------------------------------