Skip to content

Commit

Permalink
add readme content
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-fantin committed Jul 5, 2024
1 parent 58a2920 commit 2b06691
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 4 deletions.
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,25 @@
# Test
# node-red-opcua-x
<img src="icons/opcua-logo.png" alt="drawing" style="height:200px;"/>
<img src="images/node-red-logo.png" alt="drawing" style="height:200px;"/>

## What is
A package that handles OPC UA Client request like read, browse, write, ...

## Features

- [x] Read
- [ ] Write
- [x] Browse
- [x] Check connection status
- [ ] Subscription
- [ ] Events
- [ ] Methods

# Getting started
Run command on Node-RED installation directory.

npm i node-red-opcua-x

or run command for global installation.

npm i -g node-red-opcua-x
Binary file added images/node-red-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 12 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-opcua-x",
"version": "0.3.0",
"version": "0.3.1",
"node-red": {
"nodes": {
"opcua-client": "opcua-client.js",
Expand All @@ -9,6 +9,17 @@
"opcua-browse": "opcua-browse.js"
}
},
"keywords":[
"node-red",
"opcua",
"opc-ua",
"javascript",
"js",
"npm",
"opc-ua-client",
"opcua-client",
"node-opcua"
],
"dependencies": {
"node-opcua": "^2.127.1"
}
Expand Down

0 comments on commit 2b06691

Please sign in to comment.