Domanda

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?

È stato utile?

Soluzione

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top