driver33.html revision 132451
1132451Sroberto<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2132451Sroberto
3132451Sroberto<html>
4132451Sroberto
5132451Sroberto    <head>
6132451Sroberto        <meta http-equiv="Content-Type" content="text/html; charset=iso8859-1">
7132451Sroberto        <title>Dumb Clock</title>
8132451Sroberto        <link href="../scripts/style.css" type="text/css" rel="stylesheet">
9132451Sroberto    </head>
10132451Sroberto
11132451Sroberto    <body>
12132451Sroberto        <h3>Dumb Clock</h3>
13132451Sroberto        <hr>
14132451Sroberto        <h4>Synopsis</h4>
15132451Sroberto        <p>Address: 127.127.33.<i>u</i><br>
16132451Sroberto            Reference ID: <tt>DUMBCLOCK</tt><br>
17132451Sroberto            Driver ID: <tt>DUMBCLOCK</tt><br>
18132451Sroberto            Serial Port: <tt>/dev/dumbclock<i>u</i></tt>; 9600 bps, 8-bits, no parity<br>
19132451Sroberto            Features: <tt>(none)</tt></p>
20132451Sroberto        <h4>Description</h4>
21132451Sroberto        <p>This driver supports a dumb ASCII clock that only emits localtime at a reliable interval. This has no 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.</p>
22132451Sroberto        <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>
23132451Sroberto        <pre>
24132451SrobertoTimecode format: hh:mm:ssCL
25132451Srobertohh:mm:ss - local time
26132451SrobertoC - \r (carriage return)
27132451SrobertoL - \n (newline)
28132451Sroberto</pre>
29132451Sroberto        <hr>
30132451Sroberto        <!-- hhmts start -->Last modified: Sun Feb 14 12:07:01 EST 1999 <!-- hhmts end -->
31132451Sroberto        <hr>
32132451Sroberto        <script type="text/javascript" language="javascript" src="../scripts/footer.txt"></script>
33132451Sroberto    </body>
34132451Sroberto
35132451Sroberto</html>