<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>
<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>
<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>
<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>
sed -e 's%main.*()%vxmain()%' configure > 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 "ntpd_LDADD = $(LDADD) -lm" by removing the "-lm".<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 "ntpd_LDADD = $(LDADD) -lm" by removing the "-lm".<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>
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
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
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
Additional Information
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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>
<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>
<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
<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>
<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>
<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
<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>
<p><b>Performance</b></p>
<p>Really good. With the VP/UT+, the generated PPS pulse is referenced to UTC(GPS) 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 based Timecounter/PPS 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>
<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>
</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
<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>
<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
-<!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:
+
+ <cr><lf>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:
<cr><lf>SQRYYYYDDD+HH:MM:SS.mmLT<cr>
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 <-> 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>
<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>
<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
<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>
<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>
<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
<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 02/28/2001)<br>
</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
<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>
</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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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
<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>
<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>
<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
<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>