adrian

Results 108 comments of adrian

https://github.com/qradiolink/qradiolink very experimental but supports transmitting, at least with SoapyPlutoSDR and SoapyLMS7.

Should be fixed with workaround but more testing required.

Workaround blocks had their own issue. Re-opening to document proper workaround this time.

This is related to issue https://github.com/gnuradio/gnuradio/issues/3376 To work around this, run `volk_profile`, then open `~/.volk/volk_config` and ensure that the line starting with ` volk_8u_x4_conv_k7_r2_8u` reads `volk_8u_x4_conv_k7_r2_8u spiral spiral`, and if...

You need libconfig++ and libconfig++-dev packages to be installed prior to building. See the list of all dependencies in the README, and try to apt install them all before building...

Hmm, that's a weird one, never seen it before. It seems the linker can't link into libprotobuf-c++. Which branch are you building off? I've made changes lately to that part...

Can you post your version of libprotobuf? I am using libprotobuf17 here, make sure you are not using libprotobuf-lite17. To completely avoid this, fall back in release versions until you...

I forgot to ask the most basic question: which version of Debian is your OS based on? Debian 10 (current stable) is supported, so if your version of Raspbian is...

> /usr/bin/ld: QRadioLink.pb.o:(.data.rel.ro+0x26c): more undefined references to `google::protobuf::Message::SpaceUsed() const' follow > collect2: error: ld returned 1 exit status > make: *** [Makefile:439: qradiolink] Error 1 > libprotobuf-dev is already the...

Djani, I don't know about Soapy remote. Theoretically it might work, but in practice it's always harder. Don't expect it to work perfectly though, or even well enough. Had some...