GithubHelp home page GithubHelp logo

dernasherbrezon / sdr-modem Goto Github PK

View Code? Open in Web Editor NEW
29.0 3.0 5.0 3.79 MB

Modem based on software defined radios.

License: GNU General Public License v2.0

CMake 1.01% Shell 0.59% C 95.70% Makefile 0.19% C++ 1.50% ReScript 1.02%
rtl-sdr fsk tcp sdr

sdr-modem's Introduction

sdr-modem

CMake Quality Gate Status

Modem based on software defined radios.

Design

design

Features

  • TCP-based
  • Custom binary protocol based on protobuf messages.
  • Supported modulation/demodulation:
    • GMSK
  • Supported SDRs:
  • Misc:
    • Doppler's correction for satellites using SGP4 model
    • Save intermittent data onto disk for future analysis/replay

API

Configuration

Sample configuration with reasonable defaults:

https://github.com/dernasherbrezon/sdr-modem/blob/main/src/resources/config.conf

Dependencies

sdr-modem depends on several libraries:

  • libvolk. It is recommended to use the latest version (Currently it is 2.x). After libvolk installed or built, it needs to detect optimal kernels. Run the command volk_profile to generate and save profile.
  • libconfig
  • libprotobuf-c
  • libz. Should be installed in every operational system
  • libm. Same
  • libiio for plutosdr SDR (Optional)
  • libcheck for tests (Optional)

All dependencies can be easily installed from r2cloud APT repository:

sudo apt-get install dirmngr lsb-release
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A5A70917
sudo bash -c "echo \"deb http://apt.leosatdata.com $(lsb_release --codename --short) main\" > /etc/apt/sources.list.d/r2cloud.list"
sudo bash -c "echo \"deb http://apt.leosatdata.com/cpu-generic $(lsb_release --codename --short) main\" > /etc/apt/sources.list.d/r2cloud-generic.list"
sudo apt-get update
sudo apt-get install libvolk2-dev libprotobuf-c-dev libconfig-dev check libiio

Build

mkdir build
cd build
cmake ..
make

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.