1
0
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:
Steve-Mcl 2022-04-28 20:36:53 +01:00
parent 069ee071ad
commit 484c4f9574
2 changed files with 10 additions and 5 deletions

View File

@ -1,8 +1,13 @@
node-red-node-snmp node-red-node-snmp
================== ==================
A pair of <a href="http://nodered.org" target="_new">Node-RED</a> nodes that A set 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. 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 Install
------- -------

View File

@ -1,7 +1,7 @@
{ {
"name" : "node-red-node-snmp", "name" : "node-red-node-snmp",
"version" : "0.1.0", "version" : "1.0.0",
"description" : "A Node-RED node that looks for SNMP oids.", "description" : "A Node-RED node that gets and sets SNMP oid values. Supports v1, v2c and v3",
"dependencies" : { "dependencies" : {
"net-snmp" : "^3.6.3" "net-snmp" : "^3.6.3"
}, },
@ -10,7 +10,7 @@
"url":"https://github.com/node-red/node-red-nodes/tree/master/io/snmp" "url":"https://github.com/node-red/node-red-nodes/tree/master/io/snmp"
}, },
"license": "Apache-2.0", "license": "Apache-2.0",
"keywords": [ "node-red", "snmp", "oid" ], "keywords": [ "node-red", "snmp", "oid", "snmpv3" ],
"node-red" : { "node-red" : {
"nodes" : { "nodes" : {
"snmp": "snmp.js" "snmp": "snmp.js"