discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] gr.udp_source data format


From: Tom Rondeau
Subject: Re: [Discuss-gnuradio] gr.udp_source data format
Date: Wed, 27 Jun 2007 10:11:08 +0100
User-agent: Thunderbird 2.0.0.4 (Windows/20070604)

bellzii wrote:
>From the examples ive seen  in hier/networking the data coming from the UDP
source seems to be float , is this true? Or is the data format optional ?
Data format is optional using the itemsize value as the first argument (e.g., gr.sizeof_gr_complex).

Can I receive UDP from 2 different ports simultaneously ?

thanks in advance
ziad
I've never tried it, but I don't see why not. You'll have to make two udp_source blocks with different port numbers given as arguments.

Tom





reply via email to

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