OPC-UA Server SDK

The Server SDK lays the foundation for implementing a secure and compliant OPC-UA Server with minimal effort. Implementation of the complex security, session, and subscription services is handled by the SDK. The UA and Server namespaces containing the required Nodes and Methods are provided as well.

Server functionality is extended by providing additional Namespace implementations, and only the services required by the application need be provided.

Source and Binaries

Latest release: v0.4.3

View on Github

Maven

<dependency>
    <groupId>com.digitalpetri.opcua</groupId>
    <artifactId>ua-server</artifactId>
    <version>0.4.3</version>
</dependency>