discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Re: Packet Transmission


From: William Sherman
Subject: [Discuss-gnuradio] Re: Packet Transmission
Date: Sun, 3 May 2009 23:51:32 +0200

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. Then you know your real packet 
has been actually transmitted, while your "0 packet" could still be in 
the process of transmitting (but as transmitting 0 voltage equivalent to 
not transmitting). Thus you could perform sensing/receiving as soon as 
the queue was empty.

Would this be the correct approach to solving the problem I had in the 
original post?
-- 
Posted via http://www.ruby-forum.com/.




reply via email to

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