Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tools:gqrx [2021/06/15 01:41] – [RPi] darron | tools:gqrx [2021/06/16 11:27] (current) – [Script] darron | ||
---|---|---|---|
Line 1: | Line 1: | ||
====GQRX SDR==== | ====GQRX SDR==== | ||
- | ===RPi=== | + | For this setup we install gqrx on debian and access it remotely using vnc. |
- | ==Install== | + | ===Binaries=== |
< | < | ||
- | sudo apt-get install gqrx-sdr | + | sudo apt-get install gqrx-sdr xterm wmaker |
- | sudo apt-get install | + | |
</ | </ | ||
- | ==Setup== | + | ===Script=== |
+ | |||
+ | vi ~/ | ||
+ | |||
+ | < | ||
+ | #! /bin/sh | ||
+ | sudo / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | sudo / | ||
+ | </ | ||
+ | |||
+ | chmod +x ~/ | ||
+ | |||
+ | ===VNC server=== | ||
+ | |||
+ | ==Configure password== | ||
< | < | ||
Line 16: | Line 32: | ||
</ | </ | ||
- | .vnc/ | + | ==Configure server== |
+ | |||
+ | vi ~/.vnc/ | ||
< | < | ||
#! /bin/sh | #! /bin/sh | ||
export XKL_XMODMAP_DISABLE=1 | export XKL_XMODMAP_DISABLE=1 | ||
- | xrdb $HOME/ | ||
exec wmaker | exec wmaker | ||
</ | </ | ||
+ | chmod +x ~/ | ||
- | ==Run== | + | ==Start server== |
< | < | ||
- | sudo / | + | vncserver |
- | / | + | |
- | gqrx | + | |
</ | </ | ||
+ | |||
+ | ===VNC client=== | ||
+ | |||
+ | Connect to server using your client application. | ||
+ | |||
+ | ==Xterm== | ||
+ | |||
+ | < | ||
+ | ~/bin/GQRX | ||
+ | </ | ||
+ |