Skip to content

nh-tu-z/opc-ua-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OPC UA Server

Software License

Requirements

TODO - add requirements

Usage

  • npm install to install all packages in package.json.
  • npm start to run the project.
  • npm run dev-server to run with auto-restart.

Local environment

Rerequisite

1. EMQX

  • Install EMQX at https://www.emqx.io/downloads
  • Prompt to EMQX Dashboard by default at:
    http://localhost:18083/
    Log in with default account:
    $ username = admin
    $ password = public
  • TODO

2. MongoDB

  • Provide the mongo uri fof the project. For example:
    mongodb://localhost:27017

3. Environment Configuration

$ MQTT_PROTOCOL # MQTT protocol such as mqtt, mqtts, ws, wss

Run the OPC UA Server

  • npm run dev-server to run with auto-restart.

Releases

No releases published

Packages

No packages published