mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
Update readme & bump to v1.0.0
This commit is contained in:
parent
069ee071ad
commit
484c4f9574
@ -1,8 +1,13 @@
|
||||
node-red-node-snmp
|
||||
==================
|
||||
|
||||
A pair of <a href="http://nodered.org" target="_new">Node-RED</a> nodes that
|
||||
fetch either individual oids, or a table oid from a SNMP enabled host.
|
||||
A set of <a href="http://nodered.org" target="_new">Node-RED</a> nodes that
|
||||
fetch values from SNMP enabled hosts. Supports v1, v2c and v3.
|
||||
* SNMP get - Simple SNMP oid or oid list fetcher
|
||||
* SNMP set - Simple snmp Set node.
|
||||
* SNMP subtree - Simple sub tree fetcher
|
||||
* SNMP table - Simple SNMP oid table fetcher
|
||||
* SNMP walker - Simple SNMP oid walker fetcher
|
||||
|
||||
Install
|
||||
-------
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name" : "node-red-node-snmp",
|
||||
"version" : "0.1.0",
|
||||
"description" : "A Node-RED node that looks for SNMP oids.",
|
||||
"version" : "1.0.0",
|
||||
"description" : "A Node-RED node that gets and sets SNMP oid values. Supports v1, v2c and v3",
|
||||
"dependencies" : {
|
||||
"net-snmp" : "^3.6.3"
|
||||
},
|
||||
@ -10,7 +10,7 @@
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/io/snmp"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "snmp", "oid" ],
|
||||
"keywords": [ "node-red", "snmp", "oid", "snmpv3" ],
|
||||
"node-red" : {
|
||||
"nodes" : {
|
||||
"snmp": "snmp.js"
|
||||
|
Loading…
Reference in New Issue
Block a user