Does anyone have a source code handy on the implementation of SNTP
Header? I read the RFC 2030 header structure but unsure on how its
actually implemented in C/C++.
|
|
0
|
|
|
|
Reply
|
cathyyang
|
10/6/2004 4:53:26 PM |
|
cathyyang@gmail.com (cathy) wrote in message news:<be23da99.0410060853.b274c93@posting.google.com>...
> Does anyone have a source code handy on the implementation of SNTP
> Header? I read the RFC 2030 header structure but unsure on how its
> actually implemented in C/C++.
Look at the ntpd/ntp_proto.c code. It's documented as well as implemented
there. We also have an sntp client. I suggest you look at sntp/main.c.
Danny
|
|
0
|
|
|
|
Reply
|
mayer
|
10/7/2004 4:43:16 AM
|
|