| Crates.io | redpitaya-scpi |
| lib.rs | redpitaya-scpi |
| version | 0.28.0 |
| created_at | 2017-04-10 19:30:46.013895+00 |
| updated_at | 2025-12-11 13:06:50.635367+00 |
| description | Controlling your redpitaya via SCPI commands |
| homepage | |
| repository | https://github.com/yellow-pitaya/scpi-client |
| max_upload_size | |
| id | 10229 |
| size | 67,047 |
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