commit 6b5e81f60cb75317f98d9b7bfc14d2dc6af45fe4 Author: rintyuu Date: Mon Nov 18 16:42:21 2024 -0800 Add readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..be8280f --- /dev/null +++ b/readme.md @@ -0,0 +1,15 @@ +# ntpdetails + +this is a program that allows you to view the details of an ntp server. + +usage: + +```bash +./ntpdetails [your ntp server] +Details of time-a-g.nist.gov +Time: 00:40:12 UTC +Date: 2024-11-19 +Ping: 94.339 ms +``` + +i am aware of a bug that doesnt allow users to see the details of other ntp servers than nist, or `pool.ntp.org`. it is a wip \ No newline at end of file