2 releases
0.1.1 | Nov 10, 2023 |
---|---|
0.1.0 | Oct 24, 2023 |
#977 in Hardware support
26KB
462 lines
unofficial libiio abstraction layer for ADALM-Pluto SDR
A high-level abstraction layer for interacting with the ADALM-Pluto SDR. Inspired by the official Python Library: pysdr.
Getting started
Add this library to your project:
cargo add pluto-sdr
Or edit your Cargo.toml
:
pluto-sdr = "0.1.0"
Goals
- simple configuration of the Pluto SDR in Rust
- provide useful functions for signal analysis
- provide filtering and convolution options
Dependencies
~3MB
~71K SLoC