home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / x / xntp3.zip / clockstuff / README < prev   
Text File  |  1991-07-20  |  931b  |  25 lines

  1. These files have been modified to work with either the line disciplines
  2. or the STREAMS modules. Be sure to define -DSTREAM if appropriate.
  3.  
  4. These are random bits of things written to help with clocks.  You can
  5. make things in here by typing one or more of:
  6.  
  7.     make propdelay (or `make')
  8.     make chutest
  9.     make clktest
  10.  
  11. Propdelay computes high frequency propagation delays, given the
  12. longitude and latitude of the transmitter and receiver.  Use
  13. this for WWV/H and CHU.  Don't use it for WWVB (the computation
  14. is easier for that).
  15.  
  16. Chutest can be used to input and process data from a CHU modem
  17. attached to a serial port.  It will use the CHU line discipline
  18. (if installed), or raw mode otherwise.  This was used to test
  19. out the initial reduction algorithms, and may not be up to date.
  20.  
  21. Clktest can be used to test the clock line discipline (CLKLDISC,
  22. it must be available), and to take a look at radio clocks attached to a
  23. serial port.
  24.  
  25.