meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
linux:rtl-sdr [2020/10/23 20:35]
niziak created
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
 +
 +
 +
 +</​code>​
 +
 +
 +
 +
 +==== source build ====
 +[[https://​github.com/​merbanan/​rtl_433]]
 +<code bash>
 +git clone https://​github.com/​merbanan/​rtl_433
 +
 +</​code>​
 +
 ===== gnuradio ===== ===== gnuradio =====
 <code bash>​sudo apt-get install gnuradio</​code>​ <code bash>​sudo apt-get install gnuradio</​code>​
  
-===== HDRSdr ===== 
-[[http://​www.hdsdr.de/​]] 
  
 ===== SDRSharp ===== ===== SDRSharp =====
 +
 +
 +[[https://​airspy.com/​download/​]]
 +
 +==== Old version under mono ====
 +<code bash>
 +sudo apt-get install librtlsdr0 librtlsdr-dev ​
 +</​code>​
 +
  
 ==== Wine ==== ==== Wine ====
Line 41: Line 70:
  
 <code bash> <code bash>
 +ln -s shark.dll libshark.so
 mono SDRSharp.exe mono SDRSharp.exe
 <​code>​ <​code>​