GQRX SDR

For this setup we install gqrx on debian and access it remotely using vnc.

Binaries

sudo apt-get install gqrx-sdr xterm wmaker wmaker-data wmaker-utils tightvncserver

Script

vi ~/bin/GQRX

#! /bin/sh
sudo /etc/init.d/dbus start
/usr/bin/pulseaudio --start
/usr/bin/gqrx -e
/usr/bin/pulseaudio --kill
sudo /etc/init.d/dbus stop

chmod +x ~/bin/GQRX

VNC server

Configure password
vncpasswd
Configure server

vi ~/.vnc/xstartup

#! /bin/sh
export XKL_XMODMAP_DISABLE=1
exec wmaker

chmod +x ~/.vnc/xstartup

Start server
vncserver -geometry 1542x768

VNC client

Connect to server using your client application.

Xterm
~/bin/GQRX
This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information