需要一个简单的 SNMP 库 c++
可能的重复:
易于使用 C++ 的 SNMP 客户端库?
我刚刚开始我的第一份编程工作,我的第一个任务是研究并最终实现一种收集有关用户如何使用产品的数据的方法,并将数据定期发送到可以读取和分析的主机。我被告知实现这一点的最佳方法是使用 SNMP。我正在用 C++ 编码,经过一天的研究,我自己找不到合适的解决方案。哪个 SNMP 库最适合我的需求?
提前致谢。
Possible Duplicate:
Easy to use SNMP client library for c++?
I just started my first programming job, my first task is to research, and eventually implement, a way to collect data about how the user is using the product, and send the data periodically to a host where it can be read and analyzed. I am told the best way to implement this would be using SNMP. I'm coding in C++, and after a day of research, I can not find a suitable solution on my own. Which SNMP library would be best for my needs?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
正如评论中所述,事实上的标准实现是 net-snmp。我不知道有任何围绕它的 C++ 包装器。有人在链接的答案中提到了 SNMP/Agent++ 和其他库,但我还没有尝试过......
我的两分钱
The de-facto standard implementation is net-snmp, as stated in the comments. I do not know of any C++ wrapper around it. Someone mentioned SNMP/Agent++ and other libs in the linked answers, but I have not tried them ...
My two cents