0.40.0 • Published 7 months ago

opcua-commander v0.40.0

Weekly downloads
31
License
MIT
Repository
github
Last release
7 months ago

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     
 
0.40.0

7 months ago

0.38.0

1 year ago

0.39.0

11 months ago

0.36.0

2 years ago

0.34.0

2 years ago

0.32.0

2 years ago

0.37.0

2 years ago

0.35.0

2 years ago

0.33.0

2 years ago

0.31.0

2 years ago

0.28.0

2 years ago

0.27.0

2 years ago

0.26.0

2 years ago

0.25.0

2 years ago

0.24.0

2 years ago

0.23.0

2 years ago

0.22.0

3 years ago

0.21.0

3 years ago

0.20.0

3 years ago

0.19.1

3 years ago

0.19.0

3 years ago

0.17.0

3 years ago

0.18.0

3 years ago

0.16.0

3 years ago

0.13.0

4 years ago

0.14.0

4 years ago

0.15.0

4 years ago

0.12.0

4 years ago

0.12.1

4 years ago

0.11.0

4 years ago

0.10.1

4 years ago

0.10.0

4 years ago

0.9.0

5 years ago

0.8.2

5 years ago

0.8.1

5 years ago

0.8.0

5 years ago

0.7.1

6 years ago

0.7.0

6 years ago

0.6.0

6 years ago

0.5.0

6 years ago

0.4.0

6 years ago

0.3.0

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.12

8 years ago

0.1.11

8 years ago

0.1.10

8 years ago

0.1.9

8 years ago

0.1.7

8 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago