#
# Copyright (c) Xerox Corporation 1997, 1998. All rights reserved.
#
# License is granted to copy, to use, and to make and to use derivative
# works, provided that Xerox is acknowledged in all documentation
# pertaining to any such copy or derivative work. Xerox grants no other
# licenses expressed or implied. The Xerox trade name should not be used
# in any advertising without its written permission.
#
# XEROX CORPORATION MAKES NO REPRESENTATIONS CONCERNING EITHER THE
# MERCHANTABILITY OF THIS SOFTWARE OR THE SUITABILITY OF THIS SOFTWARE
# FOR ANY PARTICULAR PURPOSE.  The software is provided "as is" without
# express or implied warranty of any kind.
#
# These notices must be retained in any copies of any part of this software.
#



This directory contains programs which produce the html reports and collect
the long term routing statistics:

perl scripts which generate html and the route_stats file
---------------------------------------------------------
htmlmaker:  takes input from routemonitor and generates html output.
            htmlmaker also generates the route_stats file which is
	    search by the cgi scripts and stores long term statistics.
            htmlmaker may also archive copies of the route_stats files
	    and route_tables dumped by route_monitor, see the htmlmaker
	    man page for options to trigger archiving.

	    htmlmaker will run routemonitor/routewatch and is the principle
	    program in this package.

	    you can start the entire package by simply running htmlmaker.


helper perl scripts:
--------------------------------------------------
aslookup:  finds the AS number for source addresses.  htmlmaker will
           execute aslookup when it needs to find the AS number for
           a new source.


