-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement DTLS support #73
Comments
Does this library support SNMP V3 over TLS or is that to be added with the DTLS? |
I don't suppose anyone has been planning to add this in soon? It looks like I need to use SNMP v3 over DTLS with certificates and I'm really not finding much online for C# at least |
Any tips on getting started with this? |
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. |
I believe that I am close to getting this implemented, but I'm getting an error "unknown security name". Do you know how to determine the security name to use? |
#133 is related to this. |
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
The text was updated successfully, but these errors were encountered: