Re: [Tinyos-help] help please : turn off mote & packet loss rate ?

2008-07-30 Thread Xavier Orduña
You can llok also in the msp430-F1xxx user manual from texas instruments for more details about low power modes. Xavi On Wed, Jul 30, 2008 at 12:06 PM, Xavier Orduña <[EMAIL PROTECTED]>wrote: > You can put the tmote in deep deep sleep, its almost switched off. > > You can find the code in tos/li

Re: [Tinyos-help] help please : turn off mote & packet loss rate ?

2008-07-30 Thread Xavier Orduña
You can put the tmote in deep deep sleep, its almost switched off. You can find the code in tos/lib/Deluge/TOSBoot/tmoteinvent/PowerOffM.nc in moteiv boomerang distribution. Xavi On Wed, Jul 30, 2008 at 10:13 AM, fatima zohra <[EMAIL PROTECTED]>wrote: > > hi all, > just to thank everybody who h

Re: [Tinyos-help] help please : turn off mote & packet loss rate ?

2008-07-30 Thread fatima zohra
hi all, just to thank everybody who helped me to solve the problem about packet loss rate. my solution is working. i used some dbg messages to notify each packet loss; then programmed a small script which calculate the number of occurence of this "notification". Hopefully, it works well. Best regar

Re: [Tinyos-help] help please : turn off mote & packet loss rate ?

2008-07-26 Thread Omprakash Gnawali
On Fri, Jul 25, 2008 at 3:22 PM, fatima zohra <[EMAIL PROTECTED]> wrote: > > 2008/7/25 Omprakash Gnawali <[EMAIL PROTECTED]>: >> >> On Fri, Jul 25, 2008 at 7:37 AM, fatima zohra <[EMAIL PROTECTED]> >> wrote: >> > >> > >> > 2008/7/25 Omprakash Gnawali <[EMAIL PROTECTED]>: >> >> >> >> On Wed, Jul 23,

Re: [Tinyos-help] help please : turn off mote & packet loss rate ?

2008-07-25 Thread fatima zohra
2008/7/25 Omprakash Gnawali <[EMAIL PROTECTED]>: > On Fri, Jul 25, 2008 at 7:37 AM, fatima zohra <[EMAIL PROTECTED]> > wrote: > > > > > > 2008/7/25 Omprakash Gnawali <[EMAIL PROTECTED]>: > >> > >> On Wed, Jul 23, 2008 at 11:45 AM, fatima zohra <[EMAIL PROTECTED]> > >> wrote: > >> > > >> > > >> >

Re: [Tinyos-help] help please : turn off mote & packet loss rate ?

2008-07-25 Thread Omprakash Gnawali
On Fri, Jul 25, 2008 at 7:37 AM, fatima zohra <[EMAIL PROTECTED]> wrote: > > > 2008/7/25 Omprakash Gnawali <[EMAIL PROTECTED]>: >> >> On Wed, Jul 23, 2008 at 11:45 AM, fatima zohra <[EMAIL PROTECTED]> >> wrote: >> > >> > >> > 2008/7/23 Omprakash Gnawali [EMAIL PROTECTED]: >> > >> >> >> >> If you pu

Re: [Tinyos-help] help please : turn off mote & packet loss rate ?

2008-07-25 Thread fatima zohra
2008/7/25 Omprakash Gnawali <[EMAIL PROTECTED]>: > On Wed, Jul 23, 2008 at 11:45 AM, fatima zohra <[EMAIL PROTECTED]> > wrote: > > > > > > 2008/7/23 Omprakash Gnawali [EMAIL PROTECTED]: > > > >> > >> If you put sequence numbers in the packet, you can find out which > >> packets were not received.

Re: [Tinyos-help] help please : turn off mote & packet loss rate ?

2008-07-25 Thread Omprakash Gnawali
On Wed, Jul 23, 2008 at 11:45 AM, fatima zohra <[EMAIL PROTECTED]> wrote: > > > 2008/7/23 Omprakash Gnawali [EMAIL PROTECTED]: > >> >> If you put sequence numbers in the packet, you can find out which >> packets were not received. For example, you sent sequence numbers 1 >> through 10 but and recei

Re: [Tinyos-help] help please : turn off mote & packet loss rate ?

2008-07-24 Thread Min Guo
then why not connect all nodes to your computer On Wed, Jul 23, 2008 at 8:45 PM, fatima zohra <[EMAIL PROTECTED]> wrote: > > > 2008/7/23 Omprakash Gnawali [EMAIL PROTECTED]: > >> >> If you put sequence numbers in the packet, you can find out which >> packets were not received. For example, you sen

Re: [Tinyos-help] help please : turn off mote & packet loss rate ?

2008-07-23 Thread fatima zohra
2008/7/23 Omprakash Gnawali [EMAIL PROTECTED]: > If you put sequence numbers in the packet, you can find out which > packets were not received. For example, you sent sequence numbers 1 > through 10 but and received 1,2,3,4,6,7,8,9,10 then you know exactly > how many packets were not received. > >

Re: [Tinyos-help] help please : turn off mote & packet loss rate ?

2008-07-23 Thread Omprakash Gnawali
On Wed, Jul 23, 2008 at 12:13 AM, fatima zohra <[EMAIL PROTECTED]> wrote: > Thanks Omprakash for your reply, > may be i miss something... so this is the whole situation. > i am using a protocol which sends periodic messages ( so i can calculate the > number of the packets sent bu each node), > howe

Re: [Tinyos-help] help please : turn off mote & packet loss rate ?

2008-07-23 Thread fatima zohra
Thanks Omprakash for your reply, may be i miss something... so this is the whole situation. i am using a protocol which sends periodic messages ( so i can calculate the number of the packets sent bu each node), however, how could i calculate the number of packets that were not received ( i have no

Re: [Tinyos-help] help please : turn off mote & packet loss rate ?

2008-07-22 Thread Omprakash Gnawali
On Mon, Jul 21, 2008 at 1:05 PM, fatima zohra <[EMAIL PROTECTED]> wrote: ... > > 2) i want to know also, if there is any way to calculate packet loss rate ? You can send a sequence of packets and calculate the number of packets that were not received. - om_p __

[Tinyos-help] help please : turn off mote & packet loss rate ?

2008-07-21 Thread fatima zohra
Hi, please i need your help and it's urgent 1) i want to turn off motes (on Tossim, TinyOS 1.x)... for this, i use StdControl.stop() where i stop all the components (timer, genericComm, flash) except Timer.stop() i couldn't find how to stop the other componnents (GenericComm and flash)... i get so