Release Notes:
- Update SoapySDR to 0.5.x
- Add flatpak build for Linux
- Update SoapyAirspy with Bias Tee support
- Minor SoapySDRPlay fixes
- Proper AppImageKit build
Using AppImage (Linux)
- Run
chmod +x CubicSDR-0.2.0-beta-rc4-x86_64.AppImage
to make the file executable. - Run from shell
./CubicSDR-0.2.0-beta-rc4-x86_64.AppImage
or double-click in file browser.
Using Flatpak (Linux)
- Install flatpak using instructions from http://flatpak.org/getting.html
- Install the gnome repo and 3.20 runtime if you don't have it already:
# download and install key, add remote
wget https://sdk.gnome.org/keys/gnome-sdk.gpg
sudo flatpak remote-add --gpg-import=gnome-sdk.gpg gnome https://sdk.gnome.org/repo/
# note: if the installer crashes just run it again until it finishes.
flatpak install gnome org.gnome.Platform 3.20
- Install CubicSDR flatpak
flatpak install --bundle CubicSDR.flatpak
- Once installed, run with
flatpak run com.cubicsdr.App
- To uninstall CubicSDR flatpak (or prepare for re-install)
flatpak uninstall com.cubicsdr.App
Included SoapySDR support modules
- SoapyRemote
- RTL-SDR
- AirSpy
- SDRPlay** (only AppImage supported for Linux currently)
- HackRF
- BladeRF
- Red Pitaya
- Audio Devices
- UHD (OSX / Windows Only)
- RFSpace (OSX Only)
**Note that SDRPlay requires C:\Program Files\MiricsSDR\API\x64\mir_sdr_api.dll
for Win64 or C:\Program Files\MiricsSDR\API\x86\mir_sdr_api.dll
(not included) to be copied to C:\Program Files\CubicSDR
for windows. SDRPlay owners can obtain an installer from http://sdrplay.com/windows.html, http://sdrplay.com/linux.html or http://sdrplay.com/mac.html.