Re: [Tinyos-help] obtaining ctp experiment results

2011-02-18 Thread Nicole Chiesi
Sorry for the confusion . Got it working now. CTP is enabled with LPL in tinyos 2.1.1 . I was working back and forth with 2.1.0 and 2.1.1 and got confused . Thanks. On Wed, Feb 16, 2011 at 8:51 PM, Nicole Chiesi nicole.chi...@gmail.comwrote: Thank you for the answers. I have a question

Re: [Tinyos-help] obtaining ctp experiment results

2011-02-16 Thread Nicole Chiesi
Thank you for the answers. I have a question regarding the use of LPL in the CTP I have made changes in order to make the lpl work in the following way in Boot.booted(): call LowPowerListening.setLocalSleepInterval(250); While sending message : call

Re: [Tinyos-help] obtaining ctp experiment results

2011-02-13 Thread Nicole Chiesi
I am facing a situation where , I use the TestNetwork Application in testbed of about 45 telosb motes. I was trying to check the saturation point of ctp. I increased the packet rate to some 1 packet per second for about 15 nodes and one packet every 8s for the rest 20 motes. I still have a very

Re: [Tinyos-help] obtaining ctp experiment results

2011-02-13 Thread Omprakash Gnawali
You need to keep track of the times when radio start/stop done events fire to calculate radio duty cycles. - om_p On Sat, Feb 12, 2011 at 2:43 PM, Nicole Chiesi nicole.chi...@gmail.com wrote: Thank you for the clarifications. I  could not figure out how to calculate the duty cycle in the  

Re: [Tinyos-help] obtaining ctp experiment results

2011-02-13 Thread Omprakash Gnawali
On Sun, Feb 13, 2011 at 9:15 AM, Nicole Chiesi nicole.chi...@gmail.com wrote: I am facing a situation where , I use the TestNetwork Application in testbed of about 45 telosb motes. I was trying to check the saturation point of ctp. I increased the packet rate to some 1 packet per second for

Re: [Tinyos-help] obtaining ctp experiment results

2011-02-12 Thread Nicole Chiesi
Thank you for the clarifications. I could not figure out how to calculate the duty cycle in the experiments that used LPL and LPP. Could you please tell me how I can do it? thanks, Nicole On Wed, Feb 9, 2011 at 12:16 AM, Omprakash Gnawali gnaw...@cs.stanford.eduwrote: On Mon, Feb 7, 2011

Re: [Tinyos-help] obtaining ctp experiment results

2011-02-07 Thread Nicole Chiesi
I changed the sequence number to 16 bits .Thank you. I have another question. I see the CTP uses different macs. CSMA and Box-mac . How to specify each of those while performing the experiment. How to distinguish which Mac is being used? thank you, Nicole On Mon, Feb 7, 2011 at 8:16 AM,

Re: [Tinyos-help] obtaining ctp experiment results

2011-02-06 Thread Nicole Chiesi
I have just a question . It is written in the tep 123 that Together, the origin, seqno and collect_id fields denote a unique **origin packet.** . However if we want to analyse the CollectionDebugMessage , it is seen that after every 255 messages sent or received , the sequence number restarts. So

Re: [Tinyos-help] obtaining ctp experiment results

2011-02-06 Thread Omprakash Gnawali
On Sun, Feb 6, 2011 at 2:12 PM, Nicole Chiesi nicole.chi...@gmail.com wrote: I have just a question . It is written in the tep 123 that  Together, the origin, seqno and collect_id fields denote a unique *origin packet.* . However if we want to analyse the CollectionDebugMessage , it is seen

[Tinyos-help] obtaining ctp experiment results

2010-11-21 Thread Nicole Chiesi
hi, I am trying to do the similar experiment as done as mentioned here http://sing.stanford.edu/gnawali/ctp/ctp-sensys-data.html . Basically I want to get and analyse the figures given in index.html file of the experiment. It feels that the experiment data given there is just some excerpts of

Re: [Tinyos-help] obtaining ctp experiment results

2010-11-21 Thread Omprakash Gnawali
On Sun, Nov 21, 2010 at 8:03 AM, Nicole Chiesi nicole.chi...@gmail.com wrote: hi, I am trying to do the similar experiment as done as mentioned here http://sing.stanford.edu/gnawali/ctp/ctp-sensys-data.html . Basically I want to get and analyse the figures given in index.html file of the