I want to use net-snmp library in C#, do I need to write some wrappers around this C++ library or there are any ready made wrappers available?

link|improve this question

76% accept rate
Like @dlev pointed out, a managed library is better, and you do have other C# libraries to choose from stackoverflow.com/questions/146766/… – Lex Li Sep 10 '11 at 9:44
feedback

2 Answers

I'm not sure if that particular library has a C# wrapper, but you can try SnmpSharpNet.

link|improve this answer
feedback

Check the link might be helpful for you

http://www.codeproject.com/KB/cs/SNMPDLL.aspx

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.