Home | History | Annotate | Line # | Download | only in hints
parse revision 1.1.1.1
      1  1.1  kardel Compilation:
      2  1.1  kardel 	Usual thing: rm -f Config.local ; make for vanilla
      3  1.1  kardel 			make refconf for reference clock (e. g. DCF77)
      4  1.1  kardel 
      5  1.1  kardel Directory contents:
      6  1.1  kardel 
      7  1.1  kardel 	hints/PARSE	- this file
      8  1.1  kardel 
      9  1.1  kardel 	xntpd/refclock_parse.c
     10  1.1  kardel 			- reference clock support for DCF77/GPS in xntp
     11  1.1  kardel 	parse/parse.c
     12  1.1  kardel 			- Reference clock data parser framework
     13  1.1  kardel 	parse/parse_conf.c
     14  1.1  kardel 			- parser configuration (clock types)
     15  1.1  kardel 	parse/clk_meinberg.c
     16  1.1  kardel 			- Meinberg clock formats (DCF U/A 31, PZF 535, GPS166)
     17  1.1  kardel 	parse/clk_schmid.c
     18  1.1  kardel 			- Schmid receiver (DCF77)
     19  1.1  kardel 	parse/clk_rawdcf.c
     20  1.1  kardel 			- 100/200ms pulses via 50 Baud line (DCF77)
     21  1.1  kardel 	parse/clk_dcf7000.c
     22  1.1  kardel 			- ELV DCF7000 (DCF77)
     23  1.1  kardel 	parse/clk_trimble.c
     24  1.1  kardel 			- Trimble SV6 GPS receiver
     25  1.1  kardel 
     26  1.1  kardel 			  If you want to add new clock types please check
     27  1.1  kardel 			  with kardel (a] informatik.uni-erlangen.de. These files
     28  1.1  kardel 			  implement the conversion of RS232 data streams into
     29  1.1  kardel 			  timing information used by refclock_parse.c which is
     30  1.1  kardel 			  mostly generic except for NTP configuration constants.
     31  1.1  kardel 
     32  1.1  kardel 	parse/Makefile.kernel
     33  1.1  kardel 			- *SIMPLE* makefile to build a loadable STREAMS
     34  1.1  kardel 			  module for SunOS 4.x / SunOS 5.x systems
     35  1.1  kardel 
     36  1.1  kardel 	parse/parsestreams.c
     37  1.1  kardel 			- SUN Streams module (loadable) for radio clocks
     38  1.1  kardel 			  This streams module is designed for SunOS 4.1.X.
     39  1.1  kardel 
     40  1.1  kardel 	parse/parsesolaris.c
     41  1.1  kardel 			- SUN Streams module (loadable) for radio clocks.
     42  1.1  kardel 			  This streams module is designed for SunOS 5.x
     43  1.1  kardel 			  Beware this is still new - so it might crash
     44  1.1  kardel 			  your machine (we have seen it working, though).
     45  1.1  kardel 
     46  1.1  kardel 	parse/parsetest.c
     47  1.1  kardel 			- simple test program for STREAMS module. Its so simple,
     48  1.1  kardel 			  that it doesn't even set TTY-modes, thus they got to
     49  1.1  kardel 			  be correct on startup - works for Meinberg receivers
     50  1.1  kardel 
     51  1.1  kardel 	parse/testdcf.c
     52  1.1  kardel 			- test program for raw DCF77 (100/200ms pulses)
     53  1.1  kardel 			  receivers
     54  1.1  kardel 
     55  1.1  kardel         include/parse.h - interface to "parse" module and more
     56  1.1  kardel         include/parse_conf.h
     57  1.1  kardel 			- interface to "parse" configuration
     58  1.1  kardel 
     59  1.1  kardel 	include/sys/parsestreams.h
     60  1.1  kardel 			- STREAMS specific definitions
     61  1.1  kardel 
     62  1.1  kardel 	scripts/support
     63  1.1  kardel 			- scripts (perl & sh) for statistics and rc startup
     64  1.1  kardel 			  the startup scripts are used in Erlangen for
     65  1.1  kardel 			  starting the daemon on a variety of Suns and HPs
     66  1.1  kardel 			  and for Reference Clock startup on Suns
     67  1.1  kardel 			  These scripts may or may not be helpful to you.
     68  1.1  kardel 
     69  1.1  kardel Supported clocks:
     70  1.1  kardel 	Meinberg DCF U/A 31
     71  1.1  kardel 	Meinberg PZF535/TCXO	(Software revision PZFUERL 4.6)
     72  1.1  kardel 	Meinberg PZF535/OCXO	(Software revision PZFUERL 4.6)
     73  1.1  kardel 	Meinberg GPS166		(Software version for Uni-Erlangen)
     74  1.1  kardel 	ELV DCF7000		(not recommended - casual/emergency use only)
     75  1.1  kardel 	Conrad DCF77 receiver	(email: time (a] informatik.uni-erlangen.de)
     76  1.1  kardel 	  + level converter
     77  1.1  kardel 	TimeBrick		(email: time (a] informatik.uni-erlangen.de)
     78  1.1  kardel 	Schmid Receiver Kit
     79  1.1  kardel 	Trimble SV6 GPS receiver
     80  1.1  kardel 
     81  1.1  kardel Addresses:
     82  1.1  kardel   Meinberg Funkuhren
     83  1.1  kardel   Auf der Landwehr 22
     84  1.1  kardel   31812 Bad Pyrmont
     85  1.1  kardel   Germany
     86  1.1  kardel   Tel.: 05281/20 18
     87  1.1  kardel   FAX:  05281/60 81 80
     88  1.1  kardel 
     89  1.1  kardel   ELV Kundenservice
     90  1.1  kardel   Postfach 1000
     91  1.1  kardel   26787 Leer
     92  1.1  kardel   Germany
     93  1.1  kardel   Tel.: 0491/60 08 88
     94  1.1  kardel 
     95  1.1  kardel   Walter Schmidt
     96  1.1  kardel   Eichwisrain 14
     97  1.1  kardel   8634 Hombrechtikon
     98  1.1  kardel   Switzerland
     99  1.1  kardel 
    100  1.1  kardel If you have problems mail to:
    101  1.1  kardel 
    102  1.1  kardel 	time (a] informatik.uni-erlangen.de
    103  1.1  kardel 
    104  1.1  kardel We'll help (conditions permitting)
    105  1.1  kardel 
    106