mirror of
https://frontier.innolan.net/rainlance/amiga-ntimed.git
synced 2025-11-20 00:35:43 +00:00
ceff7120c8f8b4f5217052ad5e9cebc734e6c4e3
Ntimed -- Network Time Synchronization ====================================== What is this ? ~~~~~~~~~~~~~~ This is a preview/early-acces/alpha/buzzword-of-the-times release of a new FOSS project written to gradually take over the world of networked timekeeping. The first step is a NTP protocol client daemon, 'Ntimed-client', which will synchronize a systems clock to some set of NTP servers If this catches on, support for slave servers, refclocks and other protocols, such as PTP, can be added, subject to interest, skill, time and money. The overall architectural goals are the same as every other FOSS project claims to follow: Simplicity, Quality, Security etc. etc. but I tend to think that we stick a little bit more closely to them. This work is sponsored by Linux Foundation, partly in response to the HeartBleed fiasco, and after studying the 300,000+ lines of source-code in NTPD. I concluded that while it *could* be salvaged, it would be more economical, much faster and far more efficient to start from scratch. Ntimed is the result. (Poul-Henning Kamp) Where can I read more ? ~~~~~~~~~~~~~~~~~~~~~~~ The authors repository is located at github: https://github.com/bsdphk/Ntimed He maintain a blog-of-sorts about this project here: http://phk.freebsd.dk/time The AROS repository is located here: https://github.com/llsth/Ntimed How to compile ~~~~~~~~~~~~~~ Pull the source code over to the machine you want to play on, and:: sh configure make How to test ~~~~~~~~~~~ ntimed-client -t RAM:somefile some_ntp_server some_other_ntp_server That should synchronize your clock to those servers. Because this is a preview release, the process will not "daemonize" into the background. The '-t RAM:somefile' arguments tells it to write a full blow-by-blow tracefile, for analysis and debugging.
Description
Languages
C
95%
Objective-C
2.9%
Python
2.1%