diff --git a/readme.md b/readme.md index 3ccb796..c091ddb 100644 --- a/readme.md +++ b/readme.md @@ -3,22 +3,30 @@ this is a program that allows you to view the details of an ntp server. usage: +`./ntpdetails -t=utcX ` +where `-t=utcX` is your timezone, `-t=utc-8` for America/Los_Angeles. + +example (after compilation): ```bash -./ntpdetails [your ntp server] -Details of [your ntp server] -Time: 00:40:12 UTC +acheron ~/ntpdetails > ./ntpdetails time.google.com +Details of time.google.com +Time: 05:32:24 UTC Date: 2024-11-19 -Ping: 94.339 ms +Ping: 19.340 ms + +acheron ~/ntpdetails > ./ntpdetails -t=utc-8 time.google.com +Details of time.google.com +Time (utc-8): 21:32:53 +Date: 2024-11-18 +Ping: 23.993 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 +## how 2 compile???? -## compilation +clone `git clone https://git.rintyuu.dev/rintyuu/ntpdetails.git`. -clone `git clone https://git.rintyuu.dev/rintyuu/ntpdetails.git` - -cd `cd ntpdetails` +cd `cd ntpdetails`. install `gcc libboost-dev libboost-system-dev libasio-dev`.