Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/cederberg/mibble

Mibble is an open-source SNMP MIB parser library for Java.
https://github.com/cederberg/mibble

java mib-browser mib-validator parser-library snmp

Last synced: 3 months ago
JSON representation

Mibble is an open-source SNMP MIB parser library for Java.

Lists

README

        

MIBBLE README
=============

1. Introduction
---------------

Mibble is an open-source SNMP MIB (or SMI) parser library for Java.
It reads MIB files (in ASN.1 syntax) and provides an API to access
all the information, including OIDs, types, descriptions, comments
and the original MIB source text.

Mibble comes bundled with a comprehensive set standard IANA and
IETF MIBs, command-line apps for formatting and validation, and a
graphical MIB browser with a simple SNMP manager.

Please see https://www.mibble.org/ for more information.

2. Installation & Usage
-----------------------

See the separate doc/install.txt file for installation and usage for
instructions.

3. License
----------

Mibble is dual-licensed under GNU GPL and a commercial license.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

See the separate LICENCE.txt file for details.

4. Acknowledgements
-------------------

See the separate doc/authors.txt file for author and acknowledgement
details.

5. Bug Reports
--------------

Use the Github project page for reporting errors and issues:

https://github.com/cederberg/mibble/

6. Contributing
---------------

If you find this software package useful or interesting, please
consider contributing to the project. The easiest way to contribute
is to report errors or problems encountered when using this
software. Please see the project web site for more information:

https://www.mibble.org/

_____________________________________________________________________
Copyright (c) 2002-2017 Per Cederberg. Permission is granted to copy
this document verbatim in any medium, provided that this copyright
notice is left intact.