Re: [Discuss-gnuradio] How to run two graphs simultaneously

2009-10-10 Thread Jonathan P Jacky
On Sat, 10 Oct 2009, Ying Dai wrote: I want to run two graph simultaneously. ... Like this? Here are some screen shots: http://staff.washington.edu/jon/gr-osx/gr-signoise.html Can anyone show me some example codes? The code is linked to the page above. Jon Jacky ___

[Discuss-gnuradio] How to run two graphs simultaneously

2009-10-10 Thread Ying Dai
Hi all, I want to run two graph simultaneously. Codes are like following: fg=gr.topblock() fg.connect(//some blocks) fg.connect(//some blocks) fg .start() It didn't work and now I know there can be only one topblock running. But is there any way else to run two parallel graphs? Can anyone show me s