I think TOSBase doesn't bother to look at the dest ID,
but simply passes everything along to the UART. The lower
level radio code does look at the ID if ACKs are enabled
but that's about it. You probably need to hack in your
own id check before forwarding the messages.

MS

Oussama Chougna wrote:
Hi,

I have a problem with mote addressing.

I use 4 tmote sky modules. 2 of them are sending data to a TOSBased mote connected to a computer.

The mote address of the TOSBased mote is 0. The two other data sending motes are addressed as 4 and 5.

The TinyOS code which runs on mote 4 and 5 is sending data with mote 0 as destination address for the packets.

The problem is that when I power up another TOSBased mote with address 9, it also receives and processes the packets.

I use 0x0 instead of TOS_BCAST_ADDR as the destination address in the send command.

Someone an explanation for this…..

Thank you all


------------------------------------------------------------------------

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

Reply via email to