On Mon, Oct 03, 2005 at 08:56:57AM -0400, Clark Pope wrote: > This post reminded me of a question I had: Has anyone developed a network > source/sink? Basically a module just like the audio sink but who's sole job > is to package and stream the data to a network destination. With the > network source/sink in place one could listen to the audio remotely and do > some simple distributed computing, i.e. if one PC isn't enough to do your > signal processing you can have 3 or 4 or 5 PCs working on the same flow > graph.
Use python to create the socket. Then pass the socket.fileno() to gr.file_descriptor_source and/or _sink. Eric _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
