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.