Skip to content

Simple example of the OPC UA implementation using Eclipse Milo Library

Notifications You must be signed in to change notification settings

husseinmarah/opcua-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opcua-example

Simple example of the OPC UA implementation using Eclipse Milo Library

OPC UA Client SDK

<dependency>
    <groupId>org.eclipse.milo</groupId>
    <artifactId>sdk-client</artifactId>
    <version>0.6.9</version>
</dependency>

OPC UA Server SDK

<dependency>
    <groupId>org.eclipse.milo</groupId>
    <artifactId>sdk-server</artifactId>
    <version>0.6.9</version>
</dependency>

Running the example

Excecute the project

$ mvn clean install

Run the server

$ mvn -f pom.xml exec:java or $ mvn -f pom.xml exec:java@ServerMain

Run the client

$ mvn -f pom.xml exec:java or $ mvn -f .\pom.xml exec:java@ClientMain

Run the subsctiption client

$ mvn -f pom.xml exec:java or $ mvn -f .\pom.xml exec:java@SubscriptionClient

About

Simple example of the OPC UA implementation using Eclipse Milo Library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages