research-iobserve / snmp-monitoring

0 stars 0 forks source link

Survey of SNMP Libraries for Java #1

Open janiree opened 6 years ago

janiree commented 6 years ago
rju commented 6 years ago

That looks promising. Unfortunately, there are quite a few commercial libraries, which are only partially usable due to licensing issues. Therefore, you should focus on the open-source variants. Start with:

rju commented 6 years ago

After looking at the code of Westhawk's Java SNMP stack, they seem to provide a set of examples, which might be helpful to test things extensively. Also we could setup an SNMP server on a Linux box so you ca query it.

janiree commented 6 years ago

Yes, that was my line of thought as well. I would be quite surprised if a working solution would require proprietary tools. Next on my agenda is trying out Westhawk's and SNMP4J. Unfortunately i seem to have made a mistake with JSNMP, which is in fact not open source. The Secondary options are thus joesnmp and netsnmpj, which i will also be looking at but i think the first two show the most promise so far. I will also be looking at openJDMK, if only for reference.