Skip to content

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

License

Notifications You must be signed in to change notification settings

ALMIHAILOV/opcDA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published