Re: [Discuss-gnuradio] Packet-based communication & underrun / Possible solution?

2011-10-26 Thread Mattia Rizzi
>Instead of call delete->head() and wait for a message It's not "instead". Before calling it i check if there's an empty queue. 2011/10/26 Mattia Rizzi > I want a gnu radio application that send packets (messages) in AIR when > pressing ENTER with USRP. Since i don't want any underun on USRP si

[Discuss-gnuradio] Packet-based communication & underrun / Possible solution?

2011-10-26 Thread Mattia Rizzi
I want a gnu radio application that send packets (messages) in AIR when pressing ENTER with USRP. Since i don't want any underun on USRP side, i need a block that send zero-filled packets when there's no data to send. I solved it with a modify of message_source block. Instead of call delete->head()