Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-red-contrib-opcua-server

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-opcua-server

Node-RED contribution nodes with next generation OPC UA in a compact and less dependencies package.

  • 1.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

Platform Node-RED Contrib OPC UA License NPM version NodeJS_Version Standard - JavaScript Style Guide NPM download Repository GitHub Build and publish Codacy Badge

node-red-contrib-opcua-server

A programmable OPC UA server for Node-RED based on node-opcua next generation version with less dependencies.

Core

using next generation node-opcua version from Etienne Rossignon

Install

Run the following command in your Node-RED user directory - typically ~/.node-red

    npm install node-red-contrib-opcua-server

try these options on npm install to build from source if you have problems to install

    --unsafe-perm --build-from-source

Debug

Debugging on remote devices is important to help users. The verbose logging provides interesting points in different abstractions if IDE or console debugging is not possible.

Start debug with Node-RED in verbose (-v) mode to get a verbose logging:

DEBUG=opcuaCompact* node-red -v 1>Node-RED-OPC-UA-Server.log 2>&1

or on local Node-RED

DEBUG=opcuaCompact* node red.js -v 1>Node-RED-OPC-UA-Server.log 2>&1

Code Style

Prettier

Contribution

Yes, sure! Please help us to make it even better and send your pull requests or tests!

Happy coding!

License

based on node-opcua we use MIT license Copyright (c) 2019 Bianco Royal Software Innovations®

Keywords

FAQs

Package last updated on 31 Jul 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc