susuqq / opcua-commander

a opcua client with blessed (ncurses)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 

About

a opcua client with blessed (ncurses)

License:MIT License


Languages

Language:JavaScript 100.0%