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
33 stars 18 forks source link

tcp and udp source swapped #1

Closed BCITMike closed 7 years ago

BCITMike commented 7 years ago

In the grc dir, the grnet_tcp_source.xml and grnet_udp_source.xml have swapped filenames for its contents.

ie, in grnet_udp_source.xml, it contains:

TCP Source (grnet) grnet_tcp_source [GrNet Networking Tools] import grnet grnet.tcp_source($type.size, $vlen, $port)
ghostop14 commented 7 years ago

Thanks for the catch BCITMike. Just pushed the GRC's with the correct name. That's what early morning developing gets me!