Cisco Cisco Aironet 602 OfficeExtend Access Point 전단

다운로드
페이지 112
92
Open Source Software Licenses for the Cisco Aironet 600 Series OfficeExtend Access Point
OL-32001-01
** 1. Redistributions of source code must retain the above copyright 
**    notice, this list of conditions and the following disclaimer. 
** 2. Redistributions in binary form must reproduce the above copyright 
**    notice, this list of conditions and the following disclaimer in the 
**    documentation and/or other materials provided with the distribution. 
** 
** THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ’’AS IS’’ AND 
** ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
** IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 
** ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 
** FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 
** DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 
** OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 
** HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 
** LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 
** OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 
** SUCH DAMAGE. 
*/
ntpclient 345.0
Available Under License
ntpclient is an NTP (RFC-1305) client for unix-alike computers.
Its functionality is a small subset of xntpd, but IMHO performs
better (or at least has the potential to function better) within
that limited scope.  Since it is much smaller than xntpd, it is
also more relevant for embedded computers.
ntpclient is Copyright 1997, 1999, 2000 Larry Doolittle, and may
be freely used and copied according to the terms of the GNU
General Public License, version 2.
ntpclient home page: http://doolittle.faludi.com/ntpclient/
To build on Linux, type "make".  Solaris and other Unix users will
probably need to adjust the Makefile slightly.  It’s not complicated.
Usage: ntpclient [options]
options:
 -c count     stop after count time measurements (default 0 means go forever)
 -d           print diagnostics (feature can be disabled at compile time)
 -h hostname  (mandatory) NTP server host, against which to measure system time
 -i interval  check time every interval seconds (default 600)
 -l           attempt to lock local clock to server using adjtimex(2)
 -p port      local NTP client UDP port (default 0 means "any available")
 -r           replay analysis code based on stdin
 -s           simple clock set (implies -c 1)
Mortal users can use this program for monitoring, but not clock setting
(with the -s or -l switches).  The -l switch has not been well tested.
Simulation (with -r) actually looks halfway decent, so locking should be
OK too, but it needs some tuning.
The test.dat file has 200 lines of sample output.  Its first few lines,
with the output column headers that are shown when the -d option is