/opcDA

OPC DA and OPC HDA library based on the work openscada and j-interop.

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

opcDA

These are cleaned up and modified version libraries based on the work of j-interop, openscada and skyghis.

Added support for Win10 and OPC HDA.

Quickstart

Add to POM file:

<repositories>
		<repository>
			<id>opcDA-mvn-repo</id>
			<url>https://raw.github.com/ALMIHAILOV/opcDA/mvn-repo/</url>
			<snapshots>
				<enabled>true</enabled>
				<updatePolicy>always</updatePolicy>
			</snapshots>
		</repository>
</repositories>
<dependencies>
		<dependency>
			<groupId>com.github.almihailov</groupId>
			<artifactId>opcDA</artifactId>
			<version>1.0-SNAPSHOT</version>
		</dependency>
</dependencies>