controls-kt/controls-magix
2024-06-17 17:49:12 +03:00
..
api fix repositores 2023-08-23 16:23:27 +03:00
src Fix visibility range for collective 2024-06-09 20:51:12 +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 update device-collective readme 2024-06-17 17:49:12 +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-4.

Gradle Kotlin DSL:

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

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