Skip to content

Commit

Permalink
Update README for new software and hardware support.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanvolz committed Jan 19, 2023
1 parent 64c9f9c commit 59fdff6
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,32 +5,34 @@
This repository holds cross-platform installers for a collection of open source **software radio** packages bundled with the [conda](https://conda.io/) package manager, including

- Digital RF
- GNU Radio
- GNU Radio (including an increasing list of out-of-tree modules)
- gqrx
- gr-inspector
- gr-iridium
- gr-paint
- gr-satellites
- inspectrum

and support for the following SDR devices and device libraries:

| Device | Library |
| :---------------------: | :-------------------------------------------: |
| [ADALM-PLUTO][1] | libiio ([setup](#iio-pluto-sdr)) |
| [Airspy R2/Mini/HF+][2] | airspy/airspyhf ([setup](#airspy-r2-mini-hf)) |
| [BladeRF][3] | bladeRF ([setup](#bladerf)) |
| [Ettus USRPs][4] | UHD ([setup](#uhd-ettus-usrp)) |
| [HackRF][5] | HackRF ([setup](#hackrf)) |
| [LimeSDR][6] | Lime Suite ([setup](#limesdr)) |
| [RTL-SDR][7] | rtl-sdr ([setup](#rtl-sdr)) |
| Device | Library |
| :--------------------------: | :-------------------------------------------: |
| [ADALM-PLUTO][1] | libiio ([setup](#iio-pluto-sdr)) |
| [Airspy R2/Mini/HF+][2] | airspy/airspyhf ([setup](#airspy-r2-mini-hf)) |
| [BladeRF][3] | bladeRF ([setup](#bladerf)) |
| [Ettus USRPs][4] | UHD ([setup](#uhd-ettus-usrp)) |
| [HackRF][5] | HackRF ([setup](#hackrf)) |
| [LimeSDR][6] | Lime Suite ([setup](#limesdr)) |
| [Red Pitaya][7] | SoapyRedPitaya |
| [RFSpace/NetSDR/CloudSDR][8] | SoapyNetSDR |
| [RTL-SDR][9] | rtl-sdr ([setup](#rtl-sdr)) |
| Sound Card / Audio devices | SoapyAudio |

[1]: https://www.analog.com/en/design-center/evaluation-hardware-and-software/evaluation-boards-kits/adalm-pluto.html
[2]: https://airspy.com/
[3]: https://www.nuand.com/
[4]: https://www.ettus.com/products/
[5]: https://greatscottgadgets.com/hackrf/
[6]: https://limemicro.com/products/boards/
[7]: https://www.rtl-sdr.com/buy-rtl-sdr-dvb-t-dongles/
[7]: https://redpitaya.com/
[8]: http://www.rfspace.com/RFSPACE/Home.html
[9]: https://www.rtl-sdr.com/buy-rtl-sdr-dvb-t-dongles/

The complete list of packages can be found [here](https://github.com/ryanvolz/radioconda/blob/master/radioconda.yaml). You can [**suggest additional software to include**](https://github.com/ryanvolz/radioconda/issues) by filing an [issue](https://github.com/ryanvolz/radioconda/issues). If you've built additional software from source on top of radioconda, [**document your results**](https://github.com/ryanvolz/radioconda/issues) in an [issue](https://github.com/ryanvolz/radioconda/issues) to help others (and help me in packaging it!).

Expand Down

0 comments on commit 59fdff6

Please sign in to comment.