Skip to content

aschaepper/opcua-commander

 
 

Repository files navigation

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
$ 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 bin/opcua-commander -e opc.tcp://localhost:26543     

About

a opcua client with blessed (ncurses)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 93.6%
  • JavaScript 3.7%
  • Dockerfile 2.7%