This is work in progress..., there is a mock OPC UA server for testing (./test/mock/opcua-server.js) Roadmap:
- update node-opcua version
git clone https://github.com/ProjectMi5/NodeModule
cd NodeModule
npm install
Now use config.sample.js to create a file config.js
. This file is not versioned!
copy config.sample.js config.js
(Note, this is Windows notation, use mv in Linux)
Run the tests:
npm test
Start the app with npm
npm start
or manually with:
node app.js
Run the Tests:
npm test