sharpsnmplib icon indicating copy to clipboard operation
sharpsnmplib copied to clipboard

Sharp SNMP Library- Open Source SNMP for .NET and Mono

Results 27 sharpsnmplib issues
Sort by recently updated
recently updated
newest added

While the SNMP Trap Server is running, we discover new devices on the fly as they are added to the system so we can include the V3 Engine ID in...

question

Updated to use DTLS2.Net to allow for SNMPv3 over DTLS. I updated DTLS.Net but since they haven't been responding to pull requests or issues I had use it from my...

I found bug what hapening when i invoke many **GetBulk** requests with one socket. The bug is played only for large (more than 20) number of requests After several successful...

in progress

Added a constructor to add EngineId(ContextEngineId) and ContextName in v3 trap message. Same changes in pull request created by KristianVirkus:configurable-engine. The pull request was created on older version of the...

Changed the udpSocket.ReceiveTimeout to udpSocket.Poll to be able to set timeouts smaller than 500ms.

In case of planned shutdown there is no need to throw these two exceptions.

in progress

Added SNMP Data type to Variable ToString method. This is helpful when performing a MIB Walk, etc so the data type is obvious.

I'm facing this issue while implementing BouncyCastleDESPrivacyProvider from the samples. I'm using Lextm.SharpSnmpLib v 12.4.0. The following errors and many other 39 errors : Type 'Samples.BouncyCastle.BouncyCastleDESPrivacyProvider' implements interface 'Lextm.SharpSnmpLib.Security.IPrivacyProvider', which...

question

We just saw this System.InvalidCastException thrown from SharpSnmpLib in our app (using SharpSnmpLib v12.3.0). I don't have any information about the SNMP request/response that caused the exception. ``` System.InvalidCastException: Unable...

question