Re: [Discuss-gnuradio] Using signals for reading from the Ethernet port

2009-06-12 Thread Eric Blossom
On Tue, Jun 09, 2009 at 05:31:11PM +0200, Natalia Olano wrote: > Hello everyone, > > Is it safe to use signals in the gnuradio framework? No. Eric ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discus

[Discuss-gnuradio] Using signals for reading from the Ethernet port

2009-06-09 Thread Natalia Olano
Hello everyone, Is it safe to use signals in the gnuradio framework? I modified tunnel.py in order to read a control packet on the Ethernet port asynchronously using SIGIO. The Ethernet packet could eventually arrive when we are performing channel sensing or sending a packet and interrupt that. W