Skip to content
This repository has been archived by the owner on Sep 16, 2022. It is now read-only.

A simple minimalistic (maybe even too much?) baseband recoder

Notifications You must be signed in to change notification settings

altillimity/Baseband-Recoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Baseband Recoder

A simple minimalistic (maybe even too much?) baseband recoder. Still kinda WIP!

Building

This will require :

Then, building is done by cmake :

git clone https://github.com/altillimity/Baseband-Recorder.git
cd Baseband-Recorder
mkdir build && cd build
cmake -DBUILD_AIRSPY=1 .. # Replace -DBUILD_AIRSPY with your selected SDR if needed, eg, -DBUILD_LIME=1, -DBUILD_RTLSDR=1, -DBUILD_HACKRF=1
make -j2

Currently, support SDRs are :

  • Airspy R2 / Mini
  • RTLSDR
  • LimeSDR and LimeSDR Mini
  • HackRF

About

A simple minimalistic (maybe even too much?) baseband recoder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published