Question

I would need to implement my own NTP server or just pick an existing one and integrate it in one application. I have tried to find available source code of NTP servers in C++ but I did not succeed. Could anybody help me?

Kindest regards,

Was it helpful?

Solution

I'm not aware of any specific C++ implementations, but the ntp.org distribution is free software written in C, and is pretty much as stable as you can get.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top