Dceejay,
I attempted to test this, and used the following steps. (might have been a rude way to do it this way, but I think it worked)
- Updated the Net-snmp via NPM in the node_modules
- Manually replaced the Net-snmp in the node-red-node-snmp folder (copied all the contents of the existing with the new data)
- Started node red and tested it with V1 and 2c (and worked well)
- Modified the snmp.html so we now have a v3 in the drop down list
- Modified snmp.js so we now have a V3 call (and this did not work. reasoning, because I did not read that the API call has changed for version 3, sigh, it pays to read)
- Next weekends task to change the snmp.js call for V3
Question: Is this the right way to approach this, or should I construct a new node from scratch?
Final note: Love all of your dedication and hard work (thumbs up) of all of the team.