controls-kt/controls-magix
2024-05-21 09:44:45 +03:00
..
api fix repositores 2023-08-23 16:23:27 +03:00
src Fix Rsocket endpoint without filter. Add integration test with loop 2024-05-21 09:44:45 +03:00
build.gradle.kts Fix Rsocket endpoint without filter. Add integration test with loop 2024-05-21 09:44:45 +03:00
README.md [WIP] Refactor constructor 2024-05-15 22:49:08 +03:00

Module controls-magix

Magix service for binding controls devices (both as RPC client and server)

Features

  • controlsMagix : Connect a DeviceManage with one or many devices to the Magix endpoint
  • DeviceClient : A remote connector to Controls-kt device via Magix

Usage

Artifact:

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

Gradle Kotlin DSL:

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

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