1
0
mirror of https://frontier.innolan.net/rainlance/amiga-ntimed.git synced 2025-11-20 00:35:43 +00:00
2015-03-08 22:53:26 +01:00
2015-03-08 22:53:26 +01:00
2015-03-07 23:29:12 +01:00
2015-03-07 23:29:12 +01:00
2015-03-08 22:47:50 +01:00
2015-03-07 23:29:12 +01:00
2015-03-07 23:29:12 +01:00
2015-03-08 22:47:50 +01:00
2015-03-07 23:29:12 +01:00
2015-03-08 00:12:51 +01:00
2015-03-07 23:29:12 +01:00
2015-03-07 23:29:12 +01:00
2015-03-08 22:47:50 +01:00
2015-03-07 23:29:12 +01:00
2015-03-07 23:29:12 +01:00
2015-03-07 23:29:12 +01:00
2015-01-16 21:21:15 +00:00
2015-03-07 23:29:12 +01:00
2014-12-21 19:21:39 -06:00
2015-01-16 21:21:15 +00:00
2015-03-08 00:21:16 +01:00
2015-03-07 23:29:12 +01:00
2015-03-08 22:47:50 +01:00
2015-03-07 23:29:12 +01:00
2015-03-07 23:29:12 +01:00
2015-01-16 21:21:15 +00:00

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
Experimental network time synchronization software for AROS and AmigaOS
Readme 719 KiB
Languages
C 95%
Objective-C 2.9%
Python 2.1%