I am trying to create an SNMP Management Agent that will query itself the OID of the Object to be retrieved. It will retrieve the value and store it in an internal database for later retrieval. The system will be coded in Java and deployed in Linux 14.04 LTS.
So, I wanted to know if there are any Java libraries that can efficiently carry out this task of self querying and object retrieval. Thanks.