/snmp-core

A Library providing core SNMP functionality for interacting with SNMP4j

Primary LanguageJavaApache License 2.0Apache-2.0

snmp-core

Build Status Coverage Status

A Library providing core SNMP functionality for interacting with SNMP4j and the output of Mibbler.

Requirements

  • Java 7 onwards.
  • Maven 3.0.0 or newer.

Features

See the libaries site.

Usage

Set up the snmp-core maven dependency in the build section of the project pom.xml:

    <dependency>
        <groupId>com.btisystems</groupId>
        <artifactId>snmp-core</artifactId>
        <version>1.0-SNAPSHOT</version>
    </dependency>

Changelog

See changelog for more details.

License

The project snmp-core is licensed under the APACHE 2.0 license.