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: about 1 month ago
JSON representation
Mibble is an open-source SNMP MIB parser library for Java.
- Host: GitHub
- URL: https://github.com/cederberg/mibble
- Owner: cederberg
- License: other
- Created: 2011-03-08T11:58:23.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2022-04-28T13:53:27.000Z (over 2 years ago)
- Last Synced: 2024-01-25T01:10:42.782Z (11 months ago)
- Topics: java, mib-browser, mib-validator, parser-library, snmp
- Language: Java
- Homepage: https://www.mibble.org/
- Size: 17.9 MB
- Stars: 110
- Watchers: 15
- Forks: 69
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE-COMMERCIAL.txt
Awesome Lists containing this project
- awesome-snmp - mibble - Mibble is an open-source SNMP MIB (or SMI) parser library for Java. (Libraries / Java)
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.