Command line utility to exchange data with radios running OpenRTX
- Install the rust toolchain using rustup
- Clone this repository and enter the
rtxlinkfolder - Run
cargo runto compile and run a debug build
You can append rtxlink parameters to thecargo runcommand.
- If you get this build error on Fedora
error: failed to run custom build command for `libudev-sys v0.1.4
You may be missing libudev, install it with
sudo dnf install systemd-devel