Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ce27e11c51 | ||
|
|
ddefcaf3b1 | ||
|
|
ab2d281cdd |
@@ -0,0 +1,7 @@
|
||||
History
|
||||
-------
|
||||
|
||||
1.03 Rebuild for AROS. Removed broken Time Zone Database library.
|
||||
1.02 Restructured code. New fork of offical Ntimed with modifications.
|
||||
1.01 Internal release. Testing and bugfixing. Never published
|
||||
1.00a Initial release. First public release
|
||||
+3
-3
@@ -6,7 +6,7 @@ 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.
|
||||
It uses the NTP protocol to synchronize the local Amiga clock to a set of network servers. Public available NTP servers are reachable through the Internet. Ntimed for the Amiga conforms only to IPv4 networks.
|
||||
|
||||
Time servers operate using GMT. Ntimed supports the Amiga Time Zone Database. Local GMT offset will be used if no time zone is selected.
|
||||
|
||||
@@ -28,10 +28,10 @@ NTIMED can be stopped with CTRL C.
|
||||
Synchronize to NTP servers
|
||||
NTIMED ntp1.example.com ntp2.example.com
|
||||
|
||||
Synchronize to single NTP server and put trace in RAM
|
||||
Synchronize to single NTP server and put trace in RAM:
|
||||
NTIMED TRACEFILE=RAM:trace ntp1.example.com
|
||||
|
||||
Synchronize to single NTP server with modified parameters and put trace in T
|
||||
Synchronize to single NTP server with modified parameters and put trace in T:
|
||||
NTIMED P "foo=20,poll_rate=25" T T:trace ntp7.example.com
|
||||
|
||||
Synchronize 10 seconds to single NTP server and save result to RTC
|
||||
|
||||
@@ -177,8 +177,8 @@ if $VALID ; then
|
||||
echo "LDLIBS = -Llib/aos3 -ltz -lm"
|
||||
elif [ -n "$1" ] && [ $1 = "AROS" ] ; then
|
||||
echo 'CC = gcc'
|
||||
echo "CFLAGS = -O2 -DAROS -DWITHTEST -DHAVE_LIBTZ -I. -Ilib -Wall -Werror"
|
||||
echo "LDLIBS = -Llib/aros-i386 -ltz -lm"
|
||||
echo "CFLAGS = -O2 -DAROS -DWITHTEST -I. -Wall -Werror"
|
||||
echo "LDLIBS = -lm"
|
||||
else
|
||||
echo "CFLAGS = -O2 -Wall -DWITHTEST -Werror"
|
||||
echo "LDLIBS = -lm"
|
||||
|
||||
+1
-1
@@ -28,7 +28,7 @@
|
||||
#define NTIMED_PLATFORM_H
|
||||
//--------------------------------------------------------------------------//
|
||||
#if defined(AROS) || defined(AOS3)
|
||||
# define AMIGA_VERSION " 1.02 (10.07.2015)"
|
||||
# define AMIGA_VERSION " 1.03 (13.07.2015)"
|
||||
# ifndef AMIGA
|
||||
# define AMIGA
|
||||
# endif
|
||||
|
||||
Reference in New Issue
Block a user