Skip to content

Commit a7762ea

Browse files
committed
Add SNMPv3 support and update to latest deps
closes #705
1 parent 4b99a5f commit a7762ea

3 files changed

Lines changed: 571 additions & 444 deletions

File tree

io/snmp/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name" : "node-red-node-snmp",
3-
"version" : "0.0.26",
3+
"version" : "0.1.0",
44
"description" : "A Node-RED node that looks for SNMP oids.",
55
"dependencies" : {
6-
"net-snmp" : "2.9.6"
6+
"net-snmp" : "3.6.2"
77
},
88
"repository" : {
99
"type":"git",
@@ -24,6 +24,7 @@
2424
"contributors": [
2525
{ "name": "Mika Karaila" },
2626
{ "name": "Bryan Malyn" },
27+
{ "name": "Steve-Mcl" },
2728
{ "name": "Andres" }
2829
]
2930
}

0 commit comments

Comments
 (0)