Re: [Discuss-gnuradio] Stop receiving in tunnel.py

2009-03-18 Thread Natalia Olano
Hi Eric, Yes, I haven't gone into much detail... Sorry, here it is: The project is a multiuser testbed with several USRP1s. The host computers are connected with an Ethernet switch among themselves and also to a central node for logging purposes. Every 10s or so they should exchange information

[Discuss-gnuradio] Stop receiving in tunnel.py

2009-03-17 Thread Natalia Olano
Hello everyone, I am doing some modifications on the tunnel.py example. At some point of the execution, I would like to stop the receive path and not to perform the rx_callback for a very short period, less than one second probably. I would like to know if there is a way I can just inhibit the

Re: [Discuss-gnuradio] Stop receiving in tunnel.py

2009-03-17 Thread Eric Blossom
On Tue, Mar 17, 2009 at 09:06:36AM +0100, Natalia Olano wrote: Hello everyone, I am doing some modifications on the tunnel.py example. At some point of the execution, I would like to stop the receive path and not to perform the rx_callback for a very short period, less than one second