ghpsdr3-alex
ghpsdr3-alex copied to clipboard
Modifications of John Melton's ghpsdr3
I got `cannot find -lsdrutil` at the make step. Following the advice in https://github.com/alexlee188/ghpsdr3-alex/issues/55, i.e. `cd trunk/src/dspserver && make libsdrutil.a && make` resulted in... ``` /usr/bin/ld: tx.o: undefined reference to...
I'm trying to build ghpsdr3-alex under Ubuntu 20 and got following error: ``` g++ -DHAVE_CONFIG_H -I. -g -O3 -Wall -ffast-math -fopenmp -march=native -g -O2 -MT usrp_server-usrp.o -MD -MP -MF .deps/usrp_server-usrp.Tpo...
I have hiqsdr tranceiver board. Receiver is OK. But if run to TX (press to MOX button), DSP server show errors. `hiqsdr: parse_command: 'mox 1' user_data_callback: #samples: 240 LSB first:...
Hey all: I've built the latest ghpsdr3-alex from the latest master branch git source. I've followed the instructions as to pointing qt to the right libraries, and the programs appear...
I run Ubuntu 16.04 and compiled the Master Branch this morning without any issues. The three executable seems to run OK. The rtl-sdr server detects my RTL dongle and it...
(Note: I use JACK on top of ALSA, with pulseaudio outputing to JACK for application compatibility.) When I start QtRadio it appears to connect and disconnect from every input and...
Running Arch, ortp version 0.27.0-1, getting the following error while building: rtp.c: In function 'rtp_init': rtp.c:79:29: warning: passing argument 1 of 'ortp_set_log_level_mask' makes pointer from integer without a cast [-Wint-conversion]...
Hello. A simple automatic squelch for FM. Useful for those who listen to FM glsdr without getting a headache. diff --git a/trunk/src/DttSP/fm_demod.c b/trunk/src/DttSP/fm_demod.c index 7e8eecb..d4197d2 100644 --- a/trunk/src/DttSP/fm_demod.c +++ b/trunk/src/DttSP/fm_demod.c...
Are you plan to add HackRF support?
Hello FM Demod Fix: diff --git a/trunk/src/DttSP/fm_demod.c b/trunk/src/DttSP/fm_demod.c index 9d61575..b228673 100644 --- a/trunk/src/DttSP/fm_demod.c +++ b/trunk/src/DttSP/fm_demod.c @@ -113,7 +113,8 @@ newFMD (REAL samprate, ``` fm->lock = 0.5; fm->afc = 0.0; ```...