[Tinyos-help] Packet Transmission Delays

Tal Rusak tr76 at cornell.edu
Mon Jan 7 14:11:20 PST 2008


     The most useful for my application will probably be "the time from
send() to sendDone()", since I need to coordinate several actions
based on the time at which a packet would be received if the
transmission is successful (but without depending on it actually
being received, i.e., without using the receive event).

Thanks,
Tal

>
> On Jan 7, 2008, at 12:04 AM, Tal Rusak wrote:
>
>> Hi,
>>      Is it possible to tell (or measure) precisely the time it
>> takes to
>> transmit a packet in the example applications TestSerial (for packets
>> sent to and from the serial port) and RadioCountToLeds (for mote-mote
>> radios)? If so, how?
>>      Thanks for your help in advance.
>
> By "time it takes to transmit" do you mean the duration of time from
> the first to the last bit, the time when the first bit is sent, or
> the time from send() to sendDone() (i.e., including RF backoff,
> serial control messages, etc.).
>
> Phil
>




More information about the Tinyos-help mailing list