mirror of
https://github.com/rtlsdrblog/rtl-sdr-blog.git
synced 2024-12-28 11:58:30 +01:00
Modified Osmocom drivers with enhancements for RTL-SDR Blog V3 and V4 units.
142325a93c
The signal handler for SIGINT/TERM/QUIT and, importantly, SIGPIPE tries to write an informational message to stderr. When however stderr is redirected to a closed pipe, this will cause (another) SIGPIPE, and in turn the signal handler will get called again, and again and again. Since we intend to exit rtl_fm anyways, we can just ignore this signal. |
||
---|---|---|
cmake | ||
contrib | ||
debian | ||
include | ||
m4 | ||
src | ||
.gitignore | ||
.travis.yml | ||
AUTHORS | ||
CMakeLists.txt | ||
configure.ac | ||
COPYING | ||
Doxyfile.in | ||
git-version-gen | ||
librtlsdr.pc.in | ||
Makefile.am | ||
README | ||
rtl-sdr.rules |
rtl-sdr turns your Realtek RTL2832 based DVB dongle into a SDR receiver ====================================================================== For more information see: https://osmocom.org/projects/rtl-sdr/wiki