source: trunk/third/xntp/html/driver32.htm @ 16192

Revision 16192, 1.3 KB checked in by ghudson, 24 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r16191, which included commits to RCS files with non-trunk default branches.
Line 
1<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2<html> <head>
3<meta http-equiv="Content-Type" content="text/html; charset=iso8859-1">
4<title>Chrono-log K-series WWVB receiver</title>
5</head>
6
7<body>
8<h3>Chrono-log K-series WWVB receiver</h3>
9
10<hr>
11<h4>Synopsis</h4>
12Address: 127.127.32.<i>u</i><br>
13Reference ID: <TT>CHRONOLOG</TT><br>
14Driver ID: <tt>CHRONOLOG</tt><br>
15Serial Port: <tt>/dev/chronolog<i>u</i></tt>; 2400 bps, 8-bits,
16no parity<br>
17<br>Features: <tt>(none)</tt>
18<h4>Description</h4>
19This driver supports the Chrono-log K-series WWVB receiver.  This is a
20very old receiver without provisions for leap seconds, quality codes,
21etc.  It assumes output in the local time zone, and that the C library
22mktime()/localtime() routines will correctly convert back and forth
23between local and UTC.  There is a hack in the driver for permitting
24UTC, but it has not been tested.
25
26<P>Most of this code is originally from refclock_wwvb.c with thanks. It
27has been so mangled that wwvb is not a recognizable ancestor.
28<pre>
29Timecode format: Y yy/mm/ddCLZhh:mm:ssCL
30Y - year/month/date line indicator
31yy/mm/dd -- two-digit year/month/day
32C - \r (carriage return)
33L - \n (newline)
34Z - timestamp indicator
35hh:mm:ss - local time
36</pre>
37<hr>
38<address></address>
39<!-- hhmts start -->
40Last modified: Sun Feb 14 11:57:27 EST 1999
41<!-- hhmts end -->
42</body> </html>
Note: See TracBrowser for help on using the repository browser.