All Projects → cederberg → Mibble

cederberg / Mibble

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

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Mibble

Biojava
📖🔬☕️ BioJava is an open-source project dedicated to providing a Java library for processing biological data.
Stars: ✭ 434 (+416.67%)
Mutual labels:  parser-library
Recognizers Text
Microsoft.Recognizers.Text provides recognition and resolution of numbers, units, and date/time expressed in multiple languages (ZH, EN, FR, ES, PT, DE, IT, TR, HI. Partial support for NL, JA, KO, SV). Contributions are greatly welcome! Packages are available at https://www.nuget.org/profiles/Recognizers.Text and https://www.npmjs.com/~recognizers.text
Stars: ✭ 915 (+989.29%)
Mutual labels:  parser-library
Snmpfwd
SNMP Proxy Forwarder
Stars: ✭ 58 (-30.95%)
Mutual labels:  snmp
Ttyplot
a realtime plotting utility for terminal/console with data input from stdin
Stars: ✭ 532 (+533.33%)
Mutual labels:  snmp
Junos monitoring with healthbot
Healthbot configuration examples. Scripts to manage Healthbot. Closed loop automation. Healthbot building blocks description and troubleshooting guide
Stars: ✭ 17 (-79.76%)
Mutual labels:  snmp
Cppast
Library to parse and work with the C++ AST
Stars: ✭ 1,003 (+1094.05%)
Mutual labels:  parser-library
Ntopng
Web-based Traffic and Security Network Traffic Monitoring
Stars: ✭ 4,313 (+5034.52%)
Mutual labels:  snmp
Jrds
Another monitoring application, intentend to be simple to use and extensible.
Stars: ✭ 72 (-14.29%)
Mutual labels:  snmp
Network miner
Network Miner generates a network map by sending SNMP requests (LLDP/CDP/EDP).
Stars: ✭ 25 (-70.24%)
Mutual labels:  snmp
Puresnmp
Pure Python SNMPv2 Library
Stars: ✭ 52 (-38.1%)
Mutual labels:  snmp
Megaparsec
Industrial-strength monadic parser combinator library
Stars: ✭ 678 (+707.14%)
Mutual labels:  parser-library
Snmp exporter
SNMP Exporter for Prometheus
Stars: ✭ 705 (+739.29%)
Mutual labels:  snmp
Trapdirector
Icingaweb2 module for receiving and handling snmp traps
Stars: ✭ 41 (-51.19%)
Mutual labels:  snmp
Dante
A sane rich text parsing and styling library.
Stars: ✭ 450 (+435.71%)
Mutual labels:  parser-library
Manubulon Snmp
Set of Icinga/Nagios plugins to check hosts and hardware with the SNMP protocol.
Stars: ✭ 63 (-25%)
Mutual labels:  snmp
Bearparser
Portable Executable parsing library (from PE-bear)
Stars: ✭ 415 (+394.05%)
Mutual labels:  parser-library
Substitution Schedule Parser
Java library for parsing schools' substitution schedules. Supports multiple different systems mainly used in the German-speaking countries, including Untis, svPlan, and DAVINCI
Stars: ✭ 33 (-60.71%)
Mutual labels:  parser-library
Cups
Apple CUPS Sources
Stars: ✭ 1,223 (+1355.95%)
Mutual labels:  snmp
Thingsboard
Open-source IoT Platform - Device management, data collection, processing and visualization.
Stars: ✭ 10,526 (+12430.95%)
Mutual labels:  snmp
Snmpbot
Golang SNMP library + SNMP REST API
Stars: ✭ 44 (-47.62%)
Mutual labels:  snmp

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.

  1. Installation & Usage

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

  1. 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.

  1. Acknowledgements

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

  1. Bug Reports

Use the Github project page for reporting errors and issues:

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

  1. 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].