-
Notifications
You must be signed in to change notification settings - Fork 50
Downloads
The Pothos Ubuntu PPA contains deb packages for Pothos, SoapySDR, a variety of SDR device drivers, and various Pothos toolkits. The PPA supports Trusty (14.04 LTS), Utopic (14.10), and Vivid (15.04) releases of Ubuntu.
Add the Pothos PPA to your Ubuntu system. This PPA contains pre-release SNAPSHOTS of Soapy SDR and Pothos. In the future, there will be separate repositories for snapshots and releases.
sudo add-apt-repository -y ppa:guruofquality/pothos sudo apt-get update
Install Pothos with GUI tools and all official toolkits:
sudo apt-get install pothos-all
Using an SDR device? Install Soapy SDR and support for your hardware:
#runtime files and python language bindings sudo apt-get install soapysdr python-soapysdr python-numpy #rtl sdr support: sudo apt-get install soapyosmo-rtlsdr #blade rf support: sudo apt-get install bladerf soapyosmo-bladerf #hack rf support: sudo apt-get install hackrf soapyosmo-hackrf #usrp support: sudo apt-get install uhd uhd-soapysdr soapysdr-uhd
Developing with Pothos or Soapy SDR? Install development packages:
sudo apt-get install libpoco-dev-min libpothos-dev libsoapysdr-dev
This openSUSE repository contains packages for a variety of software in the SDR ecosystem including Pothos and SoapySDR. Special thanks to Martin Hauke for maintaining this repository:
The Pothos SDR development environment contains pre-built windows binaries of Pothos and SoapySDR along with a number of hardware drivers and the GNU Radio toolkit.
Follow the tutorial steps:
Or go direct to downloads:
- Project overview
- Getting started
- FAQ
- Video screencasts
- Demo applications
- Features summary
- Versioned releases
- Miscellaneous links
- Help and support
- Pothos users' group
- Twitter @pothosware
- IRC chat #pothos
- Slack workspace
- Contract services
- Developer blog
- Contributing
- Donate
- Build guide
- GUI Tutorial
- SDR Tutorial
- Filter Tutorial
- Doxygen docs
- PothosUtil Guide
- Blocks coding guide
- Scheduler explained
- Remote control guide
- Extending serialization