Git Product home page Git Product logo

sdr-projects's Introduction

build CodeFactor Coverage Status MIT License

SDR-projects

This repository contains a collection of C++ project for Software Defined Radios.

Software Dependencies

To build this project, make sure to install those dependencies:

sudo apt-get install automake autoconf
git clone git://github.com/jgaeddert/liquid-dsp.git
cd liquid-dsp
git checkout -b v1.3.2
./bootstrap.sh
./configure
make
sudo make install
sudo apt-get install libboost-all-dev
git clone https://github.com/pothosware/SoapySDR.git
cd SoapySDR && git checkout -b soapy-sdr-0.7.2
cd SoapySDR && mkdir build && cd build
cmake ..
make
sudo make install

SDR Compatibility

All the projects in this repo are using SoapySDR as an Abstraction Layer. This makes compatible with most Open-Source SDR:

  • BladeRF, LimeSDR, HackRF, SDRplay, Airspy, RTL-SDR, Miri-SDR, USRP, RedPitaya, Pluto SDR

Note: Each radio has a different frequency range, maximum sample rate and number of channels. Depending on the radio, it may not be able to run all the projects in this repository. Since i do not own evey single Software Defined Radio, i cannot garantee it will run flawlessly on all of them. However, all the projects here were tested on the bladeRF-micro 2.0.

Build instruction

Simply call make inside the root directory. The compiled binary can be found inside the generated /bin folder.

sdr-projects's People

Contributors

vbursucianu avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

tubbz-alt

sdr-projects's Issues

Make recompiles everything every time.

Describe the bug
Make recompiles every single binary even if the source code hasn't been modified.

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'root'
  2. 'make'

Expected behavior
Make should recompile only the modified source files.

Environement

  • Ubuntu 18.04 LTS

Additional context
The Makefile has been modified in commit 4571246 to integrate subfolder project. Maybe make is not looking at the obj directory correctly before building.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.