sharpsnmplib
sharpsnmplib copied to clipboard
Sharp SNMP Library- Open Source SNMP for .NET and Mono
We just saw this ArgumentOutOfRangeException thrown from SharpSnmpLib in our app. I don't have any information about the SNMP request/response that caused the exception. ``` System.ArgumentOutOfRangeException: Index was out of...
Please see commit messages for details. Sorry for the automatic white space corrections by a plugin.
Implemented configurable engine parameters for engineBoots, contextEngineID, and contextName as additional constructors in class EngineGroup. The known usage of the adapted classes is still possible and still behaves as before....
Both https://www.nuget.org/packages/Waher.Security.DTLS/ and https://www.nuget.org/packages/DTLS.Net/ offer DTLS implementation (server and client), so it is possible now to add DTLS support in #SNMP 1. Use DTLS.NET to implement a new listener binding....
Discoverer with broadcast address as IPAddress,Broadcast will not broadcast to all interfaces. so on a machine (including dev machine) with ethernet, wifi, vpns, VMs (e.g VirutalBox) will not send the...
The extension `ToBytes` provided in `SnmpDataExtension` does this, but it apparently includes the data-type bytes too. For instance, for an `IPAddress` datatype it returns 6 bytes instead of 4. It...
I think this would be better than try{ } catch{ } Example call: ``` if(ObjectIdentifier.TryParse(string oid, out var identifier)) { } ```
**Context** I am attempting to migrate away from a closed-source Snmp solution to SharpSnmpLib and I am trying to match our previous output exactly (when it was already correct). **Problem**...
I get the following error when trying to follow this article. I have used it successfully on other servers, http://vwiki.co.uk/SNMP_and_PowerShell Constructor not found. Cannot find an appropriate constructor for type...
I am experiencing a strange behaviour in Visual Studio 2015. If I use the DiscoveryAsync method, as presented in the samples (+ .ConfigureAwait(false) to avoid deadlocks), I get many devices,...