Skip to content

0.2.0-beta-rc6

Compare
Choose a tag to compare
@cjcliffe cjcliffe released this 17 Aug 02:20
· 536 commits to master since this release

Release Notes:

  • Improved squelch with dynamic floor/ceiling; improves AM / SSB signal squelch
  • Better squelch+solo auto-focus behavior
  • Adds support for ranged center frequency input (spacebar, numeric trigger) for manual view control
    • Use the dash '-' key between two frequencies when manually entering center frequency to set the view
  • Fix conflict with accelerator keys and application keys (save/solo)
  • Ensure session save files have proper suffix

Using AppImage (Linux)

  • Run chmod +x CubicSDR-0.2.0-rc6-x86_64.AppImage to make the file executable.
  • Run from shell ./CubicSDR-0.2.0-rc6-x86_64.AppImage or double-click in file browser.

Using Flatpak (Linux)

    # 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-0.2.0-rc6.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.