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

Fix and test soapy-sdr-stream example binary on Windows #30

Closed kevinmehall closed 1 year ago

kevinmehall commented 1 year ago

Inspired by https://github.com/kevinmehall/rust-soapysdr/pull/29 but uses signalbool's Windows-compatible Flag::Restart instead of replacing it with another library. Includes commits from https://github.com/kevinmehall/rust-soapysdr/pull/28.