🎛️ A Loupedeck driver library in Rust + a declaratively configured host application
Find a file
2024-02-22 00:12:49 +01:00
crates commit 2024-02-20 16:05:32 +01:00
examples/full commit 2024-02-22 00:12:49 +01:00
handlers commit 2024-02-05 00:13:03 +01:00
src commit 2024-02-22 00:12:49 +01:00
.gitignore commit 2024-02-01 16:23:25 +01:00
Cargo.lock commit 2024-02-22 00:12:49 +01:00
Cargo.toml commit 2024-02-22 00:12:49 +01:00
LICENSE.md Initial commit 2023-12-28 18:39:46 +01:00
README.md commit 2024-02-22 00:12:49 +01:00
rustfmt.toml WIP: Add parsing of image filter strings 2023-12-30 02:16:23 +01:00

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

foxxyzs loupedeck library for JavaScript (licensed under the MIT license) was used as a reference for and inspired the design of loupedeck_serial.