Skip to content

huseyinkozan/softfm-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SoftFM GUI

A GUI wrapper for softfm.

Requirements

To use the gui, you will need;

  • A SDR device. I have tested with a Nooelec NESDR Mini.
  • SoftFM or any fork. I have tested with hayguen/ngsoftfm.
  • A Linux distro. I have tested with Ubuntu 20.04.
  • Build tools and Qt. sudo apt install build-essential qt5-default

Building the code

To build and run, enter below commands.

cd <path_to_softfm-gui>
mkdir build
cd build
qmake ../src/softfm-gui.pro
make
./softfm-gui

Screenshots

Basic Dark
screenshot-basic screenshot-dark
Advanced Settings
screenshot-advanced screenshot-settings
Tray Scan
screenshot-tray screenshot-scan