0.37.0 • Published 5 months ago

opcua-commander v0.37.0

Weekly downloads
31
License
MIT
Repository
github
Last release
5 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.36.0

7 months ago

0.34.0

7 months ago

0.32.0

7 months ago

0.37.0

5 months ago

0.35.0

7 months ago

0.33.0

7 months ago

0.31.0

9 months ago

0.28.0

10 months ago

0.27.0

12 months ago

0.26.0

1 year ago

0.25.0

1 year ago

0.24.0

1 year ago

0.23.0

1 year ago

0.22.0

2 years ago

0.21.0

2 years ago

0.20.0

2 years ago

0.19.1

2 years ago

0.19.0

2 years ago

0.17.0

2 years ago

0.18.0

2 years ago

0.16.0

2 years ago

0.13.0

2 years ago

0.14.0

2 years ago

0.15.0

2 years ago

0.12.0

3 years ago

0.12.1

3 years ago

0.11.0

3 years ago

0.10.1

3 years ago

0.10.0

3 years ago

0.9.0

4 years ago

0.8.2

4 years ago

0.8.1

4 years ago

0.8.0

4 years ago

0.7.1

5 years ago

0.7.0

5 years ago

0.6.0

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.12

7 years ago

0.1.11

7 years ago

0.1.10

7 years ago

0.1.9

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago