JSPM

  • Created
  • Published
  • Downloads 260
  • Score
    100M100P100Q99036F
  • License MIT

OPCUA CLI client

Package Exports

  • opcua-commander

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (opcua-commander) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

CLI OPCUA Client with NodeOPCUA

alt text

install from npm

$ npm install  opcua-commander -g
$ opcua-commander -e opc.tcp://localhost:26543 
    

install from source

$ git clone https://github.com/node-opcua/opcua-commander.git
$ cd opcua-commander
$ npm install
$ node index.js  -e opc.tcp://localhost:26543