update readme.md
This commit is contained in:
parent
bbeab27f2e
commit
172eed8d2c
1 changed files with 17 additions and 9 deletions
26
readme.md
26
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 <NTP server>`
|
||||
|
||||
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`.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue