SNMP v3 node-red-node-snmp

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)

  1. Updated the Net-snmp via NPM in the node_modules
  2. Manually replaced the Net-snmp in the node-red-node-snmp folder (copied all the contents of the existing with the new data)
  3. Started node red and tested it with V1 and 2c (and worked well)
  4. Modified the snmp.html so we now have a v3 in the drop down list
  5. 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)
  6. 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.