Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Pybombs support. Add SoapySDR support #41

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bkerler
Copy link

@bkerler bkerler commented Jun 15, 2024

This fixes compile issues with gnuradio/pybombs and adds support for SoapySDR. Tested with SoapyUHD and UsrpB210, best setting is with:

ice9-bluetooth -C 32 -l -s -v -i soapy-0 -w out.pcap

@mikeryan
Copy link
Owner

Thank you for this (and the other) PR! When SoapySDR is unavailable will this code fail or quietly allow the build to continue without the requirement? It's important to me that the number of hard dependencies for this codebase is as small as possible. I welcome SoapySDR support as long as it's not a hard requirement.

@bkerler
Copy link
Author

bkerler commented Jun 19, 2024

Hi, as SoapySDR is supported by almost all sdr vendors and maintained by the gnuradio team it's unlikely to become obsolete. And if, removing the support is pretty easy. (The changes for SoapySDR are primarily in soapysdr.c and soapysdr.h). If you want any specific changes, just let me know ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants