Hi Romain,

When I am building the TestTymo application, I am getting a warning in
DymoEngineM module's incr_seqnum() function, it says that:

 

Warning: decimal constant is so large that it is unsigned

 

I went on to see the rt_info_t structure defined in "routing.h", it has
the seqnum defined as "seqnum_t seqnum", and I think the type of seqnum
is causing this warning... can you please help....

 

The other problem I am having is while compiling the application to
TOSSIM. It gives an error saying that "am_addr_t" has a conflicting
types for "addr_t" as at  /usr/cygwin/include/types.h , it is defined as

 

typedef char *addr_t;

 

whereas in "routing.h" in /tos/lib/net/tymo/ ... it is defined as

 

typedef am_addr_t addr_t;

 

It should have given an error while building the application as well,
why is it giving this error only while compiling to TOSSIM. For testing
purposes, I am planning something like this:

 

BaseStation to receive the messages from nodes and send to particular
nodes. 3 nodes collecting the data and receiving the data lying at
various distances such as I get multiple hops to the last node. As I
have Chipcon boards, they do not seem to support install time node
tos-set-symbols. I use avarice to install the programs.

Romain, how can I Program each board with different node id in Test TYMO
application??? Do the  

"ORIGIN = 1 &  TARGET = 3," in "TestM.nc" application change themselves
dynamically??

Can you also share the "java" application you wrote for BaseStation or
did you just use generic "Listen" tool to extract the sensor data??

 

 

Cheers,

 

 

Varun Jain

R&D Embedded Design Engineer

Spiderbox Pty. Ltd.

P: +617 3318 9509

F: +617 3318 9595

M: +61401 091 248

E: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> 

W: http://www.spiderbox.com.au <http://www.spiderbox.com.au/> 

 

 

<<image001.jpg>>

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

Reply via email to