[Tinyos-help] Xserve

贾鹏 jiapenghust at gmail.com
Thu May 1 14:47:34 PDT 2008


Hi, there

our group is considering to set a small system that can set a certain
threshold from PC and transmite it to remote sensor node by basestation, and
the remote node can reset its light threshold to the new one.

And after I reading the xserve manual, I dicover that XML is used in Xserve
to communicate between human and mote.

For this little system, first I want to define a command just like the
xserveterm provide eg. set_rate. by writing a XML  file.  include "Request"
part and "Response" part.

May be I can create a XML file like the following and weave it into
xserveterm command.

Request Part
<methodCall>
<methodName>xmesh.set_threhold</methodName>
<params>
<param>
<value>
<struct>
..............

Response Part
<methodResponse>
<params>
<param>
<value>
<struct>
<member>
..........


the question is when I do it where this file I should put? And How I can
deal with this two XML files to create a new command?
My Moteworks directory is like this
D:\Crossbow\cygwin\opt\MoteWorks\tools\xserve\
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20080501/305c6bd9/attachment.htm 


More information about the Tinyos-help mailing list