   
   Multicast Routing Protocol Test tools
        -- Version 1.0 Beta1 Release                          99/8/10

This distribution of tools includes:
     Packet generator tools(IGMP,DVMRP,PIM,etc.)
     IGMP tool  - mhost
     DVMRP tool - dnbr
     PIM tool   - pimnbr

Above tools are designed to support test of multicast routing protocol.
These emulate the network environment and configuration so as to exchange
protocol packet with tested targets. But, these don't have function to
verify the result of test.) 

 - Directories:
	In addition to this README file, this release includes following
	directories:

   	docs/
            Contains manual for tools.

   	src/
            Contains source for tools.

   	samples/
            Contains sample configuration for tools.

 - Supported Platforms: 
	FreeBSD-2.2.x, BSDI 3.0/3.1

 - Building tools:
 	"cd tools".
	Just type "make". It will create above tools.

 - Running tools:
	To run tools, you must be a 'root'.

Send bug reports, suggestions,etc. to

     fukusima@sdl.hitachi.co.jp

				Hidehiro Fukushima
				Systems Development Laborary, Hitachi,Ltd.

/*
 * Copyright (c) 1998 by Hitachi,Ltd. All rights reserved.
 *
 * Permission to use, copy, modify, and distribute this software and its
 * documentation in source and binary forms for any purpose and without
 * fee is hereby granted, provided that both the above copyright notice
 * and this permission notice appear in all copies, and that any
 * documentation, advertising materials, and other materials related to
 * such distribution and use acknowledge that the software was developed
 * in part by Systems Development Laboratory Hitachi,Ltd.  
 *
 * THIS SOFTWARE IS PROVIDED BY THE DEVELOPER ``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 REGENTS 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.
 *
 */

