tower-cli v0.2.0
Host CLI/TUI for the HARDWARIO TOWER console link — the tower binary
decodes the framed serial protocol from the
tower firmware (logs, events,
shell), which a plain serial monitor shows only as raw frame bytes.
Install
Download the archive for your platform, extract it, and put tower on your PATH:
tar -xzf tower-v0.2.0-<target>.tar.gz # .zip on Windows
sudo mv tower-*/tower /usr/local/bin/ # macOS / LinuxEach archive ships with a matching .sha256 for verification.
Assets
| Platform | Target |
|---|---|
| Linux x86_64 | x86_64-unknown-linux-gnu |
| Linux ARM64 | aarch64-unknown-linux-gnu |
| Linux ARMv7 (Raspberry Pi) | armv7-unknown-linux-gnueabihf |
| macOS Intel | x86_64-apple-darwin |
| macOS Apple Silicon | aarch64-apple-darwin |
| Windows x86_64 | x86_64-pc-windows-msvc |
Full Changelog: v0.1.0...v0.2.0