rust-soapysdr

Rust bindings for SoapySDR, the vendor-neutral software defined radio hardware abstraction layer

APACHE-2.0 License

Downloads
49.1K
Stars
76
Committers
10

Bot releases are hidden (Show)

rust-soapysdr - rust-soapysdr 0.4.0 Latest Release

Published by kevinmehall 12 months ago

rust-soapysdr - rust-soapysdr 0.3.3 + soapysdr-sys 0.7.5

Published by kevinmehall over 1 year ago

  • Fix build of soapy-sdr-stream example binary on Windows
  • Use SOAPY_SDR_ROOT and SoapySDR_DIR environment variables to find SoapySDR library directory in addition to pkg-config

Contributors

@tomgilligan

rust-soapysdr - soapysdr-sys 0.7.4

Published by kevinmehall over 1 year ago

  • Update bindgen to 0.64
rust-soapysdr - rust-soapysdr 0.3.2

Published by kevinmehall over 2 years ago

  • Add read/write setting functions (#23)

Contributors: @wcampbell0x2a

rust-soapysdr - rust-soapysdr 0.3.1 + soapysdr-sys 0.7.3

Published by kevinmehall about 3 years ago

  • Include runtime feature on bindgen
  • Discover SoapySDR location from PATH on Windows
  • Don't assume SoapySDR and Rust use the same libc

Contributors: @inganault

rust-soapysdr - soapysdr 0.3.0

Published by kevinmehall over 3 years ago

  • Add clock_source functions (#18)
  • Update num-complex dependency from 0.2 to 0.4 (#17)
  • Update log dependency to 0.4
  • Fix for platforms with 32-bit libc::c_long
rust-soapysdr - soapysdr-sys 0.7.2

Published by kevinmehall over 3 years ago

  • Update bindgen to 0.57
rust-soapysdr - soapysdr-sys 0.7.1

Published by kevinmehall over 3 years ago

  • Compatibility with SoapySDR 0.8 (git master, currently unreleased)
rust-soapysdr - soapysdr 0.2.0 + soapysdr-sys 0.7.0

Published by kevinmehall about 5 years ago

  • Use reference counting instead of lifetimes for device references
  • Impl Send/Sync to enable multi-threaded usage
  • Bump num-complex to 0.2

Contributors

@jboone @sciguy16 @kevinmehall

rust-soapysdr - soapysdr 0.1.0

Published by kevinmehall about 5 years ago

Initial release