[Tinyos-help] Multihop messages

2006-11-07 Thread Crif1102
Hi everybody! I'm using tmote sky and tinyos 1.x. I'm using /opt/moteiv/tos/lib/MultiHopLQI for send messages to base station in MultiHop but I have some problems.. Sometimes some packets are duplicated, that is the base station received the same packet. The only field that differentiate the dup

Re: [Tinyos-help] Multihop messages

2006-11-07 Thread Joe Polastre
Duplicate packets are usually caused by an ack that was lost by the transmitting node. Thus, two packets are received at the base station instead of one. Simply filtering by sequence number addresses the issue. -Joe On 11/7/06, Crif1102 <[EMAIL PROTECTED]> wrote: Hi everybody! I'm using tmote