SDRconnect

SDRconnect

 

Download SDRconnect from here. The current version is 1.0.10 and the minimum version of the nRSP-ST firmware that is supported is 1.0.15

This document will be updated with every SDRconnect software release

SDRconnect is our multi-platform software for operating our hardware. A headless version is also installed to enable third party applications to use the hardware without the UI visible.

Supports all RSPs except RSP1

This is 64-bit software and so requires 64-bit operating system and architecture

Linux is only tested and supported on Ubuntu LTS distributions up to 24.04 LTS

Standard installation (both x64 and arm64):

/bin/bash -c "$(curl -fsSL https://www.sdrplay.com/software/install.sh)"

 

Other supported non-standard ways to perform the installation:

Pre-accept license agreement:

/bin/bash -c "ACCEPTLICENSE=1 $(curl -fsSL https://www.sdrplay.com/software/install.sh)"

Install on unsupported Linux distribution (you’re responsible for installing dependency libraries):

/bin/bash -c "NOTSUPPORTED=1 $(curl -fsSL https://www.sdrplay.com/software/install.sh)"

Offline installation:

/bin/bash -c "DONOTDOWNLOAD=1 $(curl -fsSL https://www.sdrplay.com/software/install.sh)"

or

wget https://www.sdrplay.com/software/install.sh
chmod 755 ./install.sh
DONOTDOWNLOAD=1 ./install.sh

For the offline installation here are the files you will need to have local to the installer. Select the relevant achtecture and extract the files to the folder with the install.sh was downloaded to:

Loading...