Showing 20 open source projects for "java snmp mib parser"

View related business solutions
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 1

    XLSX parser for Java in 150 LOC

    An extremely minimal parser for XLSX (Excel) files

    I was unable to find a minimal XLSX (Excel) parser. The closest free option would be apache POI with about 8+ megabyte of JARs and features I don't need. The input is an XLSX file and the output is a Map<String,String[][]> with key of 'sheet name' and a String[][] of cell data. Dates are reformatted to dd/MM/yyyy (configurable in the code). The output of String[][] is to keep the interface compatible with CSV (eg. OpenCSV).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    SNMP SMI/MIB Parser

    Converts SNMP MIBs into other formats.

    Pure-Python library designed to parse SNMP SMI MIBs and produce MIBs in various formats.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    ISO SAX

    ISO SAX

    Callback-based ISO media file parser

    ISO SAX is a callback-based parser for ISO container files (ISO/IEC 14496-12), e.g. MPEG-4. The libraries that are out there either won't run on Android, have many megabytes of dependent JARs, or will fail to parse your favorite media file due to a "technicality" it thinks it is mal-formed. For example, a perfectly good M4B file gets declared "invalid" because it had a video track in it (the album art), along with the sound track. Really!? Don't let these libraries "judge" the format...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Android SNMP SDK

    Android SNMP SDK

    Android SNMP SDK for SNMP agent/manager

    ...For instance, String val = SnmpAPIs.snmpGet(SnmpTypes.snmpVersion.Version_2c.getValue(), "192.168.1.7", "public", "1.3.6.1.2.1.1.3.0"); It only supports Get, more yet to come soon. If you need MIB parser, here is the Android SDK at https://sourceforge.net/projects/smiandroidsdklibrary You can download my app at https://play.google.com/store/apps/details?id=snmpmanager.feng.gao
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 5
    smi Android SDK Library

    smi Android SDK Library

    Android SMI SDK for SNMP agent/manager or MIB browser

    Android version of SMI(Structure of Management Information) based on existing C libsmi project at https://www.ibr.cs.tu-bs.de/projects/libsmi/index.html?lang=de The SDK uses Android NDK tool to wrap existing C libsmi library into Android platforms library. An example Android project has also been created to show how to use the libsmisdkjni.so in your project. The target Android SDK platform is from 8 to 18. The following steps are the quick start guide: 1. Create your Android...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6

    snmpAdaptor4j

    SNMP adaptor for JMX.

    snmpAdaptor4j is an adaptor for Java Management eXtensions (JMX) providing a simple access to MBeans via the SNMP protocol. Thus, this adapter you allow to connect most monitoring tools (like Nagios and Cacti) to your Java applications. For each MBean, an XML mapping file allows to establish the relationships between attributes and the MIB of the SNMP adapter. No additional code is necessary to integrate the MBeans in the SNMP protocol. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    FAIN SNMP Activator

    Active Network Programming Language

    FAIN SNAP provides an active network programming language and interpreter. It allows finite state machines to be operated over a number of network elements. Its main use is to program firewalls and raise alerts. It is a native Debian distribution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    SNMP MIB Parser

    Parses SNMP MIBs into Excel Spreadsheets for anlysis

    Parses multiple mibs into a single spreadsheet for analysis of mib variables and traps. Intended to be complimentary to Netcool/micromuse so one can analyze traps before creating rules.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    MIB Navigator is a Java-based GUI application for exploring SNMP MIBs and querying hosts running SNMP agents. Rather than providing persistent network monitoring, it serves as a investigative tool. OIDs are represented as nodes in a tree structure.
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 10
    SNMP Java Agent. Features: failsafe remote upgrade, runs Nagios plugins, full Java (jre 1.3 and above). Allows to replace Nagios Remote Plugin Executor (NRPE): runs commands configured in nrpe.cfg file and publishes results on a dedicated MIB branch.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    JMIBBrowser is a java based MIB Browser. It supports GET and SET queries for SNMP enabled devices. MIB Files can be dynamically loaded and can be browsed in the MIB Tree. It is a great tool if you want to get started with the SNMP protocol. Check out htt
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    MBJ

    Java SNMP MIB Browser

    Free SNMP MIB Browser written in Java. Provides support for running Jython scripts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    SNMP JManager is an open-source SNMP manager and has the following features: GUI, capable of import MIBs, support for SNMP v1/2c/3, support for IPv4 e IPv6, TRAPs SNMP v1/2c/3 and INFORMs v2c/3 generator and receiver, Get Table and MIB Walk.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A Java 1.5 SNMP mib parser that builds a complete cross-referenced symbol table.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Visual MIB Browser that supports getting the MIB from RFC, managing the MIB, running SNMP operations (v1/v2/v3) with MIB, discovering SNMP devices, graphing MIB variables, visualise MIB as tree, view MIB as UML classes, save MIB data in pdf/xls/text
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    It's a web based mib browser which allowed administrator to set and get query for SNMP devices. You can dynamically add the MIB Files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    This package is for real-time monitoring of Java software applications. The monitoring can be done by capturing performance data with snapshots or by reporting it in real-time to SNMP monitoring station. Generates SNMP MIB files automatically.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Jawa Open Eyes is a project to build network monitoring tool by SNMP with the power of Java. The features support data collection of MIB-II, graphical view, multi layer network topology, email alert, trap receiver, JDBC, logging, http and port checking.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    MySnmpCrawler is a SNMP agent using JMX technology. It contains a lightweight SNMP protocol adaptor, MIB database, and a framework for developers to reuse the design such that new JMX MBeans can be easily built based on the specifications in the MIB file
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    This project is of object-oriented MIB access framework for telecommunication management system based on SNMP/TL1. It consists of MIB parsing, MIB object generation, runtime MIB object manager and generic adapter for communication protocols.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB