This is the LADS Sample Server in nodejs created for workshops and to help people to get an easy start into how to build your own LADS OPC UA Server.
The project is updated to the public release version of LADS OPC UA 1.0 (OPC 30500-1). You will find the offcial node-set files at OPC Foundation GitHub repository. After registration at the OPC Foundation's web-site, you are able to download the accompanying specification documents.
To use this project you need an installation of a recent javascript engine. To build this server we used nodejs in the version 20.
First you need to install the dependencies of the project. You can accomplish that with the console command npm install
in the root of the project.
To run the code just execute npm start
in the root folder of the project.
The main purpose of this repository is to simplify adoption of the LADS standard by providing sample implementations. Development of it happens in the open on GitHub, and we are grateful to the community for contributing bugfixes and improvements.
This code comes without any warranty!
LADS SampleServer is MIT licensed.