readme
来自「网络时间协议NTP 源码 版本v4.2.0b 该源码用于linux平台下」· 代码 · 共 32 行
TXT
32 行
README file for directory ./clockstuff of the NTP Version 4 distributionThis directory contains the sources for utility programs designed tosupport radio clocks. The chutest.c and clktest.c are desgined totest the chu_clk and tty_clk line disciplines and STREAMS modules inthe ../kernel directory.These files have been modified to work with either the line disciplinesor the STREAMS modules. Be sure to define -DSTREAM if appropriate.These are random bits of things written to help with clocks. You canmake things in here by typing one or more of: make propdelay (or `make') make chutest make clktestPropdelay computes high frequency propagation delays, given thelongitude and latitude of the transmitter and receiver. Usethis for WWV/H and CHU. Don't use it for WWVB (the computationis easier for that).Chutest can be used to input and process data from a CHU modemattached to a serial port. It will use the CHU line discipline(if installed), or raw mode otherwise. This was used to testout the initial reduction algorithms, and may not be up to date.Clktest can be used to test the clock line discipline (CLKLDISC,it must be available), and to take a look at radio clocks attached to aserial port.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?