show the details of ntp server, written in c++, using boost lib
Find a file
2024-11-18 17:03:01 -08:00
ntpdetails.cpp force use ipv4 instead of ipv6 2024-11-18 16:59:36 -08:00
readme.md Update readme.md 2024-11-18 17:03:01 -08:00

ntpdetails

this is a program that allows you to view the details of an ntp server.

usage:

./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

compilation

clone git clone https://git.rintyuu.dev/rintyuu/ntpdetails.git

cd cd ntpdetails

install gcc libboost-dev libboost-system-dev libasio-dev.

compile g++ -std=c++17 -o ntpdetails ntpdetails.cpp -lboost_system.