tyandl/TimeProtocol
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
TimeProtocol is a simple but complete implementation of RFC868. This should not be confused with Network Time Protocol (NTP) or Simple Network Time Protocol (SNTP) which are quite common and much more complicated. See http://tools.ietf.org/html/rfc868 for specifications. TimeProtocol implements both TCP and UDP communication and was writen in GO. To run as a service in Windows: I used http://support.microsoft.com/kb/137890 to make the program run as a service. in the event that the link stops working, read Daemonizing.txt