On Thu, Jul 9, 2009 at 8:25 PM, Anh Dung Vu<[email protected]> wrote:
> Hello everyone!
>
> I'm a new, Now I'm studying nesC and implement a basic program on Hmote2430
> from Hybus Korea. I write a program include: 1 Receiver, 2 Sender(same
> code). I set destination address in 2 Sender same (0x0003), and set
> destination address in Receiver equal to source address when Receiver
> receipt packet. First, every 20s Receiver will send request to both of
> Sender. --> Sender respond to Receiver, in here Receiver will get source
> address of each Sender and send confirm packet to Sender. But the confirm
> packet will be received on both of Sender that what I don't want. I don't
> know how to solve this problem, please help me! Thanks in advance!

Are you using unicast packets? Are you using the right address
filtering option? It is possible that you have configured your stack
to not filter any packets, in which case both the nodes receive the
message.

- om_p

_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to