[Discuss-gnuradio] Calling functions from flowgraph ?

2014-06-05 Thread Abouda Yassine
Hi everybody, well,I had a python script which works with gnuradio and outputs results on the terminal.To make it more visual,I made all the blocks on the gnuradio-comapnion but now I would like to output the results on the terminal which means I have to call the main loop in the python script

Re: [Discuss-gnuradio] Calling functions from flowgraph ?

2014-06-05 Thread Marcus Müller
Hi Abouda, in GNU Radio, there's no real main loop; I don't really know what you're trying to do. The python files GNU Radio generates are executables, you can just run them in a terminal without GRC :) Greetings, Marcus On 05.06.2014 11:07, Abouda Yassine wrote: Hi everybody, well,I had a

Re: [Discuss-gnuradio] Calling functions from flowgraph ?

2014-06-05 Thread Abouda Yassine
2014-06-05 11:07 GMT+02:00 Abouda Yassine abouda21yass...@gmail.com: Hi everybody, well,I had a python script which works with gnuradio and outputs results on the terminal.To make it more visual,I made all the blocks on the gnuradio-comapnion but now I would like to output the results on the

Re: [Discuss-gnuradio] Calling functions from flowgraph ?

2014-06-05 Thread Activecat
On Thu, Jun 5, 2014 at 5:07 PM, Abouda Yassine abouda21yass...@gmail.com wrote: Hi everybody, well,I had a python script which works with gnuradio and outputs results on the terminal.To make it more visual,I made all the blocks on the gnuradio-comapnion but now I would like to output the

Re: [Discuss-gnuradio] Calling functions from flowgraph ?

2014-06-05 Thread Activecat
Please stay on the list. On Thu, Jun 5, 2014 at 11:42 PM, Abouda Yassine abouda21yass...@gmail.com wrote: Hi, Well,in fact that is not my question.I am going to explain with an example let's say I am using a random source which generates numbers between 0 and 255,and store them in a file

Re: [Discuss-gnuradio] Calling functions from flowgraph ?

2014-06-05 Thread Activecat
On Fri, Jun 6, 2014 at 12:07 AM, Activecat active...@gmail.com wrote: Please stay on the list. On Thu, Jun 5, 2014 at 11:42 PM, Abouda Yassine abouda21yass...@gmail.com wrote: Hi, Well,in fact that is not my question.I am going to explain with an example let's say I am using a random