meta data for this page
  •  

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:rtl-sdr [2020/10/23 22:28] niziaklinux:rtl-sdr [2020/11/07 21:12] (current) niziak
Line 1: Line 1:
 ====== RTL-SDR ====== ====== RTL-SDR ======
-===== rtl_433 ===== 
  
-[[https://packages.debian.org/sid/rtl-433|rtl-433 Debian SID]] works with Debian Buster. + 
-[[https://packages.debian.org/sid/librtlsdr0|librtlsdr0]] is required. + 
-[[https://packages.debian.org/sid/libsoapysdr0.7|libsoapysdr0.7]]+===== multimon-ng ===== 
 + 
 +<code bash> 
 +sudo apt-get install multimon-ng 
 + 
 + 
 + 
 +</code> 
 + 
  
  
Line 17: Line 25:
 <code bash>sudo apt-get install gnuradio</code> <code bash>sudo apt-get install gnuradio</code>
  
-===== HDRSdr ===== 
-[[http://www.hdsdr.de/]] 
-Runs under Wine: 
-<code bash> 
-sudo apt-get install librtlsdr0 librtlsdr-dev  
-</code> 
  
 ===== SDRSharp ===== ===== SDRSharp =====
 +
  
 [[https://airspy.com/download/]] [[https://airspy.com/download/]]
 +
 +==== Old version under mono ====
 +<code bash>
 +sudo apt-get install librtlsdr0 librtlsdr-dev 
 +</code>
 +
  
 ==== Wine ==== ==== Wine ====