]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Documentation cleanup/resync with Dave.
authorHarlan Stenn <stenn@ntp.org>
Fri, 26 Mar 2004 02:13:54 +0000 (21:13 -0500)
committerHarlan Stenn <stenn@ntp.org>
Fri, 26 Mar 2004 02:13:54 +0000 (21:13 -0500)
bk: 406391e2D1fCRFhIRVix03pigNIfEA

46 files changed:
html/build/build.html
html/build/config.html
html/build/hints.html
html/build/hints/solaris.html
html/build/hints/vxworks.html
html/build/hints/winnt.html
html/build/patches.html
html/build/porting.html
html/build/quick.html
html/drivers/driver1.html
html/drivers/driver10.html
html/drivers/driver11.html
html/drivers/driver12.html
html/drivers/driver16.html
html/drivers/driver18.html
html/drivers/driver19.html
html/drivers/driver2.html
html/drivers/driver20.html
html/drivers/driver22.html
html/drivers/driver23.html
html/drivers/driver24.html
html/drivers/driver26.html
html/drivers/driver27.html
html/drivers/driver28.html
html/drivers/driver29.html
html/drivers/driver3.html
html/drivers/driver30.html
html/drivers/driver32.html
html/drivers/driver33.html
html/drivers/driver34.html
html/drivers/driver35.html
html/drivers/driver36.html
html/drivers/driver37.html
html/drivers/driver38.html
html/drivers/driver39.html
html/drivers/driver4.html
html/drivers/driver40.html
html/drivers/driver42.html
html/drivers/driver43.html
html/drivers/driver44.html
html/drivers/driver5.html
html/drivers/driver6.html
html/drivers/driver7.html
html/drivers/driver8.html
html/drivers/driver9.html
html/drivers/oncore-shmem.html

index 3e4ccd359662244733ef68c982c97844f0b1c4de..0bb49afda3192dcb611f1ff9fc1c8e573a84e5fa 100644 (file)
@@ -10,7 +10,7 @@
 
     <body>
         <h3>Building and Installing the Distribution</h3>
-        <img src="pic/beaver.gif" alt="gif" align="left"><a href="http://www.eecis.udel.edu/%7emills/pictures.html">from <i>Pogo</i>, Walt Kelly</a>
+        <img src="../pic/beaver.gif" alt="gif" align="left"><a href="http://www.eecis.udel.edu/%7emills/pictures.html">from <i>Pogo</i>, Walt Kelly</a>
         <p>For putting out compiler fires.</p>
         <p>Last update: <csobj format="ShortTime" h="25" locale="00000409" region="0" t="DateTime" w="99">03:06 AM</csobj> UTC <csobj format="LongDate" h="25" locale="00000409" region="0" t="DateTime" w="270">Monday, October 13, 2003</csobj></p>
         <br clear="left">
         <h4 id="install">Installation</h4>
         <p>As root, use the <tt>make install</tt> command to install the binaries in the destination directory. Most commonly, these programs are installed in <tt>/usr/local/bin</tt>, but this can be overridden during configuration. You must of course have write permission on the install in the destination directory. This includes the following programs:</p>
         <ul>
-            <li><a href="ntpd.html"><tt>ntpd</tt> - Network Time Protocol (NTP) daemon</a>
-            <li><a href="ntpq.html"><tt>ntpq</tt> - standard NTP query program</a>
-            <li><a href="ntpdc.html"><tt>ntpdc</tt> - special NTP query program</a>
-            <li><a href="ntpdate.html"><tt>ntpdate</tt> - set the date and time via NTP</a>
-            <li><a href="ntptrace.html"><tt>ntptrace</tt> - trace a chain of NTP servers back to the primary source</a>
+            <li><a href="../ntpd.html"><tt>ntpd</tt> - Network Time Protocol (NTP) daemon</a>
+            <li><a href="../ntpq.html"><tt>ntpq</tt> - standard NTP query program</a>
+            <li><a href="../ntpdc.html"><tt>ntpdc</tt> - special NTP query program</a>
+            <li><a href="../ntpdate.html"><tt>ntpdate</tt> - set the date and time via NTP</a>
+            <li><a href="../ntptrace.html"><tt>ntptrace</tt> - trace a chain of NTP servers back to the primary source</a>
         </ul>
         <p>If the precision time kernel modifications are present, the following program is installed:</p>
         <ul>
-            <li><a href="ntptime.html"><tt>ntptime</tt> - read kernel time variables</a>
+            <li><a href="../ntptime.html"><tt>ntptime</tt> - read kernel time variables</a>
         </ul>
         <p>If the public key authentication functions are present, the following program is installed:</p>
         <ul>
-            <li><a href="keygen.html"><tt>ntp-keygen</tt> - generate public and private keys</a>
+            <li><a href="../keygen.html"><tt>ntp-keygen</tt> - generate public and private keys</a>
         </ul>
         <p>In some systems that include the capability to edit kernel variables, the following program is installed:</p>
         <ul>
-            <li><a href="tickadj.html"><tt>tickadj</tt> - set time-related kernel variables</a>
+            <li><a href="../tickadj.html"><tt>tickadj</tt> - set time-related kernel variables</a>
         </ul>
-        <p>Cryptographic support, both symmetric and public key, requires one or more key files, commonly installed in <tt>/usr/local/etc</tt>. Public key cryptography requires a random seed file, usually called <tt>.rnd</tt>, installed in a dark place such as the root directory or <tt>/etc</tt>. Directions for generating keys is on the <a href="authopt.html">Authentication Options</a> page.</p>
+        <p>Cryptographic support, both symmetric and public key, requires one or more key files, commonly installed in <tt>/usr/local/etc</tt>. Public key cryptography requires a random seed file, usually called <tt>.rnd</tt>, installed in a dark place such as the root directory or <tt>/etc</tt>. Directions for generating keys is on the <a href="../authopt.html">Authentication Options</a> page.</p>
         <h4 id="config">Configuration</h4>
-        <p>You are now ready to configure the daemon and start it. You will need to create a NTP configuration file <tt>ntp.conf</tt> and a cryptographic key file <tt>ntp.keys</tt>. The latter file is necessary only for remote configuration support, if needed. Newbies should see the <a href="quick.html">Quick Start</a> page for orientation. Seasoned veterans can start with the <a href="ntpd.html"><tt>ntpd</tt> - Network Time Protocol (NTP) daemon</a> page and move on to the specific configuration option pages from there. A tutorial on NTP subnet design and configuration options is in the <a href="notes.html">Notes on Configuring NTP and Setting up a NTP Subnet</a> page.</p>
+        <p>You are now ready to configure the daemon and start it. You will need to create a NTP configuration file <tt>ntp.conf</tt> and a cryptographic key file <tt>ntp.keys</tt>. The latter file is necessary only for remote configuration support, if needed. Newbies should see the <a href="quick.html">Quick Start</a> page for orientation. Seasoned veterans can start with the <a href="../ntpd.html"><tt>ntpd</tt> - Network Time Protocol (NTP) daemon</a> page and move on to the specific configuration option pages from there. A tutorial on NTP subnet design and configuration options is in the <a href="../notes.html">Notes on Configuring NTP and Setting up a NTP Subnet</a> page.</p>
         <h4 id="prob">If You Have Problems</h4>
-        <p>If you have problems peculiar to the particular hardware and software environment (e.g. operating system-specific issues), browse the <a href="hints.html">Hints and Kinks</a> page. For other problems a tutorial on debugging technique is in the <a href="debug.html">NTP Debugging Technique</a> page. As always, the first line of general assistance is the NTP web site <a href="http://www.ntp.org">www.ntp.org</a> and the FAQ resident there. Requests for assistance of a general nature and of interest to other timekeepers should be sent to the NTP newsgroup comp.protocols.time.ntp. Bug reports of a specific nature should be sent to <a href="mailto:bugs@mail.ntp.org">bugs@ntp.org</a>. Bug reports of a specific nature on features implemented by the programmer corps mentioned in the <a href="copyright.html">Copyright</a> page should be sent directly to the implementor listed in that page, with copy to bugs@ntp.org.</p>
+        <p>If you have problems peculiar to the particular hardware and software environment (e.g. operating system-specific issues), browse the <a href="hints.html">Hints and Kinks</a> page. For other problems a tutorial on debugging technique is in the <a href="../debug.html">NTP Debugging Technique</a> page. As always, the first line of general assistance is the NTP web site <a href="http://www.ntp.org">www.ntp.org</a> and the FAQ resident there. Requests for assistance of a general nature and of interest to other timekeepers should be sent to the NTP newsgroup comp.protocols.time.ntp. Bug reports of a specific nature should be sent to <a href="mailto:bugs@mail.ntp.org">bugs@ntp.org</a>. Bug reports of a specific nature on features implemented by the programmer corps mentioned in the <a href="../copyright.html">Copyright</a> page should be sent directly to the implementor listed in that page, with copy to bugs@ntp.org.</p>
         <p>Please include the version of the source distribution (e.g., ntp-4.0.70a) in your bug report, as well as billboards from the relevant utility programs and debug trace, if available. Please include the output of <tt>config.guess</tt> in your bug report. It will look something like:</p>
         <p><tt>pdp11-dec-fuzzos3.4</tt></p>
         <h4>Additional <tt>make</tt> commands</h4>
