Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What SNMP library for .NET makes traps, sets or gets simple? [closed]

What are the best SNMP libraries to use with .NET? Specifically for listening for traps or sending set or get requests.

like image 218
Thomas Bratt Avatar asked Sep 28 '08 21:09

Thomas Bratt


2 Answers

I am using the Sharp SNMP Suite (#SNMP) : LGPL, Mono compatible, developed in C# 3.0, has very good API.

like image 151
zvikara Avatar answered Oct 22 '22 12:10

zvikara


Hi as the author of #SNMP, I try my best to be unbiased here :)

I have a blog post here which is a simple evaluation report.

http://www.lextm.com/index.php/2007/12/product-review-snmp-libraries-for-net-evaluation-report/

In my opinion, PowerSNMP is the leading one which has both complete feature set and simple/natural API. There are many commercial and open source products you can evaluate yourself to see which one meets your special needs.

Which one is the best? This bases on which subset of SNMP features you need and how big your budget is. :)

like image 4
Lex Li Avatar answered Oct 22 '22 13:10

Lex Li