How to install SDR# server on Raspberry Pi

I am still trying to figure out which SDR software is the best for me, I am intensively testing SDR++ and SDR#. Installing SDR++ server I described HERE. Now it is a time to show how to install server for SDR# on Raspberry Pi – I am going to do it on Raspberry Pi 4 with 32 bit Lite system.

First of all, install:

sudo apt install rtl-sdr librtlsdr-dev

then:

mkdir spyserver

cd ./spyserver

Then download to your Raspberry Pi a file from https://airspy.com/download/ for 32 or 64 bit version.

wget -O spyserver.tgz https://airspy.com/?ddownload=4247

so I save the tgz file in /home/pi/spyserver

Unpack it:

tar xvzf spyserver-arm32.tgz

sudo pico spyserver.config – edit whatever you need/want to edit

I run the server in screen, by executing the command:

./spyserver

And this is my SDR# on my windows machine connected to SDR# server:

Sources:

https://www.rtl-sdr.com/rtl-sdr-tutorial-setting-up-and-using-the-spyserver-remote-streaming-server-with-an-rtl-sdr/

https://airspy.com/download/

Leave a Reply

Your email address will not be published. Required fields are marked *

CAPTCHA
Change the CAPTCHA codeSpeak the CAPTCHA code
 

This site uses Akismet to reduce spam. Learn how your comment data is processed.