/contrib/ntp/html/drivers/driver32.html

https://bitbucket.org/freebsd/freebsd-head/ · HTML · 38 lines · 34 code · 4 blank · 0 comment · 0 complexity · a54fe1b74e1b2b96fa0d0bd36e552b5f MD5 · raw file

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
  5. <title>Chrono-log K-series WWVB receiver</title>
  6. <link href="scripts/style.css" type="text/css" rel="stylesheet">
  7. </head>
  8. <body>
  9. <h3>Chrono-log K-series WWVB receiver</h3>
  10. <hr>
  11. <h4>Synopsis</h4>
  12. <p>Address: 127.127.32.<i>u</i><br>
  13. Reference ID: <tt>CHRONOLOG</tt><br>
  14. Driver ID: <tt>CHRONOLOG</tt><br>
  15. Serial Port: <tt>/dev/chronolog<i>u</i></tt>; 2400 bps, 8-bits, no parity<br>
  16. <br>
  17. Features: <tt>(none)</tt></p>
  18. <h4>Description</h4>
  19. <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>
  20. <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>
  21. <pre>
  22. Timecode format: Y yy/mm/ddCLZhh:mm:ssCL
  23. Y - year/month/date line indicator
  24. yy/mm/dd -- two-digit year/month/day
  25. C - \r (carriage return)
  26. L - \n (newline)
  27. Z - timestamp indicator
  28. hh:mm:ss - local time
  29. </pre>
  30. <!-- hhmts start -->Last modified: Sun Feb 14 11:57:27 EST 1999 <!-- hhmts end -->
  31. <hr>
  32. <script type="text/javascript" language="javascript" src="scripts/footer.txt"></script>
  33. </body>
  34. </html>