OPC UA Sample Server based on FreeOpcUa/opcua-asyncio
Based on the Hannover Messe 2021 demonstration of the VDMA Group OPC UA for Surface Technology.
This Sample Server implementation should help companion specification working groups to easily implement a first running server.
This repository provides a container image to be run by Docker as well as a running instance of the main branch at opc.tcp://opcua.umati.app:4842
├──.github              GitHub Workflows
├──doc/images           Documentation and images
├──deps/UA-Nodeset      Normative NodeSet files as external deps of OPC-Foundation/UA-Nodeset repo
├──nodeset              Normative NodeSet files
├──src
    |-data
        |-datasets      Datasets for update variable of the virtual coating line instance
    |-models            XML NodeSets containing the instances of machines in the server
Please clone with git clone --recurse-submodules to resolve the external deps/UA-Nodeset.

