[Tinyos-help] Reg:Moteview Error

2010-11-01 Thread SHIVASANKAR GANESAN
Hi While connecting to node (with MDA100CB sensor) to PC Moteview (through MIB520) in Live mode, I am getting Serve Message: Starting xserve:   xserve -s=COM3 -b=57600 -l -xmlfile=XmlStream.xml -xmlp -xmlport=9005   XSERVE 2.0.E: $Id: xserve.c,v 1.8.2.3 2007/02/02 17:45:01 rkapur Exp $

Re: [Tinyos-help] CTP neighbor eviction procedure

2010-11-01 Thread wasif masood
Yes, I think it would be troublesome if one neighbor completely vanishes from the vicinity of a node because in that case node will always be transmitting 3 byte additional overhead in terms of the reverse link neighbour quality. On Fri, Oct 29, 2010 at 8:59 PM, Omprakash Gnawali

Re: [Tinyos-help] Reg:MDA 100CB in Micaz mote (SHIVASANKAR GANESAN)

2010-11-01 Thread Abhishek Singh
-- An HTML attachment was scrubbed... URL: https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20101101/54930ecb/attachment-0001.htm -- Message: 3 Date: Mon, 1 Nov 2010 00:44:35 -0400 From: Chieh-Jan (Mike) Liang clia...@cs.jhu.edu

Re: [Tinyos-help] SerialForwarder tossim-serial option

2010-11-01 Thread Jose Francisco Mingorance Puga
I have not been able to solve the problem, however I found out that tinyos 1.x has this class and I put it in my tree but there are still some clasess missing that are neither in tinyos 2.x nor in tinyos 1.x ... Any new on your side ? On Sun, Oct 31, 2010 at 18:30, Jose jose.mingora...@gmail.com

[Tinyos-help] message received

2010-11-01 Thread lucky eyes
Hi all, event TOS_MsgPtr ReceiveMsg.receive(TOS_MsgPtr m) { CounterMessage *message = (CounterMessage*)m-data; message-value1 = D1; message-value2 =D2 ; message-value3 = D3; return m; } D1,D2 and D3 are sent via broadcast in a

Re: [Tinyos-help] message received

2010-11-01 Thread Urs Hunkeler
Hi, I'm not sure what exactly you want to do here. In the receive method you get a pointer to an object with data you just received. The value you received is e.g., message-value1. With the line message-value1 - D1; you are overwriting this value (you never read it). Finally, you return the

[Tinyos-help] Forwarding Msg

2010-11-01 Thread ¯`•._.•Lance•._.•´¯
Hi all, Currently i am working on a project : is about tracking the target inside the mesh network.I will have three types of node .. 1) *Target *: Only board casting the message which contain Hop count , node i d, and temperature 2,)*Relay * : Received the bcast and check the Node it ..if

Re: [Tinyos-help] message received

2010-11-01 Thread lucky eyes
Thanks Sir, I am clear now. Date: Mon, 1 Nov 2010 15:52:58 +0100 From: urs.hunke...@epfl.ch To: engr_aqans...@hotmail.com CC: tinyos-help@millennium.berkeley.edu Subject: Re: [Tinyos-help] message received Hi, I'm not sure what exactly you want to do here. In the receive method you

[Tinyos-help] uninstall tinyos 2.1.0 on ubuntu and install tinyos 2.1.1

2010-11-01 Thread Pipo
I want to uninstall tinyos 2.1.0 on ubuntu and install tinyos 2.1.1 what is the command for unistall? where can I install tinyos 2.1.1? Thanks, Pipo ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

Re: [Tinyos-help] uninstall tinyos 2.1.0 on ubuntu and install tinyos 2.1.1

2010-11-01 Thread wasif masood
take a backup of your tinyos.2.1.0 using mv command, then follow these instructions: there is no specific command needed, just follow this link: http://docs.tinyos.net/index.php/Installing_TinyOS_2.1.1#Manual_installation_on_your_host_OS_with_RPMs use the method stated as : its simple.

Re: [Tinyos-help] CTP neighbor eviction procedure

2010-11-01 Thread Omprakash Gnawali
On Mon, Nov 1, 2010 at 2:52 AM, wasif masood rwmas...@gmail.com wrote: Yes, I think it would be troublesome if one neighbor completely vanishes from the vicinity of a node because in that case node will always be transmitting 3 byte additional overhead in terms of the reverse link neighbour

[Tinyos-help] Bug with the avr-gcc, how to udpate to the last version on ubuntu

2010-11-01 Thread Pfister Loic
Hello everybody, When I tried to compile my tinyos code where there is some machine code. I have the following error : BintM.nc:394: error: can't find a register in class 'BASE_POINTER_REGS' while reloading 'asm' Where the problem come from the fact there is some asm volatile asm volatile (

Re: [Tinyos-help] CTP: CtpForwardingEngineP component error

2010-11-01 Thread Dongyu Yang
Hello! The return value is EBUSY. The AM layer do not promise signal AMSend.sendDone event, if the return value is not SUCCESS when call AMSend.send(). Because in the component AMQueueImplP, when call Send.send() it may return EBUSY in two place, as show below: generic module

[Tinyos-help] Broken Java SDK in Cygwin RPM

2010-11-01 Thread Romain Bornet
Hi all, I'm new in TOS world and just installed a TOS environment on my Cygwin environment. I could compile some basic application such as Blink but fail to compile applications involving the tinyos.jar Java archive (e.g. apps/MViz). I installed from RPMs as described at

[Tinyos-help] How to use DBG command in cygwin

2010-11-01 Thread Kiran Koneri
Hello Everyone, I am using cywin - tos2.x Could any one suggest me how to print dbg comments in cywin? For example, dbg environment path setting and related commands. Thank you, with Regards Kiran Kumar ___ Tinyos-help mailing list

Re: [Tinyos-help] unable to receive UART frame

2010-11-01 Thread Joarod
Hi again. First at all, thanks for your answer. And first at all again, I haven't give enough data. Sorry for this. I'm a Spanish student working in a thesis about sensors networks. The hardware is a mote based on a ZigBit900 module from Atmel. You can find more technical specifications at:

[Tinyos-help] msp430-jtag is a tool and how to wirte tinyos-program to msp430 by usb-serial

2010-11-01 Thread 刘学
Hello, May I ask some quetions? I want to know whether this tool (msp430-jtag) is contained in tinyos-2.x. I have run the command make telosb jtag install,it returns msp430-jtag :command not found. Regards, David.L 2010-11-01 ___ Tinyos-help

[Tinyos-help] msp430-jtag

2010-11-01 Thread 刘学
Hello, May I ask some quetions? I want to know whether this tool (msp430-jtag) is contained in tinyos-2.x. I have run the command make telosb jtag install,it returns msp430-jtag :command not found. Regards, David.L ___ Tinyos-help mailing list

[Tinyos-help] how to distinguish between packets received at base station

2010-11-01 Thread manish chaturvedi
Hi, I am working on RSSI based location tracking problem with micaz motes. The scenario is as follows: The moving node (whose location is to be tracked) broadcasts beacon signal with seqnum, and nodeid . There are four stationary nodes who receives this beacon packets and extracts RSSI value