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.
The OpenWebRX project is hosting pycsdr packages in their repositories. Please click the respective link for Debian or Ubuntu. Due to naming conventions, the repository package is called python3-csdr
.
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
Add an example folder with some generic Python code using this library, e.g. WFM and AM radio demodulators.