You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set LIBCLANG_PATH environment variable to LLVM bin directory for rust-bindgen
Add PothosSDR bin directory to system PATH
Warning
Many SoapySDR driver modules have error handling and thread safety bugs. This library provides
safe Rust wrappers assuming the drivers meet the (under-documented) intentions of the SoapySDR
core API contract, but if SoapySDR loads modules that violate this contract and you do atypical
things with them, you may encounter unexpected behavior. For details, see
this SoapySDR issue.
Utilities
This crate comes with two small utilities that serve as example code.
soapy-sdr-info
Displays device details like SoapySDRUtil.
cargo run --release --features=binaries --bin soapy-sdr-info
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in
the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without
any additional terms or conditions.
About
Rust bindings for SoapySDR, the vendor-neutral software defined radio hardware abstraction layer