Skip to content

vigarbuaa/ua-client-sdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OPC-UA Client SDK

Looking for an OPC-UA Server SDK? Check out the digitalpetri OPC-UA Server SDK.

This is currently under active development.

See examples at https://github.com/digitalpetri/opc-ua-sdk-examples

Support, questions, etc... at http://discourse.digitalpetri.com/

Maven

Snapshots are available from the Sonatype repository:

<repository>
    <id>oss-sonatype</id>
    <name>oss-sonatype</name>
    <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</repository>

Release versions will be available from Maven Central and won't require an explicit repository definition.

<dependency>
    <groupId>com.digitalpetri.opcua</groupId>
    <artifactId>ua-client</artifactId>
    <version>1.0.0-SNAPSHOT</version>
</dependency>

Get Help

Contact kevinherron@gmail.com for more information.

License

The digitalpetri OPC-UA Client SDK is licensed under the GNU Affero General Public License v3 (AGPL-3.0).

Commercial-friendly licensing may be purchased.

About

OPC-UA Client SDK for Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%