meta data for this page
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
linux:rtl-sdr [2020/10/23 20:35] – created 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:// | ||
+ | |||
+ | ==== Old version under mono ==== | ||
+ | <code bash> | ||
+ | sudo apt-get install librtlsdr0 librtlsdr-dev | ||
+ | </ | ||
+ | |||
==== Wine ==== | ==== Wine ==== | ||
Line 41: | Line 70: | ||
<code bash> | <code bash> | ||
+ | ln -s shark.dll libshark.so | ||
mono SDRSharp.exe | mono SDRSharp.exe | ||
< | < |