kevinmehall / rust-soapysdr

Rust bindings for SoapySDR, the vendor-neutral software defined radio hardware abstraction layer
Apache License 2.0
75 stars 22 forks source link

Soapy 0.8 support #15

Closed mokus0 closed 4 years ago

mokus0 commented 4 years ago

[builds on #14 because that was necessary in my environment]

Adds support for new setupStream API, in a way which should be backward compatible

kevinmehall commented 4 years ago

Works great with SoapySDR 0.6.1 from Ubuntu 18.04, 0.7.1 from Nix, and 0.8 from git master. Thanks!