2 Usual thing: rm -f Config.local ; make for vanilla
3 make refconf for reference clock (e. g. DCF77)
7 hints/PARSE - this file
10 - reference clock support for DCF77/GPS in xntp
12 - Reference clock data parser framework
14 - parser configuration (clock types)
16 - Meinberg clock formats (DCF U/A 31, PZF 535, GPS166)
18 - Schmid receiver (DCF77)
20 - 100/200ms pulses via 50 Baud line (DCF77)
24 - Trimble SV6 GPS receiver
26 If you want to add new clock types please check
27 with kardel <AT> informatik.uni-erlangen.de. These files
28 implement the conversion of RS232 data streams into
29 timing information used by refclock_parse.c which is
30 mostly generic except for NTP configuration constants.
33 - *SIMPLE* makefile to build a loadable STREAMS
34 module for SunOS 4.x / SunOS 5.x systems
37 - SUN Streams module (loadable) for radio clocks
38 This streams module is designed for SunOS 4.1.X.
41 - SUN Streams module (loadable) for radio clocks.
42 This streams module is designed for SunOS 5.x
43 Beware this is still new - so it might crash
44 your machine (we have seen it working, though).
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
52 - test program for raw DCF77 (100/200ms pulses)
55 include/parse.h - interface to "parse" module and more
57 - interface to "parse" configuration
59 include/sys/parsestreams.h
60 - STREAMS specific definitions
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.
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)
77 TimeBrick (email: time@informatik.uni-erlangen.de)
79 Trimble SV6 GPS receiver
100 If you have problems mail to:
102 time@informatik.uni-erlangen.de
104 We'll help (conditions permitting)