Need a simple SNMP library c++ [duplicate]
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 b开发者_如何学Pythonest for my needs?
Thanks in advance.
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
精彩评论