|
Whole document tree Ultralink ClockSynopsisAddress: 127.127.34.uReference ID: WWVB Driver ID: ULINK Serial Port: /dev/wwvbu; 9600 bps, 8-bits, no parity Features: (none) DescriptionThis driver supports the Ultralink Model 320 RS-232 powered WWVB receiver. PDF specs available on www.ulio.com. This driver also supports the Model 330,331,332 decoders in both polled or continous time code mode. Leap second and quality are supported.Most of this code is originally from refclock_wwvb.c with thanks. Any mistakes are mine. Any improvements are welcome. The Model 320 timecode format is:
The Model 33x timecode format is:
S9+D 00 YYYY+DDDUTCS HH:MM:SSl+5
Where:
S = sync indicator S insync N not in sync
the sync flag is WWVB decoder sync
nothing to do with time being correct
9+ = signal level 0 thru 9+ If over 9 indicated as 9+
D = data bit ( fun to watch but useless ;-)
space
00 = hours since last GOOD WWVB frame sync
space
YYYY = current year
+ = leap year indicator
DDD = day of year
UTC = timezone (always UTC)
S = daylight savings indicator
space
HH = hours
: = This is the REAL in sync indicator (: = insync)
MM = minutes
: = : = in sync ? = NOT in sync
SS = seconds
L = leap second flag
+5 = UT1 correction (sign + digit ))
This driver ignores UT1 correction,DST indicator,Leap year
and signal level.
Fudge factors flag1 polling enable (1=poll 0=no poll) mail Last modified: Tue Sep 14 05:53:08 EDT 1999 |