Re: [Discuss-gnuradio] Multiple simultaneous top blocks?

2008-02-15 Thread Johnathan Corgan
On 2/15/08, Kshitij Kumar Singh [EMAIL PROTECTED] wrote: For an application I needed to import some data into my module and then packetize it. The data being quite large, comes from a file. My problem is that multiple instances of top_block aren't allowed, so once I have imported

Re: [Discuss-gnuradio] Multiple simultaneous top blocks?

2008-02-15 Thread Eric Blossom
On Fri, Feb 15, 2008 at 12:24:41PM -0500, Kshitij Kumar Singh wrote: Hi, For an application I needed to import some data into my module and then packetize it. The data being quite large, comes from a file. My problem is that multiple instances of top_block aren't allowed, so once I

Re: [Discuss-gnuradio] Multiple simultaneous top blocks?

2008-02-15 Thread Kshitij Kumar Singh
Eric, thanks for the quick reply. The file 'transmit.dat' is a binary file of unsigned chars created using gr.vector_sink_b, so when importing it in this manner, all i get to see is gibberish on the screen... Johnathan, scoping out the first script works just fine. .. thanks. Regards, Kshitij

Re: [Discuss-gnuradio] Multiple simultaneous top blocks?

2008-02-15 Thread Eric Blossom
On Fri, Feb 15, 2008 at 01:56:50PM -0500, Kshitij Kumar Singh wrote: Eric, thanks for the quick reply. The file 'transmit.dat' is a binary file of unsigned chars created using gr.vector_sink_b, so when importing it in this manner, all i get to see is gibberish on the screen... If you don't

[Discuss-gnuradio] Multiple simultaneous top blocks?

2008-02-15 Thread Kshitij Kumar Singh
Hi, For an application I needed to import some data into my module and then packetize it. The data being quite large, comes from a file. My problem is that multiple instances of top_block aren't allowed, so once I have imported my data, I can't run my program. Even if I nest this inside a