-
Notifications
You must be signed in to change notification settings - Fork 50
SNMP V3 Added #1
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
base: master
Are you sure you want to change the base?
Conversation
|
Nice I'll take a look at it tomorrow. I'm currently travelling. Thanks ! On Wed, Nov 13, 2013 at 10:27 PM, tiebingzhang notifications@github.comwrote:
|
|
Just to keep you up to date : I'm working on extending this patch. It needs It's too bad the code isn't split up in multiple pull requests too. The Thanks On Thu, Nov 14, 2013 at 9:28 AM, Christophe Devriese <
|
|
Thanks for keeping me posted. Sorry about the combined git pull request. I hope you can use some of the code. I did it in a rush to get some basic Best regards, Tiebing On Sat, Nov 16, 2013 at 9:35 PM, cdevr notifications@github.com wrote:
|
|
Great library! Any update on adding SNMPv3? |
|
Is it possible to give an input the authkey and secretkey as hex byte rather than passing in the pass phrases? I can see that the code converts the pass words to key bytes. But want to directly input the auth and privKey. @tiebingzhang @cdevr |
Hi,
I have added some basic SNMP V3 support to your WapSNMP project. The V3 is implemented along with V1 and V2C. Right now only GetNext is implemented, but the rest can be implemented in a similar way. Would you like to pull and merge this into your repository?
Best regards,
Tiebing