Internet Direct (Indy)
|
Implements a Simple Network Time Protocol client.
TIdSNTP = class(TIdUDPClient);
The TIdSNTP implements a client for the Simple Network Time Protocol (SNTP), as described in the Internet standards document:
RFC 2030 - Simple Network Time Protocol (SNTP) Version 4 for IPv4, IPv6 and OSI
SNTP is an extremely reliable protocol for time-synchronization on the Internet with accuracy from 1 to 50 milliseconds, even over great distances.
SNTP Version 4 includes certain optional extensions to the basic Version 3 model. TIdSNTP does not implement the optional extensions for either Key Identifier or Message Digest portions of the NTP/SNTP message format.
TIdSNTP, a descendant of TIdUDPClient, utilizes SNTP in the unicast client mode.
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |