discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Reg : Simultaneous execution of two scripts


From: mleech
Subject: Re: [Discuss-gnuradio] Reg : Simultaneous execution of two scripts
Date: Thu, 07 Mar 2013 14:05:43 -0500
User-agent: Roundcube Webmail/0.7.2

On 07 Mar 2013 13:56, sumitstop wrote:

I have created two copies of the usrp_spectrum_sense.py for wideband spectrum
sensing. Each one of them collects data from a different frequency band and
then finally fusion takes place. 
I am invoking both the scripts from bash with a timer which make them
execute at the same instance of time.
Content of both the bash scripts are below (activate_usrp_1.sh &
activate_usrp_2.sh)

Only one application can have the USRP1 open at a time.  There's no way to effectively "share" a USB device descriptor among different applications in Linux, and there are other reasons that's a bad idea as well.

 

 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]