[Tinyos-help] T1 - Measuring multi-hop packet delay

2007-08-29 Thread Paul
Hi all I am using TOSSIM to simulate multihop surge application. I need to measure the end-to-end packet delay. I already have a Surge Listen java tools to measure the throughput. Please share with me your experience on this. Thanks. -- Cheers, Paul

Re: [Tinyos-help] T1 - Measuring multi-hop packet delay

2007-08-29 Thread Bernardo Avila Pires
I usually use python scripts to process the trace files and deduce the hop numbers by redoing the trajectory for each packet. 2007/8/29, Paul [EMAIL PROTECTED]: Hi all I am using TOSSIM to simulate multihop surge application. I need to measure the end-to-end packet delay. I already have a