Re: [Discuss-gnuradio] Re: Packet Transmission

2009-05-03 Thread David Tisza
William Sherman írta: Thinking through the problem: couldn't you detect when the packet had been transmitted by inserting a packet of 'voltage 0's' after your real packet into transmit_path's flowgraph. You could, but how do you define your concept of a packet "had been transmitted" ? Is it wh

[Discuss-gnuradio] Re: Packet Transmission

2009-05-03 Thread William Sherman
Well that certainly makes things trickier. Thinking through the problem: couldn't you detect when the packet had been transmitted by inserting a packet of 'voltage 0's' after your real packet into transmit_path's flowgraph. Then you could poll the msgq in message_source until the queue is empty

[Discuss-gnuradio] Re: Packet Transmission

2009-05-03 Thread William Sherman
transmit_path as in from gnuradio-examples/transmit_path.py used in benchmark_tx.py. -- Posted via http://www.ruby-forum.com/. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio