The following requirements must be met in order to use Mibble:
This software does not require any special installation. The only
files needed are the mibble-2.2.jar
and grammatica-1.4.jar
from the lib
subdirectory.
Mibble is a library, and has no main application in this release. There are two test applications, however, a MIB file validator and a MIB file pretty-printer. These tools can be accessed with the commands:
java net.percederberg.mibble.MibbleValidator
java net.percederberg.mibble.MibblePrinter
Both of the above commands require that the CLASSPATH
contains the two JAR files in the lib
subdirectory:
mibble-2.2.jar
grammatica-1.4.jar