praveen kumar wrote: > Hi, > > I am trying to implement a light weight SNTP client in C. Can someone tell > me how to convert human readable time format into 64 bit NTP time stamp and > vice versa? Is there any C function or library available for doing that ? > Your help will be highly appreciated.
Take a look at the process_packet() function in ntpd/ntp_proto.c in the reference implementation. That should give you an idea of what you need to do. Danny _______________________________________________ questions mailing list [email protected] https://lists.ntp.org/mailman/listinfo/questions
