gr-osmosdr/lib/rtl_tcp
Krzysztof Halasa 26f93e4687 RTL-TCP: Convert to single class model
The existing RTL TCP driver is quite different from its brother RTL_SDR.
It's much more complicated, uses gr::blocks::deinterleave and
gr::blocks::float_to_complex, and generally doesn't work correctly
(e.g. https://github.com/csete/gqrx/issues/99
 Spectrum is mirrored when filter or demodulator changes (rtl_tcp) #99)

I've converted the RTL TCP driver to the model used by RTL_SDR,
simplifying it in the process, and fixing the GQRX issue.
2017-06-11 21:30:47 +02:00
..
CMakeLists.txt RTL-TCP: Convert to single class model 2017-06-11 21:30:47 +02:00
rtl_tcp_source_c.cc RTL-TCP: Convert to single class model 2017-06-11 21:30:47 +02:00
rtl_tcp_source_c.h RTL-TCP: Convert to single class model 2017-06-11 21:30:47 +02:00
rtl_tcp_source_f.cc Allows connecting to IPv6 hosts if an AAAA record is present 2014-08-14 23:44:46 +02:00
rtl_tcp_source_f.h rtl_tcp: fix ssize_t definition for MSVC 2015-12-06 15:49:44 -08:00