Simple MIB/Object Mapping Framework.
SnmpHibernate is a MIB/Object mapping framework inspired by Hibernate Project(O/R Mapping framework). It will release u from coding tedious SNMP client code. Current release is based on SNMP4J project. Sample code to get and set MIB2 system information:)
1. Write the SystemInfo class and annotate properties of the class with MIB
defination. import
java.io.Serializable; 2. Create the ISnmpSession API, and execute Get/Set operation.
|
Author: Ery Lee(ery.lee@gmail.com)