I have an assignment for developing a messenger for 1 server and 3 clients. I am facing a problem with time synchronization: I have to synchronize the server time with the internet and then synchronize the clients also. How can I accomplish this?

link|improve this question
2  
Time Synchronization should be a something the OS should be doing. But since this is homework, I would suggest you use an NTP library. – Peter Lawrey Apr 4 '11 at 16:10
feedback

1 Answer

Use NTP to synchronize the different clocks. You'll want an NTP library, perhaps this one.

See also

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.