{"id":21922698,"url":"https://github.com/teo230/node-red-opcua-x","last_synced_at":"2025-04-19T15:17:38.159Z","repository":{"id":246549221,"uuid":"821446685","full_name":"Teo230/node-red-opcua-x","owner":"Teo230","description":"This node-red package allows to manage OPC UA communication like read, write, subscription, ... and expose its own server","archived":false,"fork":false,"pushed_at":"2025-03-20T00:26:18.000Z","size":8763,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T09:13:01.925Z","etag":null,"topics":["javascript","js","node-opcua","node-red","npm","opc-client","opc-ua","opc-ua-client","opcua"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/node-red-opcua-x","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Teo230.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-28T14:58:17.000Z","updated_at":"2025-03-13T20:38:21.000Z","dependencies_parsed_at":"2024-06-28T16:42:53.369Z","dependency_job_id":"aadcb4b5-ea66-4962-941e-b62ebfe47f05","html_url":"https://github.com/Teo230/node-red-opcua-x","commit_stats":null,"previous_names":["teo230/node-red-opcua-x"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teo230%2Fnode-red-opcua-x","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teo230%2Fnode-red-opcua-x/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teo230%2Fnode-red-opcua-x/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teo230%2Fnode-red-opcua-x/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Teo230","download_url":"https://codeload.github.com/Teo230/node-red-opcua-x/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249724856,"owners_count":21316123,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["javascript","js","node-opcua","node-red","npm","opc-client","opc-ua","opc-ua-client","opcua"],"created_at":"2024-11-28T21:06:21.889Z","updated_at":"2025-04-19T15:17:38.153Z","avatar_url":"https://github.com/Teo230.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# node-red-opcua-x\n\u003cimg src=\"images/node-red-logo.png\" alt=\"drawing\" style=\"height:200px;\"/\u003e \n\u003c!-- \u003cimg src=\"icons/opcua-logo.png\" alt=\"drawing\" style=\"height:200px;\"/\u003e  --\u003e\n\n## What is\nA package that handles OPC UA Client request like read, browse, write, ...\n\n## Versioning\nThe following package use the semantic versioning template\n\n`X.Y.Z`\n\n- X is the `Major` version, when the following number change, the package can be not compatible with the previous versions\n- Y is the `Minor` version, when the following number change, the package is compatible with the previous version with the same Major version\n- Z is the `Patch` version, when the following number change, has the same purpose of Minor but is used for no codes change (update pipeline, wiki, references, ...)\n\nBy now the package is only use the `Minor` because is in prerelease state.\nThe first stable version will start from `1.0.0`\n\n## Features\n\n- [x] Read\n- [x] Write\n- [x] Browse\n- [x] Check connection status\n- [x] Subscription\n- [ ] Events\n- [ ] Methods\n- [x] Connection security access\n- [x] Simple Server (sample server for testing)\n- [ ] Advanced Server\n\n# Getting started\nFrom node-red search for `node-red-opcua-x`\n\nRun command on Node-RED installation directory.\n\t\n    npm i node-red-opcua-x\n\nor run command for global installation.\n\n\tnpm i -g node-red-opcua-x\n\n# Getting started - Developing\n\n## Requirements\n- Node-RED version: v4.0.9\n- Node.js  version: v20.18.0\n\n## OPC Server simulation\nFor testing I use the following OPC UA Server simulator\n\n[OPC Server Simulator - Integration Objects](https://integrationobjects.com/sioth-opc/sioth-opc-servers/opc-server-simulators/)\n\n## Setup\n\n### Import Library\n\n1. From the cloned folder run `npm i`\n2. Open a new terminal inside the node-red source folder\n3. Execute the following command `npm i \u003clocal folder node-red-opcua-x installation\u003e`\n4. Restart node-red\n5. You should be able to see the imported package\n\n### Setup\n1. Start the OPC UA Server Simulator and copy the `Server Endpoints URLs` url\n\u003cimg src=\"images/getting-started-1.png\" alt=\"drawing\"/\u003e\n\n2. Select the `opcua-client-state` or just import the `client-state.json` sample\n\u003cimg src=\"images/getting-started-2.png\" alt=\"drawing\"/\u003e\n\u003cimg src=\"images/getting-started-3.png\" alt=\"drawing\"/\u003e\n\n3. Open the `opcua-client-state` node and setup the client with endpoint, name, username, ...\n\u003cimg src=\"images/getting-started-4.png\" alt=\"drawing\"/\u003e\n\u003cimg src=\"images/getting-started-5.png\" alt=\"drawing\"/\u003e\n\n4. Deploy the flow!\n\u003cimg src=\"images/getting-started-6.png\" alt=\"drawing\"/\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteo230%2Fnode-red-opcua-x","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteo230%2Fnode-red-opcua-x","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteo230%2Fnode-red-opcua-x/lists"}