Need URGENT help for my project
Hi Guys,
I am doing a project on Distributed Time Synchronization using NTP.
Till now I have simulated many Clients and many Servers in my laptop using "Socket" in Java.
Can u guys help me as to how should I further develop my algorithm for synchronizing time using NTP?
PS: I can simulate any no of servers and clients. After that I have to include some parameters to check the validity of my NTP algorithm.
Re: Need URGENT help for my project
Quote:
Originally Posted by
life21in
...algorithm for synchronizing time using NTP?...
JavaSntpClient
Note, in particular: KnownOsIssues < Support < NTP
Bottom line: If you are looking for the maximum resolution precision and accuracy that NTP can provide:" NTP was not designed to run inside of a virtual machine"
Look at documentation and source code (in C) for ntpd to see some of its really amazing features. ntp.org: Home of the Network Time Protocol
Cheers!
Z