ghostop14 / gr-grnet

GNURadio TCP/UDP source and sink blocks rewritten in C++/Boost. UDP block has header/crc options available as well.
GNU General Public License v3.0
32 stars 18 forks source link

test_udp_source.py doesn't compile #4

Closed BCITMike closed 7 years ago

BCITMike commented 7 years ago

test_udp_source.py doesn't compile. When I disabled two of the three inputs to the throttle, then it would compile the flowgraph. Seemed strange to have UDP source, TCP source and a waveform generator all connected to the throttle block. A test for loopback between source and sink would be ideal.

ghostop14 commented 7 years ago

The 2 disabled blocks were there for testing. Any one of the 3 could be enabled with the other two disabled. I removed the disabled inputs to avoid confusion.