]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - contrib/ntp/clockstuff/README
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / contrib / ntp / clockstuff / README
1 README file for directory ./clockstuff of the NTP Version 4 distribution
2
3 This directory contains the sources for utility programs designed to
4 support radio clocks.  chutest.c is desgined to test the depredated
5 chu_clk line discipline or STREAMS module and can also test a CHU
6 modem in raw mode.
7
8 You can make things in here by typing one or more of:
9
10         make propdelay (or `make')
11         make chutest
12
13 Propdelay computes high frequency propagation delays, given the
14 longitude and latitude of the transmitter and receiver.  Use
15 this for WWV/H and CHU.  Don't use it for WWVB (the computation
16 is easier for that).
17
18 Chutest can be used to input and process data from a CHU modem
19 attached to a serial port.  It will use the CHU line discipline
20 (if installed), or raw mode otherwise.  This was used to test
21 out the initial reduction algorithms, and may not be up to date.