parse revision 302408
154359SrobertoCompilation:
254359Sroberto	Usual thing: rm -f Config.local ; make for vanilla
354359Sroberto			make refconf for reference clock (e. g. DCF77)
454359Sroberto
554359SrobertoDirectory contents:
654359Sroberto
754359Sroberto	hints/PARSE	- this file
854359Sroberto
954359Sroberto	xntpd/refclock_parse.c
1054359Sroberto			- reference clock support for DCF77/GPS in xntp
1154359Sroberto	parse/parse.c
1254359Sroberto			- Reference clock data parser framework
1354359Sroberto	parse/parse_conf.c
1454359Sroberto			- parser configuration (clock types)
1554359Sroberto	parse/clk_meinberg.c
1654359Sroberto			- Meinberg clock formats (DCF U/A 31, PZF 535, GPS166)
1754359Sroberto	parse/clk_schmid.c
1854359Sroberto			- Schmid receiver (DCF77)
1954359Sroberto	parse/clk_rawdcf.c
2054359Sroberto			- 100/200ms pulses via 50 Baud line (DCF77)
2154359Sroberto	parse/clk_dcf7000.c
2254359Sroberto			- ELV DCF7000 (DCF77)
2354359Sroberto	parse/clk_trimble.c
2454359Sroberto			- Trimble SV6 GPS receiver
2554359Sroberto
2654359Sroberto			  If you want to add new clock types please check
2754359Sroberto			  with kardel@informatik.uni-erlangen.de. These files
2854359Sroberto			  implement the conversion of RS232 data streams into
2954359Sroberto			  timing information used by refclock_parse.c which is
3054359Sroberto			  mostly generic except for NTP configuration constants.
3154359Sroberto
3254359Sroberto	parse/Makefile.kernel
3354359Sroberto			- *SIMPLE* makefile to build a loadable STREAMS
3454359Sroberto			  module for SunOS 4.x / SunOS 5.x systems
3554359Sroberto
3654359Sroberto	parse/parsestreams.c
3754359Sroberto			- SUN Streams module (loadable) for radio clocks
3854359Sroberto			  This streams module is designed for SunOS 4.1.X.
3954359Sroberto
4054359Sroberto	parse/parsesolaris.c
4154359Sroberto			- SUN Streams module (loadable) for radio clocks.
4254359Sroberto			  This streams module is designed for SunOS 5.x
4354359Sroberto			  Beware this is still new - so it might crash
4454359Sroberto			  your machine (we have seen it working, though).
4554359Sroberto
46	parse/parsetest.c
47			- simple test program for STREAMS module. Its so simple,
48			  that it doesn't even set TTY-modes, thus they got to
49			  be correct on startup - works for Meinberg receivers
50
51	parse/testdcf.c
52			- test program for raw DCF77 (100/200ms pulses)
53			  receivers
54
55        include/parse.h - interface to "parse" module and more
56        include/parse_conf.h
57			- interface to "parse" configuration
58
59	include/sys/parsestreams.h
60			- STREAMS specific definitions
61
62	scripts/support
63			- scripts (perl & sh) for statistics and rc startup
64			  the startup scripts are used in Erlangen for
65			  starting the daemon on a variety of Suns and HPs
66			  and for Reference Clock startup on Suns
67			  These scripts may or may not be helpful to you.
68
69Supported clocks:
70	Meinberg DCF U/A 31
71	Meinberg PZF535/TCXO	(Software revision PZFUERL 4.6)
72	Meinberg PZF535/OCXO	(Software revision PZFUERL 4.6)
73	Meinberg GPS166		(Software version for Uni-Erlangen)
74	ELV DCF7000		(not recommended - casual/emergency use only)
75	Conrad DCF77 receiver	(email: time@informatik.uni-erlangen.de)
76	  + level converter
77	TimeBrick		(email: time@informatik.uni-erlangen.de)
78	Schmid Receiver Kit
79	Trimble SV6 GPS receiver
80
81Addresses:
82  Meinberg Funkuhren
83  Auf der Landwehr 22
84  31812 Bad Pyrmont
85  Germany
86  Tel.: 05281/20 18
87  FAX:  05281/60 81 80
88
89  ELV Kundenservice
90  Postfach 1000
91  26787 Leer
92  Germany
93  Tel.: 0491/60 08 88
94
95  Walter Schmidt
96  Eichwisrain 14
97  8634 Hombrechtikon
98  Switzerland
99
100If you have problems mail to:
101
102	time@informatik.uni-erlangen.de
103
104We'll help (conditions permitting)
105
106