[Tinyos-help] Measuring different dynamic properties

2011-06-22 Thread swayanti das
Hi All I am trying to measure different properties of TinyOS applications and TinyOS threded applications and have this applications running on iris mote.. Can anyone help me with this. I want to measure the dynamic properties like stack consumption, or real time memory consumption, CPU used, etc.

[Tinyos-help] Tiny Threads

2011-02-01 Thread swayanti das
Hello Everyone Does anyone have the Sense and the RadioSenseToLeds applications of TinyOS, in its threaded versions, i.e TinyThread(TOSThread) . I am trying to compare these two programming styles- event based and the thread based. Regards Swayanti ___

Re: [Tinyos-help] Regarding use of tossim

2010-12-08 Thread swayanti das
Hi To see the Blinking of the LED, you must have a hardware attached to it, and give the appropriate path, For ex. I use "make miaz install mib510,/dev/ttyUSB0" for my mib510 mote. You can you whatever hardware you are using to run the program. Regards Swayanti On Wed, Dec 8, 2010 at 2:03 AM, n

[Tinyos-help] runtime memory

2010-05-21 Thread swayanti das
Hi All could anyone tell me how to measure the runtime memory usage in motes. Thanks in advance Swayanti ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] hi all

2010-05-20 Thread swayanti das
Hi Could anyone tell me how to measure the memory consumption of nesC programs using tinyOS. Thanks in advance Swayanti ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-

[Tinyos-help] Hi

2010-05-19 Thread swayanti das
Hi Everyone I am trying to measure the metrices for TinyOs, like the runtime memory, and the complexity of the event based and the threaded based programs. Can someone help me how to do this. Thanks in advance Swayanti ___ Tinyos-help mailing list Tiny

[Tinyos-help] Hi

2010-05-18 Thread swayanti das
Hello everyone Does anyone has the code for BaseStation using threads. Please help me with this. Thanks Swayanti ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Threaded version of Oscilloscope

2010-05-10 Thread swayanti das
Hi All Can you provide me with the threaded version of Oscilloscope. Thanks Swayanti ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Hi

2010-05-06 Thread swayanti das
Hi everyone I am trying to implement the Oscilloscope application with threads. I am having some issues with it. I am sending the code, please help me on this. event void MainThread.run(void* arg) { while (call RadioStdControl.start() != SUCCESS); for (;;) { if (call Blocki

[Tinyos-help] MultiHopOscilloscope

2010-05-03 Thread swayanti das
Hi I am having trouble with the MultiHopOscilloscope and its threaded version TestCollection. I am using micaz motes to get the demo working. The program compiles and works, but the motes do not send and receive messages. Could anyone help with this issue. Thanks Swayanti ___

[Tinyos-help] Multiossiloscope

2010-04-30 Thread swayanti das
Hi MultihopOscilloscope does not run properly, ie. it is not able to send and recieve data. Can anyone help. Thanks Swayanti ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/t

[Tinyos-help] testcollection

2010-04-29 Thread swayanti das
Hi I am trying to install TestCollection, from tosthreads, application on Micaz, but it does not work. Can anyone help. Following the instructions from the README fine, but the application does not work. Thanks Swayanti ___ Tinyos-help mailing list Tiny

Re: [Tinyos-help] lesson learned from tinyos

2010-04-25 Thread swayanti das
; > Kevin > > On Sun, Apr 25, 2010 at 10:54 AM, swayanti das wrote: > > Hello > > > > Can you please provide some more examples for TOS Threads, like the > > Oscilloscope in Threaded version and other such examples, so that we can > > compare both the event

Re: [Tinyos-help] lesson learned from tinyos

2010-04-25 Thread swayanti das
Hello Can you please provide some more examples for TOS Threads, like the Oscilloscope in Threaded version and other such examples, so that we can compare both the event based and the thread based programming in TinyOS. Thanks Swayanti ___ Tinyos-help m