discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Re: Re: Please help me out with udp_sink


From: Johnathan Corgan
Subject: Re: [Discuss-gnuradio] Re: Re: Please help me out with udp_sink
Date: Thu, 23 Jul 2009 11:26:24 -0700

On Wed, Jul 22, 2009 at 17:17, Yc Park<address@hidden> wrote:

> 5  tcp = gr.file_descriptor_source(pkt_size, s) # (pkt_size,fd) park

The item size should be set to the type of samples you are pushing
through the socket.  In this case, they are from gr.sig_source_f, so
it should be gr.sizeof_float.

Also, consider using a UDP socket instead of TCP.  You likely don't
want or need the retransmission capability of TCP in this context.

Johnathan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]