Skip to content
forked from luarvique/pycsdr

Python bindings for the csdr library

License

Notifications You must be signed in to change notification settings

ea5ehs/pycsdr_zl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyCSDR

This project implements Python bindings for the libcsdr library of software defined radio components.

It is primarily used for demodulation of radio signals in the OpenWebRX project, however since the csdr components are very generic building blocks for SDR, the classes provided by this project may become useful in other Python SDR applications as well.

Installation

Please install libcsdr and its dependencies before compiling this project.

Please also install the python development files (libpython3-dev on most Debian-based distributions).

sudo ./setup.py install install_headers

TODO

Add an example folder with some generic Python code using this library, e.g. WFM and AM radio demodulators.

About

Python bindings for the csdr library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 91.4%
  • Python 8.6%