OPC UA PubSub SDK for JAVA

The UA SDK for JAVA is a set of libraries that supports you in writing portable OPC UA applications in pure Java code. The UA SDK actually consists of three SDKs, a Server SDK and a Client SDK and a PubSub-Addon. This PubSub AddOn requires the use of JRE 1.8 (JAVA 8+).

The PubSub-AddOn contains UA Binary encoder/decoder and the transport binding to UDP protocol. It also contains the JSON encoder/decoder and the transport binding to MQTT protocol.