From: https://www.sensorsiot.org/install-rtl_433-for-a-sdr-rtl-dongle-on-a-raspberry-pi/
sudo apt-get install git git-core cmake libusb-1.0-0-dev
build-essential
git clone git://git.osmocom.org/rtl-sdr.gitFrom: https://www.sensorsiot.org/install-rtl_433-for-a-sdr-rtl-dongle-on-a-raspberry-pi/
sudo apt-get install git git-core cmake libusb-1.0-0-dev
build-essential
git clone git://git.osmocom.org/rtl-sdr.git| """ | |
| Modified by Jay Johnson 2015, J Tech Photonics, Inc., jtechphotonics.com | |
| modified by Adam Polak 2014, polakiumengineering.org | |
| based on Copyright (C) 2009 Nick Drobchenko, [email protected] | |
| based on gcode.py (C) 2007 hugomatic... | |
| based on addnodes.py (C) 2005,2007 Aaron Spike, [email protected] | |
| based on dots.py (C) 2005 Aaron Spike, [email protected] | |
| based on interp.py (C) 2005 Aaron Spike, [email protected] | |
| based on bezmisc.py (C) 2005 Aaron Spike, [email protected] |
| (function($, undefined) { | |
| $.nette.ext('selectiveUnique', { | |
| start: function(xhr, settings) { | |
| if (!settings.uniqueTag || typeof settings.uniqueTag !== 'string') | |
| return; | |
| if (this.xhrs[settings.uniqueTag]) { | |
| this.xhrs[settings.uniqueTag].abort(); | |
| } |