-
SDR package: USRP, BladeRF, PlutoSDR, HackRF
All checks were successfulBuild Sphinx Docs Set / Build Docs (push) Successful in 17sTest with tox / Test with tox (3.11) (push) Successful in 32sTest with tox / Test with tox (3.12) (push) Successful in 27sTest with tox / Test with tox (3.10) (push) Successful in 41sBuild Project / Build Project (3.10) (push) Successful in 48sBuild Project / Build Project (3.11) (push) Successful in 48sBuild Project / Build Project (3.12) (push) Successful in 48sreleased this
2025-10-03 14:24:12 -04:00 | 2 commits to main since this releaseRIA Toolkit OSS v0.1.2 - Release Notes
This release adds support for for reception and transmission from SDR devices via a new package:
ria_toolkit_oss.sdr
. The following SDR devices are currently supported: USRP, BladeRF, PlutoSDR, and HackRF. This package provides a unified interface for SDR control, so the same code to works seamlessly across all supported devices.🌟 New Features
- SDR Package (
ria_toolkit_oss.sdr
) for interfacing with SDR devices. Currently supported devices: USRP, BladeRF, PlutoSDR, and HackRF. New devices can be added by subclassing theria_toolkit_oss.sdr.SDR
base class and implementing hardware-specific reception and transmission methods. - Added code examples demonstrating SDR reception and transmission with bladeRF.
- Added SDR guides summarizing supported models, device capabilities, and setup instructions for using SDRs with RIA Toolkit OSS in Radioconda on Linux.
🚀 Enhancements
- Reorganized the project documentation: moved the Sphinx-generated API (previously at the top-level) into its own section called "RIA Toolkit OSS". Added new top-level sections for SDR guides and usage examples.
- Minor typo and bug fixes
💡 Future Plans
- Add support for the following SDR devices: RTL-SDR, HackRF, and thinkRF.
- Add GNU Radio integration.
- Add signal synthesis utilities, including GNU Radio integration.
- Add our framework for building, controlling, and operating SDR testbeds.
🙌 New Contributors
- Gillian in
e88148c312
- Madrigal in
0f5f36b103
ℹ️ Additional Information
SHA256 Checksums:
ria_toolkit_oss-0.1.1-py3-none-any.whl: f0c97a30b9b3f3f6d145f57eb22d8325c88dd32ddd5e2dd140ed0fc41e15c39e ria_toolkit_oss-0.1.1.tar.gz: ddbc7e7dc228b32142ff67c2288e9477e685fd87effdcd9a2512e9413602d3b7 ria-toolkit-oss-0.1.1-py_0.conda: a90cf2f1ed4195d15e59fe360e97af4fd6f1877462d5cdfe752df9cfeaaaeefe
Changelog: v0.1.1..v0.1.2
If you have any questions or concerns regarding this release, wish to provide feedback, or would
like to suggest an improvement to the project, please feel free to contact the project maintainers.Downloads
- SDR Package (