meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux:rtl-sdr [2020/10/23 21:23] – niziak | linux:rtl-sdr [2020/11/07 21:12] (current) – niziak | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== RTL-SDR ====== | ====== RTL-SDR ====== | ||
| + | |||
| + | |||
| + | |||
| + | ===== multimon-ng ===== | ||
| + | |||
| + | <code bash> | ||
| + | sudo apt-get install multimon-ng | ||
| + | |||
| + | |||
| + | |||
| + | </ | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | ==== source build ==== | ||
| + | [[https:// | ||
| + | <code bash> | ||
| + | git clone https:// | ||
| + | |||
| + | </ | ||
| + | |||
| ===== gnuradio ===== | ===== gnuradio ===== | ||
| <code bash> | <code bash> | ||
| - | ===== HDRSdr ===== | ||
| - | [[http:// | ||
| ===== SDRSharp ===== | ===== SDRSharp ===== | ||
| + | |||
| [[https:// | [[https:// | ||
| + | |||
| + | ==== Old version under mono ==== | ||
| + | <code bash> | ||
| + | sudo apt-get install librtlsdr0 librtlsdr-dev  | ||
| + | </ | ||
| + | |||
| ==== Wine ==== | ==== Wine ==== | ||