Java 的 SNMP 库
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/13817554/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
SNMP Library for Java
提问by Gapchoos
I need to make a feasibility study on various SNMP libraries. Currently I am using SNMP4J. My requirement is to compare various libraries with their features. I wasn't able to locate any useful reference links. Please someone suggest any links.
我需要对各种 SNMP 库进行可行性研究。目前我正在使用 SNMP4J。我的要求是比较各种库及其功能。我找不到任何有用的参考链接。请有人建议任何链接。
回答by Amos N.
For a list of SNMP frameworks for java, see SNMPLink.org
有关 Java 的 SNMP 框架列表,请参阅SNMPLink.org
In my experience, for an open source, SNMP4Jis the leader.
根据我的经验,对于开源,SNMP4J是领先者。
For a real compare you must tryeach one of them (not only reading) and see:
1. Easy and intuitive usage
2. You can accomplish all task you wish
3. Mark a special concept of the framework (if exists)
4. No-bugs
5. Performance
6. A live community
Other frameworks:
要进行真正的比较,您必须尝试每一个(不仅仅是阅读)并查看:
1. 简单直观的用法
2. 您可以完成您希望的所有任务
3. 标记框架的一个特殊概念(如果存在)
4. 否-bugs
5. 性能
6. 一个活跃的社区
其他框架:
- WebNMS- commerical
- DynamicSNMP
- NetSNMPJ
Good luck and let us know of your results.
祝你好运,让我们知道你的结果。