Question

I've been looking at #SNMP, which seems to be the most complete SNMP library in C#. However, I find that the documentation is quite lacking, merely pointing to the source code, which is completely void of comments :-)

Now I'm not a professional developer so this probably comes from me, and surely professional developers can make sense of a complex API by just looking at non-commented code. So I'm looking of a simple implementation of "Get the value of the specified OID."

Would anybody be able to provide the sheer minimum code required to poll equipments using that lib?

Was it helpful?

Solution

It seems that a more adequate lib to use is SNMP Sharp Net. It's much better documented with a full range of examples, and more features than #SNMP it seems.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top