[Tinyos-help] packets received > packets sent ?????

2008-05-09 Thread Nahr ...
Hi, I am steel facing bizarre things. How could a receiver receive more than the packet sent ?? // void sendMessage() { if (call Send.send(&packet, sizeof(EasyCollectionMsg)) != SUCCESS) { failedSend(); } else { sendBusy = TR

[Tinyos-help] packets received > packets sent ?????

2008-05-09 Thread Nahr ...
Hi, thank you very much, so if I want to calculate the number of packet received by the root the best way is to calculate the number of packet acked? Is it correct??? All the bests, Nahr Elk 2008/5/9, Omprakash Gnawali <[EMAIL PROTECTED]>: > > On Fri, May 9, 2008 at 7:27 AM, Nahr ... <[EMAIL PR

Re: [Tinyos-help] packets received > packets sent ?????

2008-05-09 Thread Omprakash Gnawali
On Fri, May 9, 2008 at 7:27 AM, Nahr ... <[EMAIL PROTECTED]> wrote: > Hi, > I am steel facing bizarre things. > > How could a receiver receive more than the packet sent ?? > > // > void sendMessage() { > > if (call Send.send(&packet, sizeof(Ea

Re: [Tinyos-help] packets received > packets sent ?????

2008-05-09 Thread Omprakash Gnawali
On Fri, May 9, 2008 at 12:40 PM, Nahr ... <[EMAIL PROTECTED]> wrote: > > > > Hi, thank you very much, > so if I want to calculate the number of packet received > by the root the best way is to calculate the number of packet > acked? > Is it correct??? It depends on what you are trying to measure.