문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top