Path: utzoo!utgpu!trantor.umd.edu!ntp-relay Date: Tue, 27 Feb 90 19:28:18 EST From: bob@kahala.soest.hawaii.edu (Bob Cunningham) Message-ID: <9002280028.AA07163@kahala.soest.hawaii.edu> To: davy@itstd.sri.com Subject: Re: clock driver? Cc: ntp@trantor.umd.edu Newsgroups: list.ntp Distribution: ut Approved: devnull@gpu.utcs.toronto.edu Just sent you the source for read_tt468.c (for ntpd). Check the format of the input it expects (which is that of a GOES clock) and if it's like what the 60-DC uses you might be able to use it. If not, then perhaps there's enough similarity that you might be able to use it as a template for your own code. You'll want to check both the exact format assumed to be provided by the clock as well as how "quality" is handled (which I'd guess might be considerably different). To actually use it, you'll need to fiddle with ntpd.c and Makefile a bit. I'll be glad to supply the simple diffs I use for those to get read_tt468 working if you like.