https://github.com/node-opcua/node-opcua-htmlpanel
small HTML panel to display a OPCUA monitored variable based on node, express, socket.io and node-opcua
https://github.com/node-opcua/node-opcua-htmlpanel
javascript node-opcua socket
Last synced: 12 months ago
JSON representation
small HTML panel to display a OPCUA monitored variable based on node, express, socket.io and node-opcua
- Host: GitHub
- URL: https://github.com/node-opcua/node-opcua-htmlpanel
- Owner: node-opcua
- License: mit
- Created: 2014-04-11T20:55:56.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-04-05T09:00:07.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T09:04:48.321Z (almost 2 years ago)
- Topics: javascript, node-opcua, socket
- Language: JavaScript
- Size: 771 KB
- Stars: 46
- Watchers: 5
- Forks: 22
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
node-opcua-htmlpanel
====================
small HTML panel to display a OPCUA monitored variable based on node, express, socket.io and node-opcua

# how to install
## prerequiste
* git
## step by step install
This steps describe how you can install and test the application on a linux box, such as ubuntu.
The application is also working on Windows, instructions left to the reader to adapt.
$ git clone https://github.com/node-opcua/node-opcua-htmlpanel
$ cd node-opcua-htmlpanel
$ npm i
$
$ # start the html server
$ node app.js
Now visit `http://localhost:3700` on your web browser
( the application connects by default to the Sterfive's demo server : opc.tcp://opcuademo.sterfive.com:26543 )