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>
13290001Sglebius<p>Last update:
14290001Sglebius  <!-- #BeginDate format:En2m -->21-Oct-2010  23:44<!-- #EndDate -->
15290001Sglebius  UTC</p>
16182007Sroberto		<hr>
17182007Sroberto		<h4>Synopsis</h4>
18182007Sroberto		<p>Address: 127.127.32.<i>u</i><br>
19182007Sroberto			Reference ID: <tt>CHRONOLOG</tt><br>
20182007Sroberto			Driver ID: <tt>CHRONOLOG</tt><br>
21182007Sroberto			Serial Port: <tt>/dev/chronolog<i>u</i></tt>; 2400 bps, 8-bits, no parity<br>
22182007Sroberto			<br>
23182007Sroberto			Features: <tt>(none)</tt></p>
24182007Sroberto		<h4>Description</h4>
25182007Sroberto		<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>
26182007Sroberto		<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>
27182007Sroberto		<pre>
28132451SrobertoTimecode format: Y yy/mm/ddCLZhh:mm:ssCL
29132451SrobertoY - year/month/date line indicator
30132451Srobertoyy/mm/dd -- two-digit year/month/day
31132451SrobertoC - \r (carriage return)
32132451SrobertoL - \n (newline)
33132451SrobertoZ - timestamp indicator
34132451Srobertohh:mm:ss - local time
35132451Sroberto</pre>
36182007Sroberto		<hr>
37182007Sroberto		<script type="text/javascript" language="javascript" src="scripts/footer.txt"></script>
38182007Sroberto	</body>
39132451Sroberto
40290001Sglebius</html>
41