index 463214a28a8d3065aa5fbc40cd37a393207b750d..961779de66e7b238057f896534741e2c4f48799c 100644 (file)
@@ -10,9 +10,9 @@
 
     <body>
         <h3>Configuration Options</h3>
-        <img src="pic/pogo3a.gif" alt="gif" align="left"><a href="http://www.eecis.udel.edu/~mills/pictures.html">from <i>Pogo</i>, Walt Kelly</a>
+        <img src="../pic/pogo3a.gif" alt="gif" align="left"><a href="http://www.eecis.udel.edu/%7emills/pictures.html">from <i>Pogo</i>, Walt Kelly</a>
         <p>Gnu autoconfigure tools are in the backpack.</p>
-        <p>Last update: <csobj format="ShortTime" h="25" locale="00000409" region="0" t="DateTime" w="99">03:07 AM</csobj> UTC <csobj format="LongDate" h="25" locale="00000409" region="0" t="DateTime" w="270">Monday, October 13, 2003</csobj></p>
+        <p>Last update: <csobj format="ShortTime" h="25" locale="00000409" region="0" t="DateTime" w="99">12:56 AM</csobj> UTC <csobj format="LongDate" h="25" locale="00000409" region="0" t="DateTime" w="266">Saturday, March 20, 2004</csobj></p>
         <br clear="left">
         <h4>Table of Contents</h4>
         <ul>
index cb6275b550a48379fb6d04944ecc00f88459464c..6ccfb5cbb66445979b01dea8057e75c38bd620c9 100644 (file)
@@ -9,9 +9,9 @@
 
     <body>
         <h3>Hints and Kinks</h3>
-        <img src="pic/alice35.gif" align="left"><a href="http://www.eecis.udel.edu/%7emills/pictures.html"> from <i>Alice's Adventures in Wonderland</i>, Lewis Carroll</a>
+        <img src="../pic/alice35.gif" align="left"><a href="http://www.eecis.udel.edu/%7emills/pictures.html"> from <i>Alice's Adventures in Wonderland</i>, Lewis Carroll</a>
         <p>Mother in law has all the answers.</p>
-        <p>Last update: <csobj format="ShortTime" h="24" locale="00000409" region="0" t="DateTime" w="50">20:27</csobj> UTC <csobj format="LongDate" h="24" locale="00000409" region="0" t="DateTime" w="257">Monday, December 02, 2002</csobj></p>
+        <p>Last update: <csobj format="ShortTime" h="25" locale="00000409" region="0" t="DateTime" w="99">12:56 AM</csobj> UTC <csobj format="LongDate" h="25" locale="00000409" region="0" t="DateTime" w="266">Saturday, March 20, 2004</csobj></p>
         <br clear="left">
         <hr>
         <p>This is an index for a set of troubleshooting notes contained in individual text files in the <tt>./hints</tt> directory. They were supplied by various volunteers in the form of mail messages, patches or just plain word of mouth. Each note applies to a specific computer and operating system and gives information found useful in setting up the NTP distribution or site configuration. The notes are very informal and subject to errors; no attempt has been made to verify the accuracy of the information contained in them.</p>
index 7161d5dd3b390e368613f66e3f763a098fd0baba..9dc2ab15d038cce02bd855cd210a260c15d54161 100644 (file)
@@ -38,7 +38,7 @@ set dosynctodr = 0
 <P>
 Instead of the <I>tick</I> kernel variable, which many operating
 systems use to control microseconds added to the system time every
