forked from keenerd/rtl-sdr
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
28 lines (20 loc) · 808 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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
======================================================================
Features added by me (MichelinoK):
- Ability to enable RTL AGC in rtl_sdr
- Ability to enable RTL AGC in rtl_tcp (for those apps that doesn't support enabling it)
Now in rtl_sdr and rtl_tcp you can use the "-X" switch to enable RTL AGC
======================================================================
Suggested to compile this way:
git clone https://github.com/michelinok/rtl-sdr.git
cd rtl-sdr
mkdir build
cd build
cmake ../ -DDETACH_KERNEL_DRIVER=ON -DINSTALL_UDEV_RULES=ON
make
sudo make install
sudo ldconfig