1132451Sroberto<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2132451Sroberto
3132451Sroberto<html>
4132451Sroberto
5182007Sroberto	<head>
6182007Sroberto		<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
7182007Sroberto		<title>Chrono-log K-series WWVB receiver</title>
8182007Sroberto		<link href="scripts/style.css" type="text/css" rel="stylesheet">
9182007Sroberto	</head>
10132451Sroberto
11182007Sroberto	<body>
12182007Sroberto		<h3>Chrono-log K-series WWVB receiver</h3>
13182007Sroberto		<hr>
14182007Sroberto		<h4>Synopsis</h4>
15182007Sroberto		<p>Address: 127.127.32.<i>u</i><br>
16182007Sroberto			Reference ID: <tt>CHRONOLOG</tt><br>
17182007Sroberto			Driver ID: <tt>CHRONOLOG</tt><br>
18182007Sroberto			Serial Port: <tt>/dev/chronolog<i>u</i></tt>; 2400 bps, 8-bits, no parity<br>
19182007Sroberto			<br>
20182007Sroberto			Features: <tt>(none)</tt></p>
21182007Sroberto		<h4>Description</h4>
22182007Sroberto		<p>This driver supports the Chrono-log K-series WWVB receiver. This is a very old receiver without provisions for leap seconds, quality codes, etc. It assumes output in the local time zone, and that the C library mktime()/localtime() routines will correctly convert back and forth between local and UTC. There is a hack in the driver for permitting UTC, but it has not been tested.</p>
23182007Sroberto		<p>Most of this code is originally from refclock_wwvb.c with thanks. It has been so mangled that wwvb is not a recognizable ancestor.</p>
24182007Sroberto		<pre>
25132451SrobertoTimecode format: Y yy/mm/ddCLZhh:mm:ssCL
26132451SrobertoY - year/month/date line indicator
27132451Srobertoyy/mm/dd -- two-digit year/month/day
28132451SrobertoC - \r (carriage return)
29132451SrobertoL - \n (newline)
30132451SrobertoZ - timestamp indicator
31132451Srobertohh:mm:ss - local time
32132451Sroberto</pre>
33182007Sroberto		<!-- hhmts start -->Last modified: Sun Feb 14 11:57:27 EST 1999 <!-- hhmts end -->
34182007Sroberto		<hr>
35182007Sroberto		<script type="text/javascript" language="javascript" src="scripts/footer.txt"></script>
36182007Sroberto	</body>
37132451Sroberto
38132451Sroberto</html>