This is the LADS Sample Server in nodejs created for workshops and to help people to get an easy start into how to bild your own OPC-UA LADS Server.
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 to 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.
LADS SampleServer is MIT licensed.