Hi,

For the really hasty:

    
    tar -xvf mib.tar
    cd mib
    'look at Makefile'
    make clean
    make proto
    make all
    make install

For abnormal programming types:

This directory contains a library to read MIB files generated by the
MOSY MIB compiler. A tree is build from these files, and the API of
this library gives access to this tree. Logical MIB names can be
converted to MIB id's and attributes can be retrieved. 

The id's can be used as input for the DNPAP's SNMP library. This
library is capable of generating SNMP frames which can be send to
SNMP-able network nodes. 

The API of this library can be found in the file api.c (yes, read the
source code for documentation).

To use this library, you only need the file libmib.a in some
well-known library directory, and the file mib.h in some well-known
include directory. The mib.h file is only needed for prototyping
purposes.

The files included are:


Makefile			general makefile
Readme				this file
api.c				source file containing MIB API
beholder.mib.defs		MOSI output of Beholder MIB
rfc1213.defs			MOSI output of MIB II MIB
dnpap.h				general DNPAP definitions
main.c				example MIB usage
mib.base			base for mib.h
mib.c				mib handling functions
mib.h				generated mib definitions
mibinc.h			local include file
parse.c				MOSI parser routines
proto.base			base for proto.h
proto.h				local prototypes
protot.h			general ANSI prototypes



-- Ir. Jan van Oorschot.          --- Email: J.P.M.vOorschot@et.tudelft.nl --
-- Data Network Performance Analysis Project                               --
-- CARDIT, Delft University of Technology ------------ Tel: (31)-15-786179 --
-- P.O.Box 5031, 2600 GA Delft, The Netherlands ------ Fax: (31)-15-784898 --
