igorauad / gr-dvbs2rx

DVB-S2 Receiver Extensions for GNU Radio
https://igorauad.github.io/gr-dvbs2rx/
GNU General Public License v3.0
96 stars 23 forks source link

Added support for rtl_tcp #24

Closed hennichodernich closed 1 year ago

hennichodernich commented 1 year ago

I added support for rtl_tcp osmosdr source blocks because I needed it for a virtualized receiver. Maybe it is of value for others, too.

igorauad commented 1 year ago

Hi @hennichodernich ,

Thanks for the changes. They look good to me, aside from the formatting. I will accept and fix the formatting on a subsequent commit.

I use yapf and flake8 to format and lint Python, respectively, but the CI was not checking those. I will fix that too.

Thanks