controls-kt/controls-magix
2024-04-29 18:09:22 +06:00
..
api fix repositores 2023-08-23 16:23:27 +03:00
src Refactor load test 2024-03-25 15:48:23 +03:00
build.gradle.kts Merge branch 'dev' into support/update_dependencies 2024-04-29 18:09:22 +06:00
README.md Update readme and API 2024-03-04 15:58:53 +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.3.0.

Gradle Kotlin DSL:

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

dependencies {
    implementation("space.kscience:controls-magix:0.3.0")
}