I would recommend looking into Pytos. It allows you (amongst others)
to send Rpc calls to motes, and to peek at the values of tinyos
variables without having to write any support code on the mote side.
It also deals well with multiple locally connected nodes (I use it to
control a 50 node testbed).

http://nest.cs.berkeley.edu/nestfe/index.php/Pytos_Development_Environment
http://nest.cs.berkeley.edu/nestfe/index.php/Pytos_Installation_Instructions

Henri

On 30/03/06, Jose L. Ponce <[EMAIL PROTECTED]> wrote:
> Hello all,
>
> Usually, to be able to communicate with a mote which is connected to the
> pc, one opens serialforwarder and a bridge between the mote and the pc
> is built, so that a java program or something can send and receive
> messages from the mote. For me, until now, this also means that one can
> communicate with only one mote connected to the pc.
>
> In my experiment, I have several motes connected to my pc per USB, and I
> would like to be able to communicate with all of them per USB, not using
> the radio, to establish some kind of time sync so to build later a
> sampling system controlled by the computer.
>
> Any ideas of how I could do this? I find opening one SerialForwarder per
> mote is not the most efficient solution...
>
> Thanks in advance,
>
> - Jose.
>
>
> _______________________________________________
> 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