Skip to content

HenryssonDaniel/teacup-java-protocol-opc-ua

Repository files navigation

Build Status Coverage latest release Maven Central Javadocs

What

NOTE: This repository is in a early stage of development.

OPC UA support.

There is also support for an OPC UA server.

Why

This makes it possible to test OPC UA with the framework, both the client and the server.

How

Add this repository as a dependency.

The Client interface holds all the functionality that the OPC UA client can do.
New clients can be created with the Factory class in the client package.

The Simple interface holds all the functionality that the OPC UA server can do.
New servers can be created with the Factory class in the server package.