Controlling your redpitaya via SCPI commands in rust.
In your Cargo.toml:
[dependencies]
redpitaya-scpi = "0.22"
Firt, you need to enable the SCPI server on your redpitaya, vi ssh:
# systemctl start redpitaya_scpi
You can permantly enable this service:
# systemctl enable redpitaya_scpi
You can also enable it via the web interface, see the official documentation for instructions.
Build examples with cargo:
cargo run --release --example k2000