Re: [Discuss-gnuradio] switching between two flow-graphs / controlling two flow-graphs

2011-08-10 Thread niaz ahmed
> I had the exactly this problem. To solve it, I download source code from > git, to apply the path and before this I install from the source code > (./configure, make, etc.). As the final observation I must run sudo > ./ldconfig after installation and before to use gnuradio, > > Edmar > > Thanks E

Re: [Discuss-gnuradio] switching between two flow-graphs / controlling two flow-graphs

2011-08-02 Thread Tom Rondeau
On Tue, Aug 2, 2011 at 7:15 AM, Edmar Candeia Gurjao wrote: > Hi Niaz, > > I had the exactly this problem. To solve it, I download source code from > git, to apply the path and before this I install from the source code > (./configure, make, etc.). As the final observation I must run sudo > ./ldco

Re: [Discuss-gnuradio] switching between two flow-graphs / controlling two flow-graphs

2011-08-02 Thread Edmar Candeia Gurjao
Hi Niaz, I had the exactly this problem. To solve it, I download source code from git, to apply the path and before this I install from the source code (./configure, make, etc.). As the final observation I must run sudo ./ldconfig after installation and before to use gnuradio, Edmar 2011/8/2 nia

Re: [Discuss-gnuradio] switching between two flow-graphs / controlling two flow-graphs

2011-08-02 Thread niaz ahmed
On Mon, Aug 1, 2011 at 12:04 AM, Edmar Candeia Gurjao < ecand...@dee.ufcg.edu.br> wrote: > Tom, > > last time I got gnuradio using git the path I had to apply the patch, > > Edmar > > > 2011/7/31 Tom Rondeau > >> On Fri, Jul 29, 2011 at 9:33 AM, Edmar Candeia Gurjao >> wrote: >> > Hi, >> > >> >

Re: [Discuss-gnuradio] switching between two flow-graphs / controlling two flow-graphs

2011-07-31 Thread Edmar Candeia Gurjao
Tom, last time I got gnuradio using git the path I had to apply the patch, Edmar 2011/7/31 Tom Rondeau > On Fri, Jul 29, 2011 at 9:33 AM, Edmar Candeia Gurjao > wrote: > > Hi, > > > > there is a patch in the mailing list to this problem in the patch mailing > > list > http://lists.gnu.org/arc

Re: [Discuss-gnuradio] switching between two flow-graphs / controlling two flow-graphs

2011-07-31 Thread Tom Rondeau
On Fri, Jul 29, 2011 at 9:33 AM, Edmar Candeia Gurjao wrote: > Hi, > > there is a patch in the mailing list to this problem in the patch mailing > list http://lists.gnu.org/archive/html/patch-gnuradio/2011-07/msg1.html > > I have aplied and it works, > > Edmar This patch was applied to the c

Re: [Discuss-gnuradio] switching between two flow-graphs / controlling two flow-graphs

2011-07-29 Thread Edmar Candeia Gurjao
Hi, there is a patch in the mailing list to this problem in the patch mailing list http://lists.gnu.org/archive/html/patch-gnuradio/2011-07/msg1.html I have aplied and it works, Edmar 2011/7/29 niaz ahmed > Hi, > > I am working on an application ( half duplex communication ) where i have

[Discuss-gnuradio] switching between two flow-graphs / controlling two flow-graphs

2011-07-29 Thread niaz ahmed
Hi, I am working on an application ( half duplex communication ) where i have two flow graphs receiver and transmitter. the scenario is that the receiver should always be running but when the application require to send something the receiver flow-graph should be stopped at that time. the reason f