huseyinkozan / softfm-gui

SoftFM GUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

SoftFM GUI

License:MIT License


Languages

Language:C++ 95.3%Language:QMake 2.6%Language:C 2.2%