🎛️ A Loupedeck driver library in Rust + a declaratively configured host application
crates | ||
examples/full | ||
handlers | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE.md | ||
README.md | ||
rustfmt.toml |
Deckster
Remote handler host handshake
-
The coordinator publishes the config to
PREFIX/config
which includes a nonce. -
All hosts publish the nonce to
PREFIX/handler_hosts/HOST_ID/active_run_id
so that the coordinator knows they are alive.
Attribution
foxxyz’s loupedeck
library for JavaScript
(licensed under the MIT license)
was used as a reference for and inspired the design of loupedeck_serial
.