Re: [Discuss-gnuradio] Continuos data transmission using messages ...

2008-02-26 Thread Eric Blossom
On Tue, Feb 26, 2008 at 12:02:31PM -0500, Kshitij Kumar Singh wrote: > > > > I think you are misunderstanding how gr.message_sink works. Since > > it's possible to set the item size small (e.g., gr.sizeof_float), it > > returns as many samples as it can in a message. It does however > > provide

Re: [Discuss-gnuradio] Continuos data transmission using messages ...

2008-02-26 Thread Kshitij Kumar Singh
> I think you are misunderstanding how gr.message_sink works. Since > it's possible to set the item size small (e.g., gr.sizeof_float), it > returns as many samples as it can in a message. It does however > provide you information about what it did in the arg1 and arg2 field. > > // build a

Re: [Discuss-gnuradio] Continuos data transmission using messages ...

2008-02-26 Thread Eric Blossom
On Tue, Feb 26, 2008 at 10:12:44AM -0500, Kshitij Kumar Singh wrote: > I am having a little problem working with messages. I want to transmit > an entire binary file using messages over and over again. Eg., msg1 > transmits file x, msg2 again transmits file x > and so forth. My problem is that I'm

[Discuss-gnuradio] Continuos data transmission using messages ...

2008-02-26 Thread Kshitij Kumar Singh
I am having a little problem working with messages. I want to transmit an entire binary file using messages over and over again. Eg., msg1 transmits file x, msg2 again transmits file x and so forth. My problem is that I'm unable to find a way to loop over the file again and again. I tried using tx_