0

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.

Community
  • 1
  • 1
Ashton
  • 81
  • 3
  • 11

1 Answers1

1

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

Community
  • 1
  • 1
neuro
  • 14,948
  • 3
  • 36
  • 59