1
0
mirror of https://frontier.innolan.net/rainlance/amiga-ntimed.git synced 2025-11-19 17:21:08 +00:00
2015-03-22 12:39:22 +01:00
2015-03-19 14:44:27 +01:00
2015-03-19 14:41:38 +01:00
2015-03-19 14:41:38 +01:00
2015-03-22 12:39:22 +01:00
2015-03-22 11:56:33 +01:00
2015-03-19 14:41:38 +01:00
2015-03-19 14:41:38 +01:00
2015-03-19 14:41:38 +01:00
2015-03-19 14:42:09 +01:00
2015-03-17 17:25:44 +01:00
2015-03-17 16:52:05 +01:00
2015-03-19 12:40:19 +01:00
2015-03-19 12:40:19 +01:00
2015-03-19 14:41:38 +01:00
2015-03-12 22:48:56 +01:00
2015-03-19 12:40:19 +01:00
2015-03-19 12:40:19 +01:00
2015-03-19 14:41:38 +01:00
2015-03-17 00:07:28 +01:00
2015-03-19 09:45:34 +01:00
2015-03-07 23:29:12 +01:00
2015-03-18 00:53:36 +01:00
2015-03-19 14:41:38 +01:00
2015-03-17 09:58:02 +01:00
2015-03-16 22:26:47 +01:00
2015-03-19 12:40:19 +01:00
2015-03-12 22:48:56 +01:00

Ntimed -- Network Time Synchronization
======================================

Introduction
~~~~~~~~~~~~

Ntimed is a network time synchronization client for the Amiga. It is based on the Ntimed free and open-source software by Poul-Henning Kamp, sponsored by the Linux Foundation.

It uses the NTP protocol to synchronize the local Amiga clock to a set of network server. Public available NTP servers are reachable through the Internet. Ntimed for the Amiga conforms only to IPv4 networks. Your Amiga needs to be connected to a network and to have an IPv4 address.

Reference
~~~~~~~~~

Format
  NTIMED [PARAM <parameter>] [TRACEFILE <file>] [TIMEZONE <zone>] {servers} [SYNC] [SAVE] [QUIET]

Template
  P=PARAM/K,T=TRACEFILE/K,Z=TIMEZONE/K,SERVERS/M,SYNC/S,SAVE/S,QUIET/S

PARAM are used to show and set internal Ntimed parameters. A list of parameters will be shown when using question mark. TRACEFILE can be specified to write a full blow-by-blow trace file for analysis and debugging.

TIMEZONE is used to specify local time zone. If no value is given, time will be synchronized to Coordinated Universal Time (UTC). A list of parameters will be shown when using question mark. {servers} is a list of NTP time servers.

SYNC will tell Ntimed to spend 5-10 seconds synchronizing and then exit. If SAVE is specified, time will be saved to the real-time clock (RTC) upon exit.

NTIMED can be stopped with CTRL C.

Example 1
	NTIMED ntp1.example.com ntp2.example.com

Example 2
	NTIMED TRACEFILE=RAM:trace TIMEZONE=CEST ntp1.example.com

Example 3
	NTIMED P "foo=20,poll_rate=25" T T:trace ntp7.example.com

Example 4
	NTIMED Z EST ntp4.example.com SYNC

Example 5
	NTIMED Z=?

Public available timeservers
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

A list of public available timeservers from ntp.org:
http://support.ntp.org/bin/view/Servers/StratumTwoTimeServers

Instructions of how to use NTP pool servers are at:
http://www.pool.ntp.org/

How to compile
~~~~~~~~~~~~~~

Pull the source code over to the machine you want to play on, and::

	sh configure AMIGA (or sh configure AROS)
	make
Description
Experimental network time synchronization software for AROS and AmigaOS
Readme 719 KiB
Languages
C 95%
Objective-C 2.9%
Python 2.1%