opcua-commander

0.40.0 • Public • Published

CLI OPCUA Client with NodeOPCUA

alt text

Get it from the Snap Store

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
$ npm install -g typescript
$ npm run build
$ node dist/index.js -e opc.tcp://localhost:26543 

install on ubuntu

if you have EACCES error on linux,

 $ npm install -g opcua-commander --unsafe-perm=true --allow-root
 $ sudo npm install -g opcua-commander --unsafe-perm=true --allow-root

run with docker

build your docker image

$ docker build . -t commander

Run the docker image

$ docker run -it commander -e opc.tcp://localhost:26543     

/opcua-commander/

    Package Sidebar

    Install

    npm i opcua-commander

    Weekly Downloads

    175

    Version

    0.40.0

    License

    MIT

    Unpacked Size

    6.29 MB

    Total Files

    12

    Last publish

    Collaborators

    • erossignon