controls-kt/controls-opcua
2024-05-29 22:20:22 +03:00
..
api fix repositores 2023-08-23 16:23:27 +03:00
src Major constructor refactoring 2024-05-29 22:20:22 +03:00
build.gradle.kts update dependencies 2024-04-29 17:22:56 +06:00
README.md [WIP] Refactor constructor 2024-05-15 22:49:08 +03:00

Module controls-opcua

A client and server connectors for OPC-UA via Eclipse Milo

Features

  • opcuaClient : Connect a Controls-kt as a client to OPC UA server
  • opcuaServer : Create an OPC UA server on top of Controls-kt device (or device hub)

Usage

Artifact:

The Maven coordinates of this project are space.kscience:controls-opcua:0.4.0-dev-1.

Gradle Kotlin DSL:

repositories {
    maven("https://repo.kotlin.link")
    mavenCentral()
}

dependencies {
    implementation("space.kscience:controls-opcua:0.4.0-dev-1")
}