freebsd-dev/usr.sbin/xntpd/parse/util
Daniel O'Callaghan 482e17399a Fix leap year calculations, including 2000. The code was broken for all
years!
Reviewed by:	<thepish@freebsd.org>, <ishisone@sra.co.jp>
1999-01-12 19:37:32 +00:00
..
dcfd.c Fix leap year calculations, including 2000. The code was broken for all 1999-01-12 19:37:32 +00:00
Makefile Revert $FreeBSD$ to $Id$ 1997-02-22 16:15:28 +00:00
Makefile.tmpl
parsetest.c Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
README Patches to make this work with FreeBSD with the DCF77 Boeder Receiver. 1995-03-31 07:01:11 +00:00
testdcf.c Fix leap year calculations, including 2000. The code was broken for all 1999-01-12 19:37:32 +00:00

This directory contains some DCF77 related programs.
They have not yet fully been ported to other architectures then Sun with
SunOS 4.x. So if you want to try them you are on your own - a little
porting may be necessary.

parsetest:	simple parse streams module test
testdcf:	simple DCF77 raw impulse test program via 50Baud RS232
dcfd:		simple DCF77 raw impulse receiver with NTP loopfilter
		mechanics for synchronisation (allows DCF77 synchronisation
		without network code in a nutshell)

Frank Kardel

----------------

1995-03-20	Dcfd has been ported to FreeBSD 2.0, it works with a
		Boeder Receiver connected to a 50Baud RS232.

Vincenzo Capuano