discuss-gnuradio
[Top][All Lists]
Advanced

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

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


From: Yc Park
Subject: [Discuss-gnuradio] Re: Re: Re: Please help me out with udp_sink
Date: Fri, 24 Jul 2009 07:01:13 +0200

Thanks to everybody.
Now I know how to make connections.
Though slow, I feel that I'm moving forward.

Johnathan Corgan wrote:
> 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

-- 
Posted via http://www.ruby-forum.com/.




reply via email to

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