RTL-SDR
Hardware
http://www.nooelec.com/store/sdr/nesdr-nano2.html
http://www.nooelec.com/store/sdr/nesdr-nano2-plus.html
Software list
http://www.rtl-sdr.com/big-list-rtl-sdr-supported-software/
rtl_433
Rtl Four Three Three How To
windows Binary of rtl_433.
http://cognito.me.uk/computers/rtl_433-windows-binary-32-bit/
Use the librtlsdr for Python wrapper: pyrtlsdr
https://github.com/roger-/pyrtlsdr
pip install rtlsdr
Compatible with Anaconda/miniconda Python3
Cubic SDR
http://cubicsdr.readthedocs.io/en/latest/application-window.html#basic-feature-outline
HDSDR
http://www.hdsdr.de/
rtl_433 cygwin
https://groups.google.com/forum/?nomobile=true#!msg/rtl_433/HBFaISWgY9Q/43KasTOEv9cJ
building rtl-sdr on cygwin:
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig git clone git://git.osmocom.org/rtl-sdr cd rtl-sdr autoreconf -i ./configure make make install
Using Matlab http://www.desktopsdr.com/download-files
---------------
first i compiled the rtl-sdr from keenerd:
git clone https://github.com/keenerd/rtl-sdr cd rtl-sdr mkdir build cd build cmake ../ make make install
then i did this to compile rtl_433:
git clone https://github.com/merbanan/rtl_433 cd rtl_433 mkdir build cd build cmake ../ make
then look in the src directory of the build directory. there should be a rtl_433.exe. though i figured out that it seems not to show any data when used with the -a flag. though i know there is a frequency that has stuff on it.
Software SDR#
http://rtlsdr.org/softwarewindows
Zadig USB driver
http://zadig.akeo.ie/