Dear all,

I am new to TOSSIM, here got a problem, suppose we got a nesC program( I am
not familiar with the grammer, so i interpret it in C by showing what they
mean), and within its code, it's like:

int result=-1;
.......
.......
for(int i=0;i<100;i++)
{
     result = testprobe(i);

}

I wanna output this result to outside application on PC every time when it
gets its new value within the loop, that means we have to find a way to pass
this data out online while the nesC is executing, so there has to be a way
to invoke the TOSSIM API( not sure there's any API for TOSSIM) to do such a
thing, so could anybody help me with this? any suggestion is welcome and
very appreciated.


--
Best wishes,
Kenneth Chan

------------------------
Wish you have a good day!
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to