-
on make i get these (more than i pasted here):
```
/usr/bin/ld: usrp_source.cc:(.text+0x3c3): undefined reference to `rtlsdr_get_device_name'
/usr/bin/ld: usrp_source.cc:(.text+0x3fe): undefined re…
-
- RTLSDR-Airband version you are using (stable release number or branch/commit): git clone
- `make` options used to build the program: sudo make install
- Hardware platform (eg. x86_64, Raspbe…
-
Hi there
I did create the sh script in config/... and configured it the way it works for me.
Allthough when setting up the MQTT node in Node Red an attach a debug node to it not Output is sent from…
-
Dears,
I am receiving the following error when i am ruining the brew upgrade:
saruc@SARUC-M-K22S:~|⇒ brew upgrade
Warning: Calling MacOS.xcode_version is deprecated!
Use MacOS::Xcode.version instea…
-
Thank you for your work on making this server available. I am opening this issue to report a problem I have observed as described below.
I'm using a raspberry pi 3B+ with a fresh install of 2022-04…
-
I noticed an error when using the latest 32-bit 2019/07/14 windows build from here:
https://ftp.osmocom.org/binaries/windows/rtl-sdr/
Calling rtlsdr_close just blocks/freezes indefinitely. On p…
-
I am running Ubuntu and while I can import rtlsdr, when I try to initialize it, I get the following error:
Traceback (most recent call last):
File "", line 1, in
File "/usr/local/lib/python2.7/d…
-
HI again, I have now compiled SoapySDR for mac using all my devices. How do I specify GLRPT to select the one I choose?
command:
`SoapySDRUtil --info | grep "Available factories"`
result:
`Ava…
-
I am testing some code to detect when a Soapy-compatible SDR is physically unplugged and to remove it from an internal list. This works for an RTLSDR and HackRF, but the Pluto continues to be recogni…
-
Hi, I noticed that the sample output format is using 64 bit floating point values for I and Q. Given the RTLSDR only outputs 8 bit integers why was 64 bit floats chosen rather than the more common 32 …