All Projects → node-opcua → Opcua Commander

node-opcua / Opcua Commander

Licence: mit
a opcua client with blessed (ncurses)

Programming Languages

typescript
32286 projects

Labels

Projects that are alternatives of or similar to Opcua Commander

Iot Dc3
IOT DC3 is an open source, distributed Internet of Things (IOT) platform based on Spring Cloud. It is used for rapid development of IOT projects and management of IOT devices. It is a set of solutions for IOT system.
Stars: ✭ 195 (+96.97%)
Mutual labels:  iot, opc-ua
Oshmi
SCADA HMI for substations and automation applications.
Stars: ✭ 180 (+81.82%)
Mutual labels:  iot, opc-ua
Opc Ua Ooi
Object Oriented Internet - C# deliverables supporting a new Machine To Machine (M2M) communication architecture
Stars: ✭ 104 (+5.05%)
Mutual labels:  iot, opc-ua
Thingsboard Gateway
Open-source IoT Gateway - integrates devices connected to legacy and third-party systems with ThingsBoard IoT Platform using Modbus, CAN bus, BACnet, BLE, OPC-UA, MQTT, ODBC and REST protocols
Stars: ✭ 796 (+704.04%)
Mutual labels:  iot, opc-ua
Fuxa
Web-based Process Visualization (SCADA/HMI/Dashboard) software
Stars: ✭ 262 (+164.65%)
Mutual labels:  iot, opc-ua
Opcua
A client and server implementation of the OPC UA specification written in Rust
Stars: ✭ 202 (+104.04%)
Mutual labels:  iot, opc-ua
Iot Technical Guide
🐝 IoT Technical Guide --- 从零搭建高性能物联网平台及物联网解决方案和Thingsboard源码分析 ✨ ✨ ✨ (IoT Platform, SaaS, MQTT, CoAP, HTTP, Modbus, OPC, WebSocket, 物模型,Protobuf, PostgreSQL, MongoDB, Spring Security, OAuth2, RuleEngine, Kafka, Docker)
Stars: ✭ 2,334 (+2257.58%)
Mutual labels:  iot, opc-ua
Industrial Iot
Azure Industrial IoT Platform
Stars: ✭ 256 (+158.59%)
Mutual labels:  iot, opc-ua
Milo
Eclipse Milo™ - an open source implementation of OPC UA (IEC 62541).
Stars: ✭ 587 (+492.93%)
Mutual labels:  iot, opc-ua
Mainflux
Industrial IoT Messaging and Device Management Platform
Stars: ✭ 1,341 (+1254.55%)
Mutual labels:  iot, opc-ua
Kotlin Obd Api
🚙 A Kotlin OBD-II API for reading engine data
Stars: ✭ 91 (-8.08%)
Mutual labels:  iot
Usbserial
Usb serial controller for Android
Stars: ✭ 1,301 (+1214.14%)
Mutual labels:  iot
Awalwm2m
Awa LWM2M is an implementation of the OMA Lightweight M2M protocol in C.
Stars: ✭ 93 (-6.06%)
Mutual labels:  iot
Bl iot sdk
BL602 SDK. Any technical topic, please access the following link.
Stars: ✭ 96 (-3.03%)
Mutual labels:  iot
Cutehmi
CuteHMI is an open-source HMI (Human Machine Interface) software written in C++ and QML, using Qt libraries as a framework. GitHub repository is a mirror!
Stars: ✭ 90 (-9.09%)
Mutual labels:  iot
Device Simulation Dotnet
IoT Simulation service
Stars: ✭ 93 (-6.06%)
Mutual labels:  iot
Ot Rtos
OpenThread RTOS, an integration of OpenThread, LwIP, and FreeRTOS.
Stars: ✭ 90 (-9.09%)
Mutual labels:  iot
Utensor
TinyML AI inference library
Stars: ✭ 1,295 (+1208.08%)
Mutual labels:  iot
Surviving With Android
Source code related to the posts in the blog
Stars: ✭ 1,275 (+1187.88%)
Mutual labels:  iot
Wifimeshraspberrypi
Workshop to create a sensor application over a WiFi Mesh network
Stars: ✭ 99 (+0%)
Mutual labels:  iot

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 -e opc.tcp://localhost:26543     
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].