-clock tick (c.f. <A HREF="../notes.html#frequency_tolerance">Dealing
+clock tick (c.f. <A HREF="../../notes.html#frequency_tolerance">Dealing
 with Frequency Tolerance Violations</A>), Solaris has the variables
 <I>nsec_per_tick</I> and <I>usec_per_tick</I>.
 <P>
index cd4c919e9116676d109a764cf9b1462af74945b2..95ad22224890ac6b0421224615c5dfc818d001bd 100644 (file)
             sed -e 's%main.*()%vxmain()%' configure &gt; configure.vxnew<br>
             mv configure.vxnew configure<br>
             chmod 755 configure</p>
-        <p>The new version 4 of NTP requires some maths functions so it links in the maths library (-lm) in the ntpd <a href="../ntpd/Makefile.am">Makefile.am</a> change the line &quot;ntpd_LDADD = $(LDADD) -lm&quot; by removing the &quot;-lm&quot;.<br>
+        <p>The new version 4 of NTP requires some maths functions so it links in the maths library (-lm) in the ntpd <a href="../../ntpd/Makefile.am">Makefile.am</a> change the line &quot;ntpd_LDADD = $(LDADD) -lm&quot; by removing the &quot;-lm&quot;.<br>
             You are now ready to compile</p>
         <p><br>
-            The <a href="../configure.in">configure.in </a>file needed to be altered to allow for a host-target configuration to take place.</p>
+            The <a href="../../configure.in">configure.in </a>file needed to be altered to allow for a host-target configuration to take place.</p>
         <ul>
             <li>The define SYS_VXWORKS was added to the compilation flags.
             <li>Little endianess is set if the target is of type iX86.
             <li>clock_settime() is defined to be used for setting the clock.
             <li>The Linking flags have -r added to allow for relinking into the vxWorks kernel
         </ul>
-        <p>Unfortunately I have had to make use of the <a href="../include/ntp_machine.h">ntp_machine.h </a>file to add in the checks that would have been checked at linking stage by autoconf, a better method should be devised.</p>
+        <p>Unfortunately I have had to make use of the <a href="../../include/ntp_machine.h">ntp_machine.h </a>file to add in the checks that would have been checked at linking stage by autoconf, a better method should be devised.</p>
         <ul>
             <li>There is now a NO_MAIN_ALLOWED define that simulates command line args, this allows the use of the normal startup sysntax.
             <li>POSIX timers have been added.
-            <li>Structures normally found in netdb.h have been added with, the corresponding code is in <a href="../libntp/machines.c">machines.c </a>. Where possible the defines for these have been kept non-vxWorks specific.
+            <li>Structures normally found in netdb.h have been added with, the corresponding code is in <a href="../../libntp/machines.c">machines.c </a>. Where possible the defines for these have been kept non-vxWorks specific.
         </ul>
-        <p>Unfortunately there are still quite a few SYS_VXWORKS type defines in the source, but I have eliminated as many as possible. You have the choice of using the usrtime.a library avaliable from the vxworks archives or forgoing adjtime() and using the clock_[get|set]time().The <a href="../include/ntp_machine.h">ntp_machine.h </a>file clearly marks how to do this.</p>
+        <p>Unfortunately there are still quite a few SYS_VXWORKS type defines in the source, but I have eliminated as many as possible. You have the choice of using the usrtime.a library avaliable from the vxworks archives or forgoing adjtime() and using the clock_[get|set]time().The <a href="../../include/ntp_machine.h">ntp_machine.h </a>file clearly marks how to do this.</p>
         <h1><b>Compilation issues</b></h1>
         <p>You will need autoconf and automake ... available free from the gnu archives worldwide.</p>
         <p>The variable arch is the target architecture (e.g. i486)</p>
index 29abc64640e24853578b252e1da28d8e71f487b2..4e4218cda129c8bc8d53e44d37b5feb8f27fdf95 100644 (file)
         on the Alpha platform. This release now uses OpenSSL for authentication.
         IPv6 is not implemented yet for Win32 platforms.
         <h2>Authentication Keys</h2>
-        With this release ntp-keygen is supported. See the <a href="../keygen.html">
+        With this release ntp-keygen is supported. See the <a href="../../keygen.html">
         ntp keygen documentation</a> for details on how to use ntp-keygen.
         <p>
         ntpd can now use the generated keys in the same way as on Unix platforms. Please
-        refer to the <a href="../authopt.html">Authentication Options</a> for details
+        refer to the <a href="../../authopt.html">Authentication Options</a> for details
         on how to use these.
         <p><B>NOTE:</B> ntpd and ntp-keygen both use OpenSSL which requires a random
         character file called .rnd by default. Both of these programs will automatically
@@ -50,8 +50,8 @@
         make the required configuration changes in config.h and then build ntpd from source
         and test it. The following reference clocks are known to work and are supported
         by Windows NT:
-        <p><a href="../driver1.html">Type 1</a> Undisciplined Local Clock (LOCAL)<br>
-            <a href="../driver29.html">Type 29</a> Trimble Navigation Palisade GPS (GPS_PALISADE)</p>
+        <p><a href="../../driver1.html">Type 1</a> Undisciplined Local Clock (LOCAL)<br>
+            <a href="../../driver29.html">Type 29</a> Trimble Navigation Palisade GPS (GPS_PALISADE)</p>
         <h2>Functions Supported</h2>
         All NTP functions are supported with some constraints. See the <a href="#ToDo">TODO list</a> below.
         Note that the ntptrace executable is not supported and you should use the PERL script
index cd6e550e4e1b71b5a1c1745cb6b6e70cd2792b52..00b2923351e028ce0f0e6bd054605315dfc7b4d0 100644 (file)
@@ -9,9 +9,9 @@
 
     <body>
         <h3>Patching Procedures</h3>
-        <img src="pic/alice38.gif" alt="gif" align="left"><a href="http://www.eecis.udel.edu/~mills/pictures.html"> rom <i>Alice's Adventures in Wonderland</i>, Lewis Carroll</a>
+        <img src="../pic/alice38.gif" alt="gif" align="left"><a href="http://www.eecis.udel.edu/%7emills/pictures.html"> rom <i>Alice's Adventures in Wonderland</i>, Lewis Carroll</a>
         <p>The Mad Hatter needs patches.</p>
-        <p>Last update: <csobj format="ShortTime" h="24" locale="00000409" region="0" t="DateTime" w="50">02:16</csobj> UTC <csobj format="LongDate" h="24" locale="00000409" region="0" t="DateTime" w="246">Thursday, January 02, 2003</csobj></p>
+        <p>Last update: <csobj format="ShortTime" h="25" locale="00000409" region="0" t="DateTime" w="99">12:56 AM</csobj> UTC <csobj format="LongDate" h="25" locale="00000409" region="0" t="DateTime" w="266">Saturday, March 20, 2004</csobj></p>
         <br clear="left">
         <hr>
         <p>A distribution so widely used as this one eventually develops numerous barnacles as the result of <a href="porting.html">porting</a> to new systems, idiosyncratic new features and just plain bugs. In order to help keep order and make maintenance bearable, we ask that proposed changes to the distribution be submitted in the following form.</p>
@@ -23,7 +23,7 @@
             <li>Please avoid patching the RCS subdirectories; better yet, clean them out before submitting patches.
             <li>If you have whole new files, as well as patches, wrap the files and patches in a shell script. If you need to compress it, use either GNU <tt>gzip</tt> or the stock Unix <tt>compress</tt> utility.
             <li>Don't forget the documentation that may be affected by the patch. Send us patches for the <tt>./htm</tt> files as well.
-            <li>We would be glad to include your name, electric address and descriptive phrase in the <a href="copyright.html">Copyright</a> page, if you wish.
+            <li>We would be glad to include your name, electric address and descriptive phrase in the <a href="../copyright.html">Copyright</a> page, if you wish.
         </ol>
         <p>Prior to ntp3-5.83 (releases up to and including ntp3.5f) a complete patch history back to the dark ages was kept in the <tt>./patches</tt> directory, which might have been helpful to see if the same problem occurred in another port, etc. Patches were saved in that directory with file name in the form <tt>patch.<i>nnn</i></tt>, where <i>nnn</i> was approaching 200. All patches in that directory have been made; so, if yours was there, it was in the distribution.</p>
         <p>Since we have been getting multple patches for some bugs, plus many changes are implemented locally, no two maintainers here use the same tools, and since we're not using any bug-tracking software or even source code control, there is currently no tracking of specific changes.</p>
index 44db2ab289e84f763af444f14a196c098e1bb09b..976cc6670ce353b5d7ca2bb61450ec8522e4c53e 100644 (file)
@@ -9,10 +9,10 @@
 
     <body>
         <h3>Porting Hints</h3>
-        <img src="pic/wingdorothy.gif" alt="gif" align="left"><a href="http://www.eecis.udel.edu/~mills/pictures.html">from <i>The Wizard of Oz</i>, L. Frank Baum</a>
+        <img src="../pic/wingdorothy.gif" alt="gif" align="left"><a href="http://www.eecis.udel.edu/%7emills/pictures.html">from <i>The Wizard of Oz</i>, L. Frank Baum</a>
         <p>Porting Dorothy in Oz
         </p>
-        <p>Last update: <csobj format="ShortTime" h="24" locale="00000409" region="0" t="DateTime" w="50">20:17</csobj> UTC <csobj format="LongDate" h="24" locale="00000409" region="0" t="DateTime" w="257">Monday, December 02, 2002</csobj></p>
+        <p>Last update: <csobj format="ShortTime" h="25" locale="00000409" region="0" t="DateTime" w="99">12:56 AM</csobj> UTC <csobj format="LongDate" h="25" locale="00000409" region="0" t="DateTime" w="266">Saturday, March 20, 2004</csobj></p>
         <br clear="left">
         <hr>
         <p>NOTE: The following procedures have been replaced by GNU <tt>automake</tt> and <tt>autoconfigure</tt>. This page is to be updated in the next release.</p>
index 151ea1b2d2b977cdec8d670ae9ee5d29c724b889..1693b5d7a2fcf611b3196d38fb4b568aab5fcec9 100644 (file)
 
     <body>
         <h3>Quick Start</h3>
-        <img src="pic/panda.gif" alt="gif" align="left">FAX test image for SATNET (1979).
-        <p>The baby panda was scanned at University College London and used as a FAX test image for a demonstration of the DARPA Atlantic SATNET Program and the first transatlantic Internet connection in 1978. The computing system used for that demonstration was called the <a href="http://www.eecis.udel.edu/%7emills/database/papers/fuzz.ps">Fuzzball</a> . As it happened, this was also the first Internet multimedia presentation and the first to use NTP in regular operation. The image was widely copied and used for testing purpose throughout much of the 1980s.</p>
-        <p>Last update: <csobj format="ShortTime" h="24" locale="00000409" region="0" t="DateTime" w="50">00:39</csobj> UTC <csobj format="LongDate" h="24" locale="00000409" region="0" t="DateTime" w="244">Saturday, January 11, 2003</csobj></p>
+        <img src="../pic/panda.gif" alt="gif" align="left">FAX test image for SATNET (1979).
+        <p>The baby panda was scanned at University College London and used as a FAX test image for a demonstration of the DARPA Atlantic SATNET Program and the first transatlantic Internet connection in 1978. The computing system used for that demonstration was called the <a href="http://www.eecis.udel.edu/%7emills/database/papers/fuzz.pdf">Fuzzball</a> . As it happened, this was also the first Internet multimedia presentation and the first to use NTP in regular operation. The image was widely copied and used for testing purpose throughout much of the 1980s.</p>
+        <p>Last update: <csobj format="ShortTime" h="25" locale="00000409" region="0" t="DateTime" w="99">01:01 AM</csobj> UTC <csobj format="LongDate" h="25" locale="00000409" region="0" t="DateTime" w="266">Saturday, March 20, 2004</csobj></p>
         <br clear="left">
         <hr>
         <p>For the rank amateur the sheer volume of the documentation collection must be intimidating. However, it doesn't take much to fly the <tt>ntpd</tt> daemon with a simple configuration where a workstation needs to synchronize to some server elsewhere in the Internet. The first thing that needs to be done is to build the distribution for the particular workstation and install in the usual place. The <a href="build.html">Building and Installing the Distribution</a> page describes how to do this.</p>
         <p>While it is possible that certain configurations do not need a configuration file, most do require one. The file, called by default <tt>/etc/ntp.conf</tt>, need only contain one line specifying a remote server, for instance</p>
         <p><tt>server foo.bar.com</tt></p>
-        <p>Choosing an appropriate remote server is somewhat of a black art, but a suboptimal choice is seldom a problem. There are about two dozen public time servers operated by National Institutes of Science and Technology (NIST), US Naval Observatory (USNO), Canadian Metrology Centre (CMC) and many others available on the Internet. Lists of public primary and secondary NTP servers maintained on the <a href="http://www.eecis.udel.edu/~mills/ntp/servers.html">Public NTP TIme Servers</a> page, which is updated frequently.The lists are sorted by country and, in the case of the US, by state. Usually, the best choice is the nearest in geographical terms, but the terms of engagement specified in each list entry should be carefully respected.</p>
+        <p>Choosing an appropriate remote server is somewhat of a black art, but a suboptimal choice is seldom a problem. There are about two dozen public time servers operated by National Institutes of Science and Technology (NIST), US Naval Observatory (USNO), Canadian Metrology Centre (CMC) and many others available on the Internet. Lists of public primary and secondary NTP servers maintained on the <a href="http://www.eecis.udel.edu/%7emills/ntp/servers.html">Public NTP TIme Servers</a> page, which is updated frequently.The lists are sorted by country and, in the case of the US, by state. Usually, the best choice is the nearest in geographical terms, but the terms of engagement specified in each list entry should be carefully respected.</p>
         <p>During operation <tt>ntpd</tt> measures and corrects for incidental clock frequency error and writes the current value to a file called by default <tt>/etc/ntp.drift</tt>. If <tt>ntpd</tt> is stopped and restarted, it initializes the frequency from this file. In this way the potentially lengthy interval to relearn the frequency error is avoided.</p>
         <p>That's all there is to it, unless some problem in network connectivity or local operating system configuration occurs. The most common problem is some firewall between the workstation and server. System administrators should understand NTP uses UDP port 123 as both the source and destination port and that NTP does not involve any operating system interaction other than to set the system clock. While almost all modern Unix systems have included NTP and UDP port 123 defined in the services file, this should be checked if <tt>ntpd</tt> fails to come up at all.</p>
-        <p>The best way to confirm NTP is working is using the <a href="ntpq.html"><tt>ntpq</tt></a> utility, although the <a href="ntpdc.html"><tt>ntpdc</tt></a> utility may be useful in extreme cases. See the documentation pages for further information. In the most extreme cases the <tt>-d</tt> option on the <tt>ntpd</tt> command line results in a blow-by-blow trace of the daemon operations. While the trace output can be cryptic, to say the least, it gives a general idea of what the program is doing and, in particular, details the arriving and departing packets and detected errors, if present.</p>
-        <p>Sometimes the <tt>ntpd</tt>. behavior may seem to violate the Principle of Least Astonishment, but there are good reasons for this. See the <a href="ntpd.html">Network Time Protocol (NTP) daemon</a> page for revealing insights. See this page and its dependencies for additional configuration and control options. The <a href="notes.html">Notes on Configuring NTP and Setting up a NTP Subnet</a> page contains an extended discussion of these options.</p>
+        <p>The best way to confirm NTP is working is using the <a href="../ntpq.html"><tt>ntpq</tt></a> utility, although the <a href="../ntpdc.html"><tt>ntpdc</tt></a> utility may be useful in extreme cases. See the documentation pages for further information. In the most extreme cases the <tt>-d</tt> option on the <tt>ntpd</tt> command line results in a blow-by-blow trace of the daemon operations. While the trace output can be cryptic, to say the least, it gives a general idea of what the program is doing and, in particular, details the arriving and departing packets and detected errors, if present.</p>
+        <p>Sometimes the <tt>ntpd</tt>. behavior may seem to violate the Principle of Least Astonishment, but there are good reasons for this. See the <a href="../ntpd.html">Network Time Protocol (NTP) daemon</a> page for revealing insights. See this page and its dependencies for additional configuration and control options. The <a href="../notes.html">Notes on Configuring NTP and Setting up a NTP Subnet</a> page contains an extended discussion of these options.</p>
         <hr>
         <script type="text/javascript" language="javascript" src="scripts/footer.txt"></script>
     </body>
index 59334838350bb2af9e46eabead719f4c5c2d8d27..7d69b1ca561c46da8b9d8b69c888e7b13aa6c82d 100644 (file)
@@ -5,7 +5,7 @@
     <head>
         <meta name="generator" content="HTML Tidy, see www.w3.org">
         <title>Undisciplined Local Clock</title>
-        <link href="../scripts/style.css" type="text/css" rel="stylesheet">
+        <link href="scripts/style.css" type="text/css" rel="stylesheet">
     </head>
 
     <body>
@@ -58,7 +58,7 @@
         <h4>Additional Information</h4>
         <p><a href="../refclock.html">Reference Clock Drivers</a></p>
         <hr>
-        <script type="text/javascript" language="javascript" src="../scripts/footer.txt"></script>
+        <script type="text/javascript" language="javascript" src="scripts/footer.txt"></script>
     </body>
 
 </html>
index d5692abb8b0fa30dc10555a0775547387f4c98c3..97b0495d59e0e9f3be6133cd05147b9b20f38f42 100644 (file)
@@ -6,7 +6,7 @@
         <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
         <meta name="GENERATOR" content="Mozilla/4.01 [en] (Win95; I) [Netscape]">
         <title>Austron 2200A/2201A GPS Receivers</title>
-        <link href="../scripts/style.css" type="text/css" rel="stylesheet">
+        <link href="scripts/style.css" type="text/css" rel="stylesheet">
     </head>
 
     <body>
@@ -47,7 +47,7 @@
         <h4>Additional Information</h4>
         <p><a href="../refclock.html">Reference Clock Drivers</a></p>
         <hr>
-        <script type="text/javascript" language="javascript" src="../scripts/footer.txt"></script>
+        <script type="text/javascript" language="javascript" src="scripts/footer.txt"></script>
     </body>
 
 </html>
\ No newline at end of file
index 9f13f6788bcc6d00265afb85941c643e500bffd5..b36f7f3539841ad5aeef0e1cab76db5eedee86a2 100644 (file)
@@ -6,7 +6,7 @@
         <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
         <meta name="GENERATOR" content="Mozilla/4.01 [en] (Win95; I) [Netscape]">
         <title>Arbiter 1088A/B GPS Receiver</title>
-        <link href="../scripts/style.css" type="text/css" rel="stylesheet">
+        <link href="scripts/style.css" type="text/css" rel="stylesheet">
     </head>
 
     <body>
@@ -81,7 +81,7 @@ ee = hardware errors</pre>
         <h4>Additional Information</h4>
         <p><a href="../refclock.html">Reference Clock Drivers</a></p>
         <hr>
-        <script type="text/javascript" language="javascript" src="../scripts/footer.txt"></script>
+        <script type="text/javascript" language="javascript" src="scripts/footer.txt"></script>
     </body>
 
 </html>
\ No newline at end of file
index 242e50bab162891d7d66f34c5129eb8d66c96de9..6d0b38ab76fae3e4c81ec8b1522827f0ab577795 100644 (file)
@@ -6,7 +6,7 @@
         <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
         <meta name="GENERATOR" content="Mozilla/4.01 [en] (Win95; I) [Netscape]">
         <title>KSI/Odetics TPRO/S IRIG Interface</title>
-        <link href="../scripts/style.css" type="text/css" rel="stylesheet">
+        <link href="scripts/style.css" type="text/css" rel="stylesheet">
     </head>
 
     <body>
@@ -43,7 +43,7 @@
         <h4>Additional Information</h4>
         <p><a href="../refclock.html">Reference Clock Drivers</a></p>
         <hr>
-        <script type="text/javascript" language="javascript" src="../scripts/footer.txt"></script>
+        <script type="text/javascript" language="javascript" src="scripts/footer.txt"></script>
     </body>
 
 </html>
\ No newline at end of file
index 96ecdb0fefb4aa6f43cfb4164b4ff9ec05aba166..95308ba1621ac2b7380112cb1c03341db774f264 100644 (file)
@@ -7,7 +7,7 @@
         <meta name="GENERATOR" content="Mozilla/4.6 [en] (Win95; U) [Netscape]">
         <meta name="Author" content="Ganesh Ramasivan">
         <title>Bancomm bc635VME Time and Frequency Processor</title>
-        <link href="../scripts/style.css" type="text/css" rel="stylesheet">
+        <link href="scripts/style.css" type="text/css" rel="stylesheet">
     </head>
 
     <body>
@@ -25,7 +25,7 @@
         <h4>Additional Information</h4>
         <p><a href="../refclock.html">Reference Clock Drivers</a></p>
         <hr>
-        <script type="text/javascript" language="javascript" src="../scripts/footer.txt"></script>
+        <script type="text/javascript" language="javascript" src="scripts/footer.txt"></script>
     </body>
 
 </html>
\ No newline at end of file
index dcd616aefd71da3eef803c0dba0ee241aa171d2a..b4abfe348db1084a2a4e3f05a8683f3ef49717da 100644 (file)
@@ -6,7 +6,7 @@
         <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
         <meta name="GENERATOR" content="Mozilla/4.01 [en] (Win95; I) [Netscape]">
         <title>NIST Modem Time Service</title>
-        <link href="../scripts/style.css" type="text/css" rel="stylesheet">
+        <link href="scripts/style.css" type="text/css" rel="stylesheet">
     </head>
 
     <body>
@@ -81,7 +81,7 @@ quit</pre>
         <h4>Additional Information</h4>
         <p><a href="../refclock.html">Reference Clock Drivers</a>&nbsp;</p>
         <hr>
-        <script type="text/javascript" language="javascript" src="../scripts/footer.txt"></script>
+        <script type="text/javascript" language="javascript" src="scripts/footer.txt"></script>
     </body>
 
 </html>
\ No newline at end of file
index 20dae15b1a25d282ccf348830cb3fa9e98b7ec31..961ca09b960aa7d1a8da2d54b7cc6aba291e4900 100644 (file)
@@ -6,7 +6,7 @@
         <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
         <meta name="GENERATOR" content="Mozilla/4.01 [en] (Win95; I) [Netscape]">
         <title>Heath WWV/WWVH Receiver</title>
-        <link href="../scripts/style.css" type="text/css" rel="stylesheet">
+        <link href="scripts/style.css" type="text/css" rel="stylesheet">
     </head>
 
     <body>
@@ -53,7 +53,7 @@ dd/mm/yr = day, month, year</pre>
         Additional Information
         <p><a href="../refclock.html">Reference Clock Drivers</a>&nbsp;</p>
         <hr>
-        <script type="text/javascript" language="javascript" src="../scripts/footer.txt"></script>
+        <script type="text/javascript" language="javascript" src="scripts/footer.txt"></script>
     </body>
 
 </html>
\ No newline at end of file
index 453374f89bcc35db0e5034a55b6a8f6a869292b2..20bad64a259bf94f03b3a1cc1c5485b560ffd78a 100644 (file)
@@ -6,7 +6,7 @@
         <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
         <meta name="GENERATOR" content="Mozilla/4.01 [en] (Win95; I) [Netscape]">
         <title>Trak 8820 GPS Receiver</title>
-        <link href="../scripts/style.css" type="text/css" rel="stylesheet">
+        <link href="scripts/style.css" type="text/css" rel="stylesheet">
     </head>
 
     <body>
@@ -61,7 +61,7 @@ q = quality indicator (phase error), 0-6:
             <p><a href="../refclock.html">Reference Clock Drivers</a></p>
         </dl>
         <hr>
-        <script type="text/javascript" language="javascript" src="../scripts/footer.txt"></script>
+        <script type="text/javascript" language="javascript" src="scripts/footer.txt"></script>
     </body>
 
 </html>
\ No newline at end of file
index 64da40b06c722b98b69eaa39fa784687028d77bf..e22e2831499f989428808ba0caa1250ca4e9a2d3 100644 (file)
@@ -6,7 +6,7 @@
         <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
         <meta name="GENERATOR" content="Mozilla/4.76 [en] (X11; U; Linux 2.2.16-22 i586) [Netscape]">
         <title>Generic NMEA GPS Receiver</title>
-        <link href="../scripts/style.css" type="text/css" rel="stylesheet">
+        <link href="scripts/style.css" type="text/css" rel="stylesheet">
     </head>
 
     <body>
@@ -91,7 +91,7 @@ $GPGGA,POS_UTC,LAT,LAT_REF,LONG,LONG_REF,FIX_MODE,SAT_USED,HDOP,ALT,ALT_UNIT,GEO
         <p>Additional Information</p>
         <p><a href="../refclock.html">Reference Clock Drivers</a></p>
         <hr>
-        <script type="text/javascript" language="javascript" src="../scripts/footer.txt"></script>
+        <script type="text/javascript" language="javascript" src="scripts/footer.txt"></script>
     </body>
 
 </html>
\ No newline at end of file
index 2b871c1f64153846c8d7231d33f2bb0679b93ede..26e4e148b6ed76f0636480548dc7be28bc72890a 100644 (file)
@@ -5,7 +5,7 @@
     <head>
         <meta name="generator" content="HTML Tidy, see www.w3.org">
         <title>PPS Clock Discipline</title>
-        <link href="../scripts/style.css" type="text/css" rel="stylesheet">
+        <link href="scripts/style.css" type="text/css" rel="stylesheet">
     </head>
 
     <body>
@@ -50,7 +50,7 @@
             <li>Mogul, J., D. Mills, J. Brittenson, J. Stone and U. Windl. Pulse-per-second API for Unix-like operating systems, version 1. Request for Comments RFC-2783, Internet Engineering Task Force, March 2000, 31 pp.
         </ol>
         <hr>
-        <script type="text/javascript" language="javascript" src="../scripts/footer.txt"></script>
+        <script type="text/javascript" language="javascript" src="scripts/footer.txt"></script>
     </body>
 
 </html>
\ No newline at end of file
index c8b37be4aa0c2b7620d211c54439a41e42487639..0d53d4c07a0564505a9e3b8374d16c0eb4bac733 100644 (file)
@@ -6,7 +6,7 @@
         <meta name="GENERATOR" content="Adobe PageMill 3.0 per Windows">
         <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
         <title>PTB Modem Time Service</title>
-        <link href="../scripts/style.css" type="text/css" rel="stylesheet">
+        <link href="scripts/style.css" type="text/css" rel="stylesheet">
     </head>
 
     <body>
@@ -98,7 +98,7 @@
         <h4>Additional Information</h4>
         <p><a href="../refclock.html">Reference Clock Drivers</a></p>
         <hr>
-        <script type="text/javascript" language="javascript" src="../scripts/footer.txt"></script>
+        <script type="text/javascript" language="javascript" src="scripts/footer.txt"></script>
     </body>
 
 </html>
\ No newline at end of file
index 8bdf837cd1cdd6601135672183b9b6682325c075..7a0d13bb5dbca46c3e27922bb3dc1df433db3b8c 100644 (file)
@@ -6,7 +6,7 @@
         <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
         <meta name="GENERATOR" content="Mozilla/4.01 [en] (Win95; I) [Netscape]">
         <title>USNO Modem Time Service</title>
-        <link href="../scripts/style.css" type="text/css" rel="stylesheet">
+        <link href="scripts/style.css" type="text/css" rel="stylesheet">
     </head>
 
     <body>
@@ -40,7 +40,7 @@
             <dd>Enable <tt>clockstats</tt> recording if set.
         </dl>
         <hr>
-        <script type="text/javascript" language="javascript" src="../scripts/footer.txt"></script>
+        <script type="text/javascript" language="javascript" src="scripts/footer.txt"></script>
     </body>
 
 </html>
\ No newline at end of file
index 2facea10ae03e45262ad6b135e957eec546cfdd4..a7d0e1d75bff59f32b6645f44d02262de33564ea 100644 (file)
@@ -6,7 +6,7 @@
         <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
         <meta name="GENERATOR" content="Mozilla/4.01 [en] (Win95; I) [Netscape]">
         <title>Hewlett Packard 58503A GPS Receiver</title>
-        <link href="../scripts/style.css" type="text/css" rel="stylesheet">
+        <link href="scripts/style.css" type="text/css" rel="stylesheet">
     </head>
 
     <body>
@@ -44,7 +44,7 @@
             <dd>Not used by this driver.
         </dl>
         <hr>
-        <script type="text/javascript" language="javascript" src="../scripts/footer.txt"></script>
+        <script type="text/javascript" language="javascript" src="scripts/footer.txt"></script>
     </body>
 
 </html>
\ No newline at end of file
index ab406a65b9ab0aa5cece6ea41a18914d9fd3914d..f7b9f43973a1bdb6914fd5f8f00b38cc4d8b371e 100644 (file)
@@ -6,7 +6,7 @@
         <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
         <meta name="GENERATOR" content="Mozilla/4.01 [en] (Win95; I) [Netscape]">
         <title>Arcron MSF Receiver</title>
-        <link href="../scripts/style.css" type="text/css" rel="stylesheet">
+        <link href="scripts/style.css" type="text/css" rel="stylesheet">
     </head>
 
     <body>
@@ -242,7 +242,7 @@ May 10 12:41:34 oolong ntpd[615]: ARCRON: sync finished, signal quality 3: OK, w
         <p><a href="../refclock.html">Reference Clock Drivers</a><br>
             <a href="http://www2.exnet.com/NTP/ARC/ARC.html">ARC Rugby MSF Receiver</a></p>
         <hr>
-        <script type="text/javascript" language="javascript" src="../scripts/footer.txt"></script>
+        <script type="text/javascript" language="javascript" src="scripts/footer.txt"></script>
     </body>
 
 </html>
index 5013ae3ffc4f56751fb0c645e8962a5bc7f26186..244de1a33d4e7b216d4164d97aaba6c0c1c4fa65 100644 (file)
@@ -6,7 +6,7 @@
         <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
         <meta name="GENERATOR" content="Mozilla/4.01 [en] (Win95; I) [Netscape]">
         <title>Shared memoy Driver</title>
-        <link href="../scripts/style.css" type="text/css" rel="stylesheet">
+        <link href="scripts/style.css" type="text/css" rel="stylesheet">
     </head>
 
     <body>
@@ -70,7 +70,7 @@
             <p><a href="../refclock.html">Reference Clock Drivers</a></p>
         </dl>
         <hr>
-        <script type="text/javascript" language="javascript" src="../scripts/footer.txt"></script>
+        <script type="text/javascript" language="javascript" src="scripts/footer.txt"></script>
     </body>
 
 </html>
\ No newline at end of file
index 65600bf13a0bb7ad0733c82ed496c45aeb9408d3..e595019521be2997a1c9dd6db7b91d5c047b0215 100644 (file)
@@ -5,7 +5,7 @@
     <head>
         <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
         <title>Trimble Palisade Receiver</title>
-        <link href="../scripts/style.css" type="text/css" rel="stylesheet">
+        <link href="scripts/style.css" type="text/css" rel="stylesheet">
     </head>
 
     <body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
             <a href="http://www.trimble.com/">Trimble Navigation Ltd.</a></p>
         <p>(last updated July 29, 1999)</p>
         <hr>
-        <script type="text/javascript" language="javascript" src="../scripts/footer.txt"></script>
+        <script type="text/javascript" language="javascript" src="scripts/footer.txt"></script>
         ;
     </body>
 
index 7dcc09249350015de825314427964ef5e94dacd4..a574e42fc35a1d0d3ba44a0a7e82bed900f0385e 100644 (file)
@@ -6,7 +6,7 @@
         <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
         <meta name="GENERATOR" content="Mozilla/4.01 [en] (Win95; I) [Netscape]">
         <title>PSTI/Traconex 1020 WWV/WWVH Receiver</title>
-        <link href="../scripts/style.css" type="text/css" rel="stylesheet">
+        <link href="scripts/style.css" type="text/css" rel="stylesheet">
     </head>
 
     <body>
@@ -70,7 +70,7 @@ xx = 94 (unknown)</pre>
         <h4>Additional Information</h4>
         <p><a href="../refclock.html">Reference Clock Drivers</a></p>
         <hr>
-        <script type="text/javascript" language="javascript" src="../scripts/footer.txt"></script>
+        <script type="text/javascript" language="javascript" src="scripts/footer.txt"></script>
     </body>
 
 </html>
\ No newline at end of file
index 0be191a32cd7109f96cb9238250e1e755912f802..b534a33ffd2e100c3e9c639636b0c4fa12b000d6 100644 (file)
@@ -6,7 +6,7 @@
         <meta http-equiv="Content-Type" content="text/html; charset=iso-8859- 1">
         <meta name="GENERATOR" content="Mozilla/4.06 [en] (X11; I; FreeBSD 3.0-CURRENT i386) [Netscape]">
         <title>Motorola Oncore GPS Receiver</title>
-        <link href="../scripts/style.css" type="text/css" rel="stylesheet">
+        <link href="scripts/style.css" type="text/css" rel="stylesheet">
     </head>
 
     <body>
@@ -78,7 +78,7 @@
         <p><b>Performance</b></p>
         <p>Really good. With the VP/UT+, the generated PPS pulse is referenced to UTC(GPS)&nbsp;with better than 50 nsec (1 sigma) accuracy. The limiting factor will be the timebase of the computer and the precision with which you can timestamp the rising flank of the PPS signal. Using FreeBSD, a FPGA&nbsp;based Timecounter/PPS&nbsp;interface, and an ovenized quartz oscillator, that performance has been reproduced. For more details on this aspect: <a href="http://phk.freebsd.dk/rover.html">Sub-Microsecond timekeeping under FreeBSD</a>.</p>
         <hr>
-        <script type="text/javascript" language="javascript" src="../scripts/footer.txt"></script>
+        <script type="text/javascript" language="javascript" src="scripts/footer.txt"></script>
     </body>
 
 </html>
index 18beaaa82e4df136e559feea7655e0a3dfb4faca..e718958db68742b9f687ebd8d9af35cd1937e6a2 100644 (file)
@@ -5,7 +5,7 @@
     <head>
         <meta http-equiv="Content-Type" content="text/html; charset=iso8859-1">
         <title>Chrono-log K-series WWVB receiver</title>
-        <link href="../scripts/style.css" type="text/css" rel="stylesheet">
+        <link href="scripts/style.css" type="text/css" rel="stylesheet">
     </head>
 
     <body>
@@ -32,7 +32,7 @@ hh:mm:ss - local time
 </pre>
         <!-- hhmts start -->Last modified: Sun Feb 14 11:57:27 EST 1999 <!-- hhmts end -->
         <hr>
-        <script type="text/javascript" language="javascript" src="../scripts/footer.txt"></script>
+        <script type="text/javascript" language="javascript" src="scripts/footer.txt"></script>
     </body>
 
 </html>
\ No newline at end of file
index ea7734525186a91e1fbf2729ffd970c66bafe3a0..f18ec2b2b48fe872cb1966938f93aaa5be7cba11 100644 (file)
@@ -5,7 +5,7 @@
     <head>
         <meta http-equiv="Content-Type" content="text/html; charset=iso8859-1">
         <title>Dumb Clock</title>
-        <link href="../scripts/style.css" type="text/css" rel="stylesheet">
+        <link href="scripts/style.css" type="text/css" rel="stylesheet">
     </head>
 
     <body>
@@ -29,7 +29,7 @@ L - \n (newline)
         <hr>
         <!-- hhmts start -->Last modified: Sun Feb 14 12:07:01 EST 1999 <!-- hhmts end -->
         <hr>
-        <script type="text/javascript" language="javascript" src="../scripts/footer.txt"></script>
+        <script type="text/javascript" language="javascript" src="scripts/footer.txt"></script>
     </body>
 
 </html>
\ No newline at end of file
index dc37f3b3a9e82c435423a6a5c0d71a6465520170..77ad385bd2037289f63596edf20deeba2e55be25 100644 (file)
@@ -1,29 +1,61 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML><HEAD><TITLE>Ultralink Clock</TITLE>
+<META http-equiv=Content-Type content="text/html; charset=iso8859-1"><LINK 
+        <link href="scripts/style.css" type="text/css" rel="stylesheet">
+</HEAD>
+<BODY>
+<H3>Ultralink Clock</H3>
+<HR>
 
-<html>
-
-    <head>
-        <meta http-equiv="Content-Type" content="text/html; charset=iso8859-1">
-        <title>Ultralink Clock</title>
-        <link href="../scripts/style.css" type="text/css" rel="stylesheet">
-    </head>
-
-    <body>
-        <h3>Ultralink Clock</h3>
-        <hr>
-        <h4>Synopsis</h4>
-        Address: 127.127.34.<i>u</i><br>
-        Reference ID: <tt>WWVB</tt><br>
-        Driver ID: <tt>ULINK</tt><br>
-        Serial Port: <tt>/dev/wwvb<i>u</i></tt>; 9600 bps, 8-bits, no parity<br>
-        <br>
-        Features: <tt>(none)</tt>
-        <h4>Description</h4>
-        <p>This driver supports the Ultralink Model 320 RS-232 powered WWVB receiver. PDF specs available on <a href="http://www.ulio.com">www.ulio.com</a>. This driver also supports the Model 330,331,332 decoders in both polled or continous time code mode. Leap second and quality are supported.</p>
-        <p>Most of this code is originally from refclock_wwvb.c with thanks. Any mistakes are mine. Any improvements are welcome.</p>
-        <hr>
-        <pre>
-  The Model 320 timecode format is:
+<H4>Synopsis</H4>Address: 127.127.34.<I>u</I><BR>Reference ID: 
+<TT>WWVB</TT><BR>Driver ID: <TT>ULINK</TT><BR>Serial Port: 
+<TT>/dev/wwvb<I>u</I></TT>; 9600 bps, 8-bits, no parity<BR><BR>Features: 
+<TT>(none)</TT> 
+<H4>Description</H4>
+<P>This driver supports the Ultralink Model 325 (replacement for Model 320) RS-232 powered WWVB receiver. 
+PDF specs available on <A href="http://www.ulio.com/">http://www.ulio.com/</A>. 
+This driver also supports the Model 320, 330,331,332 decoders in both polled or 
+continous time code mode.<br>
+Leap second and quality are supported.</P>
+<P>Most of this code is originally from refclock_wwvb.c with thanks. Any 
+mistakes are mine. Any improvements are welcome.</P>
+<HR>
+<PRE>  The Model 325 timecode format is:
+   &lt;cr&gt;&lt;lf&gt;RQ_1C00LYYYY+DDDUTCS_HH:MM:SSL+5
+  where:
+  R = Signal readability indicator, ranging from R1 to R5  
+  Q    R1 is unreadable, R5 is best reception
+  _ = Space
+  1 = prev. received data bit, values: 0, 1 ,M or ? unknown
+  C = Signal reception from (C)olorado or (H)awaii
+  0 = Hours since last WWVB time and flag code update, values
+  0    00 to 99 (hopefully always 00)
+  L = HEX A5 if receiver is locked to WWVB, Space if not
+  YYYY = Year from 2000 to 2099
+  + = '+' if current year is a leap year, else ' '
+  DDD = current day in the year from 1 to 365/366
+  UTC = timezone (always UTC)
+  S = Daylight savings indicator, (S)TD, (D)ST, (O) transition
+      into DST, (I) transition out of DST
+  _ = Space
+  HH = UTC hour 0 to 23
+  : = Time delimiter, ':' if synced, Space if not
+  MM = Minutes of current hour from 0 to 59
+  : = Time delimiter, ':' if synced, Space if not
+  SS = Seconds of current minute from 0 to 59
+  mm = 10's milliseconds of the current second from 00 to 99
+  L  = Leap second pending at end of month, (I)nsert, (D)elete
+       or Space
+  +5 = UT1 correction, +/- .1 sec increments
+ </PRE>
+<P>Note that Model 325 reports a very similar output like Model 33X series. The
+driver for this clock is similar to Model 33X behavior. On a unmodified new
+ULM325 clock, the polling flag (flag1 =1) needs to be set.</P>
+<HR>
+<PRE>  The Model 320 timecode format is:
  
    &lt;cr&gt;&lt;lf&gt;SQRYYYYDDD+HH:MM:SS.mmLT&lt;cr&gt;
  
   mm = 10's milliseconds of the current second from 00 to 99
   L  = Leap second pending at end of month -- 'I' = inset, 'D'=delete
   T  = DST &lt;-&gt; STD transition indicators
- </pre>
-        <p>Note that this driver does not do anything with the T flag.</p>
-        <p>The M320 also has a 'U' command which returns UT1 correction information. It is not used in this driver.</p>
-        <hr>
-        <pre>
-  The Model 33x timecode format is:
+ </PRE>
+<P>Note that this driver does not do anything with the T flag.</P>
+<P>The M320 also has a 'U' command which returns UT1 correction information. It 
+is not used in this driver.</P>
+<HR>
+<PRE>  The Model 33x timecode format is:
 
     S9+D 00 YYYY+DDDUTCS HH:MM:SSl+5
 
   SS  =  seconds
   L  =   leap second flag
   +5 =   UT1 correction (sign + digit ))
