[Tinyos-help] help regarding the options of xserve data logging application

2006-04-04 Thread Abhishek
$ xserve -?XServe Ver:$Id: xserve.c,v 1.21 2005/09/02 08:15:37 pipeng Exp $Using params: [help] Usage: xserve -?|r|p|c|x|l|d|v|q -l=table -s=device -b=baud -i=server:port -? = display help [help] -r = raw display of tos packets [raw] -a = ascii display of tos packets [ascii] -p = parse packet

Re: [Tinyos-help] Time Stamping Events

2006-04-04 Thread Ioannis Krontiris
I was about to post the same question. I have been trying to do the same thing, trying both the platform/mica2/SysTime.nc and LogicalTime.nc (i.e. SimpleTime.nc). In the first case (SysTime) I got right results but for events only up to 200 ms apart. After that the timer seems to reset. For

[Tinyos-help] routing component of xmesh

2006-04-04 Thread Abhishek
Can we integrate the xmesh and tinydb functionality into one application ?What are the routing components in each of these? New Yahoo! Messenger with Voice. Call regular phones from your PC for low, low rates.___ Tinyos-help mailing list

Re: [Tinyos-help] Control of multiple motes per USB

2006-04-04 Thread Jose L. Ponce
On Thu, 2006-03-30 at 10:21 -0700, Michael Schippling wrote: You can skip the SerialForwarder part and connect local programs directly to the USB ports by using a MOTECOM envvar like [EMAIL PROTECTED]:mica2 for each specific COM port. The Listen tool and anything that uses BuildPacketSource

[Tinyos-help] cricket

2006-04-04 Thread Roberto
can someone give me some information about the use of microphone and sounder to send and receive acustic messages ? thank you in advance... roberto ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU

[Tinyos-help] Deluge 2.0 on mica2 does not respond.

2006-04-04 Thread Fin, Tristan
Having searched the archives - I am now stumped. I have successfully setup and installed Deluge 2.0 support on micaz motes, successfully injected and run my application. However using the same procedures for a set of mica2 motes (save compiling for mica2 of course), I have been unsuccessful.

[Tinyos-help] Adding my own component problem ++

2006-04-04 Thread jose m
I've discovered a really weird problem. Given those declarations in a file ps_message.h: enum{ //el tamaño máximo de la cola de mensajes MAX_PS_MESSAGE_QUEUE_SIZE = 8, }; typedef struct ps_message_queue_t { uint8_t head; uint8_t tail; ps_message_t

Re: [Tinyos-help] Deluge 2.0 on mica2 does not respond.

2006-04-04 Thread Yun Mao
Just a thought: have you recompile Deluge java tools for mica2 platform? Yun On 4/4/06, Fin, Tristan [EMAIL PROTECTED] wrote: Having searched the archives - I am now stumped. I have successfully setup and installed Deluge 2.0 support on micaz motes, successfully injected and run my

[Tinyos-help] RAM + ROM occuppied by app for mica2 mote

2006-04-04 Thread jose m
if my application installed in mica2 mote exceeds 14330 bytes (ROM + RAM when compiled), it doesn't work. Anyone knows why? __ Correo Yahoo! Espacio para todos tus mensajes, antivirus y antispam ¡gratis! ¡Abrí tu cuenta ya! -

RE: [Tinyos-help] RAM + ROM occuppied by app for mica2 mote

2006-04-04 Thread David Moss
If the problem is with the memory consumption, it would be with your RAM consumption only. The Mica2 only has 4k of RAM. If your application exceeds approximately 3,500 Bytes of RAM, you will run out of memory and the mote will simply not run. I say approximately 3,500 bytes here because stack

[Tinyos-help] Signal keyword

2006-04-04 Thread Sharmistha Maitra
Dear All, Can anybody please calrify this ? When do we use a signal sendmsg.senddone( ) ? I thought that when a message is sent successfully (by a component), the component would get a notification back in the form of an event sendmsg.senddone ( ). Why then do we have the above (signal...)in some

Re: [Tinyos-help] About tinyos's scheduler

2006-04-04 Thread Lin Gu
On Wed, Apr 05, 2006 at 09:41:53AM +0800, Marius.bao wrote: Hi,everybody! As we know, the radio bit interrupts can post tasks, they prevent current running tasks from excuting, and add new tasks to the task queue. If the radio rate is high enough, that is there is little time for tinyos to

[Tinyos-help] compilation problem in contrib/xbow/apps

2006-04-04 Thread tinygeek
Is there nybody who is facing the compilation problems in compiling the applications given in ...contrib/xbow/apps/ directory supplied by xbow.The latest makerules as well as makefile is there but no effect. Blab-away for as little as 1¢/min. Make PC-to-Phone Calls using Yahoo! Messenger

[Tinyos-help] Telos mote: Surge Application GUI

2006-04-04 Thread Fatima Zohra
Hi I am trying to run SurgeTelos on telosb motes. I programmed the motes as following make telos reinstall.0 for the base station and make telos reinstall.n for other motes. After running the following commands in opt/tinyos-1.x/tools/javaexport [EMAIL PROTECTED]:telos java