Skip to content

Software to turn the RTL2832U into an SDR

License

Notifications You must be signed in to change notification settings

FarnhamSDR/librtlsdr

 
 

Repository files navigation

rtl-sdr
turns your Realtek RTL2832 based DVB dongle into a SDR receiver
======================================================================

For more information see:
http://sdr.osmocom.org/trac/wiki/rtl-sdr

## Dependencies

build-essential, cmake, libusb-1.0-0-dev

## Install

mkdir build
cd build
cmake ../ -DINSTALL_UDEV_RULES=ON
make
sudo make install
sudo ldconfig

About

Software to turn the RTL2832U into an SDR

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 89.4%
  • CMake 7.4%
  • Shell 1.5%
  • Other 1.7%