~phlash/SoManyBugs#2: 
JavaSDR - broken dependency on SoapySDRJava

Title almost says it all, we currently have a hard dependency on a broken Java wrapper for SoapySDR, where phlash has a personal build that works, but the published work does not. At the very least this should be an optional dep, at best it should be fixed upstream (which phlash could do as a contributor to SoapySDR!)

Status
RESOLVED CLOSED
Submitter
~phlash
Assigned to
Submitted
1 year, 29 days ago
Updated
1 year, 26 days ago
Labels
JavaSDR

~phlash 1 year, 29 days ago

Yep, should be optional at build time, but also we could rethink the binding and instead of the fine-grained/complex SoapySDR API swigg'ed into Java, we create a C++ native lib here that provides a minimal API we define (ITunable and IAudio probably) and can call the C++ API for SoapySDR.

~phlash REPORTED CLOSED 1 year, 26 days ago

Fixed in commit #ee6ed0aa

Register here or Log in to comment, or comment via email.