in reply to NTP and perl
NTP is complex and has a lot of authentication hooks you probably don't need.
SNTP (Simple Network Time Protocol) is a stripped-down version that's easy to implement. See RFC 2030.
The Time Protocol RFC 868 is probably better suited to your needs. It's so incredibly simple to implement, it's often one of the examples used in sockets programming tutorials.
|
|---|