cederberg / mibble

Mibble is an open-source SNMP MIB parser library for Java.
https://www.mibble.org/
Other
113 stars 68 forks source link

OID searches across MIB files should be simplified #11

Closed cederberg closed 11 years ago

cederberg commented 11 years ago

The current API for OID searches -- Mib.getSymbolByOid(String) -- does not allow for searches across all loaded MIB files or in the OID tree.

A number of new API methods should probably be added.