- </pre>
-        <p>This driver ignores UT1 correction,DST indicator,Leap year and signal level.</p>
-        <hr>
-        <h4>Fudge factors</h4>
-        <p>flag1 polling enable (1=poll 0=no poll)</p>
-        <hr>
-        <address><a href="mailto:dstrout@linuxfoundary.com">mail</a></address>
-        <!-- hhmts start -->Last modified: Tue Sep 14 05:53:08 EDT 1999 <!-- hhmts end -->
-        <hr>
-        <script type="text/javascript" language="javascript" src="../scripts/footer.txt"></script>
-    </body>
+ </PRE>
+<P>This driver ignores UT1 correction,DST indicator,Leap year and signal 
+level.</P>
+<HR>
+
+<H4>Fudge factors</H4>
+<P>flag1 polling enable (1=poll 0=no poll)</P>
+<HR>
+
+<ADDRESS><a href="mailto:frank.migge@oracle.com">mail</a></ADDRESS>
+        <!-- hhmts start -->Last modified: Mon Mar 8 10:12:08 PST 2004<!-- hhmts end -->
+<HR>
 
-</html>
\ No newline at end of file
+<SCRIPT language=javascript src="Ultralink Clock_files/footer.txt" 
+type=text/javascript></SCRIPT>
+</BODY></HTML>
index 20ed717b19225e32cc1a557ce94770170b238804..8e41778197b59d027d2de4cdc9479aaea5660d79 100644 (file)
@@ -4,7 +4,7 @@
 
     <head>
         <title>Conrad parallel port radio clock</title>
-        <link href="../scripts/style.css" type="text/css" rel="stylesheet">
+        <link href="scripts/style.css" type="text/css" rel="stylesheet">
     </head>
 
     <body>
@@ -41,7 +41,7 @@
             <dd>Not used by this driver.
         </dl>
         <hr>
-        <script type="text/javascript" language="javascript" src="../scripts/footer.txt"></script>
+        <script type="text/javascript" language="javascript" src="scripts/footer.txt"></script>
     </body>
 
 </html>
\ No newline at end of file
index 0b4992ea1c5fb340df93d44cea5b96f2b2febe23..898f479eb91b4a5ffe61deded6d1ec3f82d8ddd8 100644 (file)
@@ -5,13 +5,13 @@
     <head>
         <meta name="generator" content="HTML Tidy, see www.w3.org">
         <title>Radio WWV/H Audio Demodulator/Decoder</title>
-        <link href="../scripts/style.css" type="text/css" rel="stylesheet">
+        <link href="scripts/style.css" type="text/css" rel="stylesheet">
     </head>
 
     <body>
         <h3>Radio WWV/H Audio Demodulator/Decoder</h3>
         <h4>Related Links</h4>
-        <script type="text/javascript" language="javascript" src="../scripts/links8.txt"></script>
+        <script type="text/javascript" language="javascript" src="scripts/links8.txt"></script>
         <hr>
         <h4>Synopsis</h4>
         Address: 127.127.36.<i>u</i><br>
             <dd>Enable verbose <tt>clockstats</tt> recording if set.
         </dl>
         <hr>
-        <script type="text/javascript" language="javascript" src="../scripts/footer.txt"></script>
+        <script type="text/javascript" language="javascript" src="scripts/footer.txt"></script>
     </body>
 
 </html>
index 26acbc36ecbc0213281a27892479de1fbb2ada05..3d651c4a563ea2063e7d01bf59e4ea71a8e93c18 100644 (file)
@@ -4,7 +4,7 @@
 
     <head>
         <title>Forum Graphic GPS Dating station</title>
-        <link href="../scripts/style.css" type="text/css" rel="stylesheet">
+        <link href="scripts/style.css" type="text/css" rel="stylesheet">
     </head>
 
     <body>
@@ -44,7 +44,7 @@
         <hr>
         <address>Dmitry Smirnov (das@amt.ru)</address>
         <hr>
-        <script type="text/javascript" language="javascript" src="../scripts/footer.txt"></script>
+        <script type="text/javascript" language="javascript" src="scripts/footer.txt"></script>
     </body>
 
 </html>
\ No newline at end of file
index e32bd71520ec002fc3b473f4a5d46bb412407fc8..4b320234571cd4d3de87e38d39cee3c9b78009ca 100644 (file)
@@ -5,7 +5,7 @@
     <head>
         <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
         <title>hopf clock drivers by ATLSoft</title>
-        <link href="../scripts/style.css" type="text/css" rel="stylesheet">
+        <link href="scripts/style.css" type="text/css" rel="stylesheet">
     </head>
 
     <body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
@@ -132,7 +132,7 @@ mso-ansi-language:EN-GB;mso-fareast-language:DE;mso-bidi-language:AR-SA" lang="E
         <p>(last updated 02/28/2001)<br>
             &nbsp;</p>
         <hr>
-        <script type="text/javascript" language="javascript" src="../scripts/footer.txt"></script>
+        <script type="text/javascript" language="javascript" src="scripts/footer.txt"></script>
     </body>
 
 </html>
\ No newline at end of file
index 10a3d14f9db1c71b2f11ff92dabecd8983531392..267b2331c7e4e70052c546e1ac52c02b53389559 100644 (file)
@@ -5,7 +5,7 @@
     <head>
         <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
         <title>hopf clock drivers by ATLSoft</title>
-        <link href="../scripts/style.css" type="text/css" rel="stylesheet">
+        <link href="scripts/style.css" type="text/css" rel="stylesheet">
     </head>
 
     <body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
         <p>(last updated 03/02/2001)<br>
             &nbsp;</p>
         <hr>
-        <script type="text/javascript" language="javascript" src="../scripts/footer.txt"></script>
+        <script type="text/javascript" language="javascript" src="scripts/footer.txt"></script>
     </body>
 
 </html>
\ No newline at end of file
index 2f78eb50cff049045f5fa56923f2952197c7ae85..7e696acab38fa1738eb5e3114f73a3925f5efeb5 100644 (file)
@@ -4,7 +4,7 @@
 
     <head>
         <title>Spectracom 8170 and Netclock/2 WWVB Receivers</title>
-        <link href="../scripts/style.css" type="text/css" rel="stylesheet">
+        <link href="scripts/style.css" type="text/css" rel="stylesheet">
     </head>
 
     <body>
@@ -59,7 +59,7 @@
             <dd>Enable verbose <tt>clockstats</tt> recording if set.
         </dl>
         <hr>
-        <script type="text/javascript" language="javascript" src="../scripts/footer.txt"></script>
+        <script type="text/javascript" language="javascript" src="scripts/footer.txt"></script>
     </body>
 
 </html>
\ No newline at end of file
index 0c68081b3398d87df5effcad277d99d6825bf7d3..90a5fc8d8070688de4029c34293ab8cd0ec292f5 100644 (file)
@@ -5,7 +5,7 @@
     <head>
         <meta name="generator" content="HTML Tidy, see www.w3.org">
         <title>JJY Receivers</title>
-        <link href="../scripts/style.css" type="text/css" rel="stylesheet">
+        <link href="scripts/style.css" type="text/css" rel="stylesheet">
     </head>
 
     <body>
@@ -93,7 +93,7 @@
             <dd>Enable verbose <tt>clockstats</tt> recording if set.
         </dl>
         <hr>
