Cross-platform, lightweight IoT debugging tool
Built with Rust + egui — runs natively on Windows, macOS and Linux
👉 Download latest release (when available)
👉 Or build it yourself in ~2 minutes
- Serial
- Modbus Read
- Modbus
# 1. Make sure you have recent Rust (1.89+ recommended)
rustup update
# 2. Windows only — add the msvc target (only needed once)
rustup target add x86_64-pc-windows-msvc
# 3. Build release version
cargo build --release
cargo build --release --target x86_64-pc-windows-msvcMIT License
Made with ❤️ and egui
Thanks to emilk/egui for the excellent immediate-mode GUI library!
