elaborated on content, Spellchecking etc.

This commit is contained in:
llsth 2015-03-18 09:33:08 +01:00
parent 522e25ab6c
commit 0e459dd6b7
2 changed files with 39 additions and 43 deletions

View File

@ -4,16 +4,9 @@ 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, and sponsored
by the Linux Foundation.
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 with IPv4 networks. Your Amiga needs to be
connected to a network and to have an IPv4 address.
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
~~~~~~~~~
@ -24,16 +17,11 @@ Format
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.
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.
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 spent 5-10 seconds synchronizing and then exit. If
SAVE is specified, time will be save to real-time clock (RTC) upon exit.
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) clock upon exit.
NTIMED can be stopped with CTRL C.
@ -55,24 +43,12 @@ Example 5
Public available timeservers
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
A list of public available timeservers from support.ntp.org:
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/
Further info
~~~~~~~~~~~~
The Ntimed main repository is located at Github:
https://github.com/bsdphk/Ntimed
Poul-Henning Kamp maintains a blog about this project here:
http://phk.freebsd.dk/time
Amiga and AROS versions are independent from the official Ntimed
FOSS project.
How to compile
~~~~~~~~~~~~~~

View File

@ -1,16 +1,41 @@
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, and sponsored
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.
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.
Ntimed for the Amiga conforms only with IPv4 networks. Your Amiga needs to be
connected to a network and to have an IPv4 address.
Differences in versions
=======================
There are some differences between the official Ntimed and Ntimed for the
Amiga, mainly:
* poll server is not supported
* sim client is not supported
* python is not test nor supported
* NAT does not seem to work (FS-UAE)
* Regression test are not support
* Amiga OS 4 and Morph OS are not supported
These differences are mostly due to the way Amiga DOS accepts parameters.
Poll server and sim client might be released as independent executables.
Missing support for BSD NAT (or whatever you would like to call the UAE
implementation) is out of the scope for this application.
As the official Ntimed gets updated there will be issues merging new features
due to the heavy Amiga changes. Therefore do not expect the features of the
Amiga version to match those of the official Ntimed.
Lack of support for Amiga OS 4 and Morph OS are because of lack of development
and test environments. I do not have access to neither development machines nor
any machines to perform tests. Feel free to make your own version or to
contribute the required changes.
Reference
@ -31,8 +56,9 @@ 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 spent 5-10 seconds synchronizing and then exit. If
SAVE is specified, time will be save to real-time clock (RTC) upon exit.
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) clock upon
exit.
NTIMED can be stopped with CTRL C.
@ -69,11 +95,5 @@ Further info
The Ntimed main repository is located at Github:
https://github.com/bsdphk/Ntimed
Poul-Henning Kamp maintains a blog about this project here:
http://phk.freebsd.dk/time
The Amiga and AROS repository is located at:
https://github.com/llsth/Ntimed
Amiga and AROS versions are independent from the official Ntimed
FOSS project.