-        <script type="text/javascript" language="javascript" src="../scripts/footer.txt"></script>
+        <script type="text/javascript" language="javascript" src="scripts/footer.txt"></script>
     </body>
 
 </html>
\ No newline at end of file
index c509db0f2570e91d5399352afd609c73f48c49d2..fc1b8e4aea131155379eac956ca0e9bdec0b9f5c 100644 (file)
@@ -4,7 +4,7 @@
 
     <head>
         <title>Zyfer GPStarplus Receiver</title>
-        <link href="../scripts/style.css" type="text/css" rel="stylesheet">
+        <link href="scripts/style.css" type="text/css" rel="stylesheet">
     </head>
 
     <body>
@@ -23,7 +23,7 @@
         <h4>Additional Information</h4>
         <p><a href="../refclock.html">Reference Clock Drivers</a></p>
         <hr>
-        <script type="text/javascript" language="javascript" src="../scripts/footer.txt"></script>
+        <script type="text/javascript" language="javascript" src="scripts/footer.txt"></script>
     </body>
 
 </html>
\ No newline at end of file
index 914693aa88d9fe440a5959011f300bd4c99dc2be..1dfb18002c42a6d1a9b58ab87087a0361d41ce4f 100644 (file)
@@ -4,7 +4,7 @@
 
     <head>
         <title>RIPE NCC interface for Trimble Palisade</title>
-        <link href="../scripts/style.css" type="text/css" rel="stylesheet">
+        <link href="scripts/style.css" type="text/css" rel="stylesheet">
     </head>
 
     <body>
@@ -58,7 +58,7 @@ S1 [prn] [channel] [aqflag] [ephstat] [snr] [azinuth] [elevation]
         <h4>Additional Information</h4>
         <p><a href="../refclock.html">Reference Clock Drivers</a></p>
         <hr>
-        <script type="text/javascript" language="javascript" src="../scripts/footer.txt"></script>
+        <script type="text/javascript" language="javascript" src="scripts/footer.txt"></script>
     </body>
 
 </html>
\ No newline at end of file
index e5cbf686bdc69e8c46d428d390c014268e91238d..4caad796ef4ed6f36262d0cb691d79f42e3ad82f 100755 (executable)
@@ -4,7 +4,7 @@
 
     <head>
         <title>NeoClock4X</title>
-        <link href="../scripts/style.css" type="text/css" rel="stylesheet">
+        <link href="scripts/style.css" type="text/css" rel="stylesheet">
         <meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
     </head>
 
@@ -86,7 +86,7 @@
         <hr size="2" width="100%">
         Please send any comments or question to <a href="mailto:neoclock4@linum.com">neoclock4x@linum.com</a>.
         <hr>
-        <script type="text/javascript" language="javascript" src="../scripts/footer.txt"></script>
+        <script type="text/javascript" language="javascript" src="scripts/footer.txt"></script>
     </body>
 
 </html>
\ No newline at end of file
index 405c3ab8dabbe877978e922a85939fa7ec26d03b..939849ae68b6d6c23f46e8f1e6e27bb6e7cae74f 100644 (file)
@@ -5,7 +5,7 @@
     <head>
         <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
         <title>TrueTime GPS/GOES/OMEGA Receivers</title>
-        <link href="../scripts/style.css" type="text/css" rel="stylesheet">
+        <link href="scripts/style.css" type="text/css" rel="stylesheet">
     </head>
 
     <body>
@@ -66,7 +66,7 @@
         <h4>Additional Information</h4>
         <p><a href="../refclock.html">Reference Clock Drivers</a> <a href="../index.html"></a></p>
         <hr>
-        <script type="text/javascript" language="javascript" src="../scripts/footer.txt"></script>
+        <script type="text/javascript" language="javascript" src="scripts/footer.txt"></script>
     </body>
 
 </html>
\ No newline at end of file
index 8e7cc1e2e3c29c78b71b7962a7ccd2600dc29d44..12d3b589cc7ff4f4deb10c4a98ec0a48c34e54c6 100644 (file)
@@ -5,13 +5,13 @@
     <head>
         <meta name="generator" content="HTML Tidy, see www.w3.org">
         <title>IRIG Audio Decoder</title>
-        <link href="../scripts/style.css" type="text/css" rel="stylesheet">
+        <link href="scripts/style.css" type="text/css" rel="stylesheet">
     </head>
 
     <body>
         <h3>IRIG Audio Decoder</h3>
         <h4>Related Links</h4>
-        <script type="text/javascript" language="javascript" src="../scripts/links8.txt"></script>
+        <script type="text/javascript" language="javascript" src="scripts/links8.txt"></script>
         <hr>
         <h4>Synopsis</h4>
         Address: 127.127.6.<i>u</i><br>
@@ -83,7 +83,7 @@
             <dd>Enable verbose <tt>clockstats</tt> recording if set.
         </dl>
         <hr>
-        <script type="text/javascript" language="javascript" src="../scripts/footer.txt"></script>
+        <script type="text/javascript" language="javascript" src="scripts/footer.txt"></script>
     </body>
 
 </html>
\ No newline at end of file
index 7c47b11b706170993b83fb8ce4dc6f4948ffc4d0..d4e96c22a06e30fd7f24ca09722bc4ba705e4d5c 100644 (file)
@@ -5,13 +5,13 @@
     <head>
         <meta name="generator" content="HTML Tidy, see www.w3.org">
         <title>Radio CHU Audio Demodulator/Decoder</title>
-        <link href="../scripts/style.css" type="text/css" rel="stylesheet">
+        <link href="scripts/style.css" type="text/css" rel="stylesheet">
     </head>
 
     <body>
         <h3>Radio CHU Audio Demodulator/Decoder</h3>
         <h4>Related Links</h4>
-        <script type="text/javascript" language="javascript" src="../scripts/links8.txt"></script>
+        <script type="text/javascript" language="javascript" src="scripts/links8.txt"></script>
         <hr>
         <h4>Synopsis</h4>
         Address: 127.127.7.<i>u</i><br>
             <dd>Enable verbose <tt>clockstats</tt> recording if set.
         </dl>
         <hr>
-        <script type="text/javascript" language="javascript" src="../scripts/footer.txt"></script>
+        <script type="text/javascript" language="javascript" src="scripts/footer.txt"></script>
     </body>
 
 </html>
\ No newline at end of file
index ebc5e25be1dfa859abe9f4e5744355e583860d65..16de33a59e6721b08ed22c3b17b64c4d19484090 100644 (file)
@@ -4,7 +4,7 @@
 
     <head>
         <title>Generic Reference Driver</title>
-        <link href="../scripts/style.css" type="text/css" rel="stylesheet">
+        <link href="scripts/style.css" type="text/css" rel="stylesheet">
     </head>
 
     <body>
         <p>Additional Information</p>
         <p><a href="../refclock.html">Reference Clock Drivers</a></p>
         <hr>
-        <script type="text/javascript" language="javascript" src="../scripts/footer.txt"></script>
+        <script type="text/javascript" language="javascript" src="scripts/footer.txt"></script>
     </body>
 
 </html>
index 8a551de95a225f924e1ff168cc9b33ee60bb010a..112f2d7a3f60aef3a3d9b2f963af649d7c7885ec 100644 (file)
@@ -6,7 +6,7 @@
         <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
         <meta name="GENERATOR" content="Mozilla/4.01 [en] (Win95; I) [Netscape]">
         <title>Magnavox MX4200 GPS Receiver</title>
-        <link href="../scripts/style.css" type="text/css" rel="stylesheet">
+        <link href="scripts/style.css" type="text/css" rel="stylesheet">
     </head>
 
     <body>
@@ -52,7 +52,7 @@
         <h4>Additional Information</h4>
         <p><a href="../refclock.html">Reference Clock Drivers</a>&nbsp;</p>
         <hr>
-        <script type="text/javascript" language="javascript" src="../scripts/footer.txt"></script>
+        <script type="text/javascript" language="javascript" src="scripts/footer.txt"></script>
     </body>
 
 </html>
\ No newline at end of file
index 91402ebc27ea9d7ec08df5ddb02cefd22d43f7a3..119ade225af17ab7c14861e9e42192d31f5eda29 100644 (file)
@@ -4,7 +4,7 @@
 
     <head>
         <title>ONCORE - SHMEM</title>
-        <link href="../scripts/style.css" type="text/css" rel="stylesheet">
+        <link href="scripts/style.css" type="text/css" rel="stylesheet">
     </head>
 
     <body>
         <hr>
         <address>Reg.Clemens (reg@dwf.com), Poul-Henning Kamp (phk@FreeBSD.org)</address>
         <hr>
-        <script type="text/javascript" language="javascript" src="../scripts/footer.txt"></script>
+        <script type="text/javascript" language="javascript" src="scripts/footer.txt"></script>
     </body>
 
 </html>