Tcp/udp source sink?

Does the gnu radio project have a udp/tcp/networking source and sink
pair? -Josh

On Fri, Jan 12, 2007 at 02:23:14PM -0500, Josh B. wrote:

Does the gnu radio project have a udp/tcp/networking source and sink
pair? -Josh

Create the socket(s) in python and/or C++ then pass them to
gr_file_descriptor_{source,sink}

Eric

Any change these can be multicast?

Funny enough, I just wrote one on the plane ride into Vegas this week.
When I get back to my lab, I’ll test its performance over the network
(not just using the loopback device and make sure I’ve got some error
cases handled properly. With any luck, I’ll get this into the trunk
soon.

Currently, it’s connectionless UDP only.

Tom