Re: [NET] Submission for Implementation of NTP & SNTP

2003-09-14 Thread Jason Mathews
The NTP/SNTP impl would complete the time-protocols already supported so here it is. NTP/SNTP Java implementation attached. --jason Jeffrey D. Brekke wrote: Submit the code to this list for review. One note, we are currently ( or we were ) trying to hold off on new code until the next release

Re: [NET] Submission for Implementation of NTP & SNTP

2003-09-13 Thread Jeffrey D. Brekke
Submit the code to this list for review. One note, we are currently ( or we were ) trying to hold off on new code until the next release. So while you could submit the code now, it might not get in right away. > On Sat, 13 Sep 2003 12:44:38 -0400, Jason Mathews <[EMAIL PROTECTED]> said: > I

[NET] Submission for Implementation of NTP & SNTP

2003-09-13 Thread Jason Mathews
I created a Java implementation of the common client functions and classes to support the Network Time Protocol (NTP) RFC1305 and Simple Network Time Protocol (SNTP) RFC2030. This was been tested over the last year but only recently has it been refactored to work with the Commons/Net API and us