Jose,

To connect to multiple  motes you would write something along the lines of:
[...]

Thanks a lot for that. I had been trying to use these phoenix sources
a while ago but didn't get to make my program work.

This means that when I start a java program that wants to talk to
different motes through different SerialForwarders, it needs also
needs to read from a table for each mote id in which USB port it is
connected.

What's more, if I want to send a message to mote "100", for example, using

mote_if_of_mote100.send(100, message);

and

mote_if_of_mote100.send(TOS_BCAST_ADDRESS, message);

will give the same result.

But this would also mean that it is not possible to send a message to
_all_ motes simultaneously, right? This would be a big problem...


- J.
_______________________________________________
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to