Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Need URGENT help for my project

  1. #1
    Junior Member
    Join Date
    Jul 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default 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.


  2. #2
    Member
    Join Date
    Jun 2012
    Location
    Left Coast, USA
    Posts
    451
    My Mood
    Mellow
    Thanks
    1
    Thanked 97 Times in 88 Posts

    Default Re: Need URGENT help for my project

    Quote Originally Posted by life21in View Post
    ...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

Similar Threads

  1. Urgent Class Project Help !!!!!!!!!!!!!
    By thesoulpatchofBruce in forum What's Wrong With My Code?
    Replies: 4
    Last Post: April 10th, 2012, 05:14 AM
  2. Need urgent help regarding java word wrap function.. URGENT
    By coldice in forum What's Wrong With My Code?
    Replies: 3
    Last Post: August 16th, 2011, 05:43 AM
  3. Help please - urgent (Project due and not done) - Easy answer
    By Bagzli in forum Java Theory & Questions
    Replies: 1
    Last Post: March 2nd, 2011, 06:36 PM
  4. Need urgent help with my project..
    By secretsau in forum What's Wrong With My Code?
    Replies: 1
    Last Post: November 27th, 2010, 09:43 AM
  5. Need Urgent Help
    By sonai4u in forum Threads
    Replies: 2
    Last Post: February 13th, 2010, 08:24 PM