GithubHelp home page GithubHelp logo

mbrukman / eclipse-milo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from eclipse/milo

0.0 2.0 0.0 4.95 MB

Eclipse Milo™ - an open source implementation of OPC UA (IEC 62541).

Home Page: http://www.eclipse.org/milo

License: Eclipse Public License 1.0

HTML 0.26% Java 99.74%

eclipse-milo's Introduction

Eclipse Milo

Build status Maven Central Join the chat at https://gitter.im/eclipse/milo

Milo is an open-source implementation of OPC UA. It includes a high-performance stack (channels, serialization, data structures, security) as well as client and server SDKs built on top of the stack.

While this project has existed for some time, it is new to the Eclipse foundation and is therefore considered to be in incubation. While in incubation it will continue to use 0.x.x versions.

Stack Overflow tag: milo

Mailing list: https://dev.eclipse.org/mailman/listinfo/milo-dev

Maven

Building Milo

Using JDK 8, run mvn clean install from the project root.

Releases

Releases are published to Maven Central.

OPC UA Client SDK

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

OPC UA Server SDK

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

OPC UA Stack

<dependency>
    <groupId>org.eclipse.milo</groupId>
    <artifactId>stack-client</artifactId>
    <version>0.2.4</version>
</dependency>
<dependency>
    <groupId>org.eclipse.milo</groupId>
    <artifactId>stack-server</artifactId>
    <version>0.2.4</version>
</dependency>

If you want to reference a SNAPSHOT release a reference to the Sonatype snapshot repository must be added to your pom file:

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

High Level Roadmap

Version 0.3

Stack

  • HTTPS transport

Server

  • Events
  • Instantiation of Complex Object and Variable instances (NodeFactory)

Version 0.4

Server

  • Diagnostic Nodes

Version 1.0

  • Auditing Support?
  • ???

Version 2.0

General

  • Java 9 + Modularization

Stack

  • UA 1.04

Client

  • UA 1.04

Server

  • UA 1.04

Future

  • Javascript/NodeJS Bindings for GraalVM?
  • Python Bindings for GraalVM?
  • History "Connectors"?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.