Lex Li
Lex Li
@KristianVirkus can you sign the CLA at http://www.clahub.com/agreements/lextm/sharpsnmplib? Thanks in advance.
A nice-to-have feature. You might send a pull request, and I can merge it once the time is right.
What's the version of Lextm.SharpSnmpLib.dll is used?
I am not yet a PowerShell expert, so I could not dig further into it. See if others can help out.
Thanks. Please make sure you work on it and submit any pull request after Oct 1, so that it would be qualified for Hacktoberfest. :)
The relevant classes have been moved to the samples repo, https://github.com/lextudio/sharpsnmplib-samples/tree/master/SharpSnmpLib.Engine/Pipeline You might write your own Listener/ListenerBinding based on a valid TLS/DTLS implementation, and then things should start to work.
#133 is related to this.
Nope. No ETA at this moment. I am trying to set up a local lab environment to test out the changes, so it can take a relatively long period.
You might check if there are changes in packets first, http://docs.sharpsnmp.com/en/latest/tutorials/troubleshooting.html
It is not a standard API yet, but some `ISnmpData` derived types have a `GetRaw` method, which exposes the raw bytes. Your workaround might not work in all cases, as...