About
This does ampliphase modulation using the Red and Green DACs of FL2K VGA dongles.
Install
- Install Rust using https://rustup.rs
- Install clang (Debian:
apt install llvm-dev libclang-dev clang
, others see https://rust-lang.github.io/rust-bindgen/requirements.html) - Install libusb 1.0 (include -dev package)
- Run
cargo build --release