| Crates.io | magic-home-rs |
| lib.rs | magic-home-rs |
| version | 0.1.0 |
| created_at | 2025-11-30 19:57:52.836741+00 |
| updated_at | 2025-11-30 19:57:52.836741+00 |
| description | Rust port of the magic-home library and CLI for controlling RGBW LED controllers over TCP/UDP |
| homepage | https://github.com/dasBasti/magic-home-rs |
| repository | https://github.com/dasBasti/magic-home-rs |
| max_upload_size | |
| id | 1958752 |
| size | 61,640 |
This is a Rust port of the magic-home cli and lib.
How to run
Run unit tests:
cd hue-rs && cargo test
Run CLI (help):
cd hue-rs && cargo run -- --help
Example discover:
cd hue-rs && cargo run -- discover
Notes