Skip to content

Commit 484c4f9

Browse files
committed
Update readme & bump to v1.0.0
1 parent 069ee07 commit 484c4f9

2 files changed

Lines changed: 10 additions & 5 deletions

File tree

io/snmp/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
node-red-node-snmp
22
==================
33

4-
A pair of <a href="http://nodered.org" target="_new">Node-RED</a> nodes that
5-
fetch either individual oids, or a table oid from a SNMP enabled host.
4+
A set of <a href="http://nodered.org" target="_new">Node-RED</a> nodes that
5+
fetch values from SNMP enabled hosts. Supports v1, v2c and v3.
6+
* SNMP get - Simple SNMP oid or oid list fetcher
7+
* SNMP set - Simple snmp Set node.
8+
* SNMP subtree - Simple sub tree fetcher
9+
* SNMP table - Simple SNMP oid table fetcher
10+
* SNMP walker - Simple SNMP oid walker fetcher
611

712
Install
813
-------

io/snmp/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name" : "node-red-node-snmp",
3-
"version" : "0.1.0",
4-
"description" : "A Node-RED node that looks for SNMP oids.",
3+
"version" : "1.0.0",
4+
"description" : "A Node-RED node that gets and sets SNMP oid values. Supports v1, v2c and v3",
55
"dependencies" : {
66
"net-snmp" : "^3.6.3"
77
},
@@ -10,7 +10,7 @@
1010
"url":"https://github.com/node-red/node-red-nodes/tree/master/io/snmp"
1111
},
1212
"license": "Apache-2.0",
13-
"keywords": [ "node-red", "snmp", "oid" ],
13+
"keywords": [ "node-red", "snmp", "oid", "snmpv3" ],
1414
"node-red" : {
1515
"nodes" : {
1616
"snmp": "snmp.js"

0 commit comments

Comments
 (0)