OPC-UA Stack

High-performance OPC-UA stack for Java

View the Project on GitHub digitalpetri/opc-ua-stack

OPC-UA Stack

A high-performance and open-source OPC-UA stack implementation.

Maven

Stack Server

<dependency>
    <groupId>com.inductiveautomation.opcua</groupId>
    <artifactId>stack-server</artifactId>
    <version>1.0.0-SNAPSHOT</version>
</dependency>

Stack Client

<dependency>
    <groupId>com.inductiveautomation.opcua</groupId>
    <artifactId>stack-client</artifactId>
    <version>1.0.0-SNAPSHOT</version>
</dependency>

Supported Features

Transport Protocols

Data Encoding

Security Profiles

Not Supported

Get Help

Contact kevinherron@gmail.com for more information.

License

Apache License, Version 2.0