calmh / node-snmp-native

Native Javascript SNMP library for Node.js
MIT License
252 stars 65 forks source link

SNMPv3 support #16

Closed animedbz16 closed 10 years ago

animedbz16 commented 10 years ago

I know its listed as future development in the readme, but I didn't see a ticket open for it.

calmh commented 10 years ago

Actually, the readme lists it as specifically out of scope for the project. Sorry.

animedbz16 commented 9 years ago

Wanted to update this since I found another project in Ruby that seems to have implemented this. Maybe it could assist with the development of SNMPv3 for node.

https://github.com/nemski/pure_SNMPv3/blob/master/snmpv3-client.rb

gregmac commented 9 years ago

@calmh Out of scope as in you don't want this project to ever have SNMPv3, or just that you have no plans to do it yourself?

This is something I may be interested in working on at some point; it would be nice to know if there are others interested as well (and if it should be contributed as part of this project, a fork, or something new).