Dumb Clock

Last update: 21-Oct-2010 23:44 UTC


Synopsis

Address: 127.127.33.u
Reference ID: DUMBCLOCK
Driver ID: DUMBCLOCK
Serial Port: /dev/dumbclocku; 9600 bps, 8-bits, no parity
Features: (none)

Description

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.

Most of this code is originally from refclock_wwvb.c with thanks. It has been so mangled that wwvb is not a recognizable ancestor.

Timecode format: hh:mm:ssCL
hh:mm:ss - local time
C - \r (carriage return)
L - \n (newline)

.c'>commitdiff
path: root/lib/libipsec/pfkey_dump.c
AgeCommit message (Expand)Author
2005-02-19Switch to ipsec-tools for libipsec, setkey, and racoon. Fromthorpej
2004-04-25Initial commit of a port of the FreeBSD implementation of RFC 2385jonathan
2003-09-08deal with policy without selector. sync w/ kameitojun
2003-08-26protect SADB_X_EXT_TAG with #ifdefitojun
2003-08-26typoitojun
2003-07-25support new algorithmsitojun
2003-07-22support hmac-sha2itojun
2003-03-09use __RCSID()lukem
2002-06-27correct %d/%u mismatch. sync w/kameitojun