Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 585 Bytes

README.md

File metadata and controls

35 lines (19 loc) · 585 Bytes

Mi5 Node-Module (-Interface)

This is work in progress..., there is a mock OPC UA server for testing (./test/mock/opcua-server.js) Roadmap:

  • update node-opcua version

Installation

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

Development

Run the Tests:

npm test