[Tinyos-help] NST-AODV on IRIS Motes

2011-06-28 Thread Tiong Hoo Lim
Hi, I am trying to run nst-aodv on iris motes. I have managed to compile the source but unable to make any successful communication between two motes as it return EBUSY each time it trying to send. This version of NST-AODV works for TelosB with CC2420PacketLink. I have modified the radio to use

Re: [Tinyos-help] NST-AODV on IRIS Motes

2011-06-28 Thread Miklos Maroti
Are you using the latest version of tinyos-main from google-code? Miklos On Mon, Jun 27, 2011 at 6:22 PM, Tiong Hoo Lim thli...@gmail.com wrote: Hi,    I am trying to run nst-aodv on iris motes. I have managed to compile the source but unable to make any successful communication between two

[Tinyos-help] Using BLIP 2.0 without serial link?

2011-06-28 Thread Vincent Gay
Hi all, I'm wondering what is the best way to proceed for using BLIP2.0 without serial link. I don't have a serial board to communicate with the mote running PppRouter, but an Ethernet one. Is there an alternative to using the pppd daemon on the PC? I guess that the pppd is only meant to

Re: [Tinyos-help] Need help on setting CLASSPATH

2011-06-28 Thread João Gonçalves
Didn't you source from a script like this? #! /usr/bin/env bash # Here we setup the environment # variables needed by the tinyos # make system echo Setting up for TinyOS export TOSROOT= export TOSDIR= export MAKERULES= TOSROOT=/opt/tinyos-2.x TOSDIR=$TOSROOT/tos

[Tinyos-help] TYMO

2011-06-28 Thread Shamali Gunawardena
Hi, I was trying to use the TYMO example as in teh tutorials and realized that I do not have DymoNetworkC interface. nor a dymo or tymo folder inside lib do I have to get them and install them separately. If so how can I get about with this. Thanks in advance. Shamali

Re: [Tinyos-help] NST-AODV on IRIS Motes

2011-06-28 Thread Miklos Maroti
Hi Tiong, It is hard to see the problem from your error log. Can you compile the apps/RadioCountToLeds application in your google code tree? Best, Miklos On Tue, Jun 28, 2011 at 12:57 PM, Tiong Hoo Lim thli...@gmail.com wrote: Yes, I think I am not using the latest Tinyos. After downloading

[Tinyos-help] Is there any application to support data aggregation in Tinyos-2.x

2011-06-28 Thread Haripriya priya
Hi I am using TinyOS-2.x. Is there any existing application in TinyOS-2.x that uses the data aggregation (in-network processing) concept ? Please help. Thanks in advance. -- Regards, S.Haripriya ___ Tinyos-help mailing list

Re: [Tinyos-help] Iris mote stops after a while (TinyOS2.x)

2011-06-28 Thread Miklos Maroti
Your TinyOS should be up to date with SVN (tinyos-maon on google code). Best, Miklos On Tue, Jun 21, 2011 at 4:08 PM, John Yamamoto childjohn_w...@yahoo.co.jp wrote: Hello, I recently got some iris mote, so I was following TinyOS tutorials.  I was following Mote-mote radio communication, and

[Tinyos-help] could you please help me about NameError: name 'SerialForwarder' is not defined

2011-06-28 Thread Mr.Thanakorn Prasansri
Hi, i got error when i run ./TestSerial.py i think SerialForwarder is not import to TestSerial.py yet. Please help # ./TestSerial.py Traceback (most recent call last): File ./TestSerial.py, line 50, in module sf = SerialForwarder(9002) NameError: name 'SerialForwarder' is not defined

Re: [Tinyos-help] NST-AODV on IRIS Motes

2011-06-28 Thread Miklos Maroti
Yes, you are right. I cannot really help you with checking the NST-AODV code. Best, Miklos On Tue, Jun 28, 2011 at 2:43 PM, Tiong Hoo Lim thli...@gmail.com wrote: Hi Miklos,   I can compile the RadioCountrToLeds and others but have problem with the nst-aodv. I know the problem lies within the

[Tinyos-help] Error on tos-check-env

2011-06-28 Thread Ben Ahmed Farah
Hi, i just installed TinyOS on ubuntu 10.04 and i make this command to check that the environment is setup correctly : tos-check-env the output of this command is: tos-check-env completed with errors: -- WARNING : The JAVA version found first by tos-check-env may not be version 1.4 or version

[Tinyos-help] Bls: TYMO

2011-06-28 Thread Fajar Lab
you can find the tymo implementation in $TOSDIR/lib/net/ try to use the latest CVS of TinyOS-2.x fjr. --- Dari: Shamali Gunawardena shama...@yahoo.com Judul: [Tinyos-help] TYMO Kepada: tinyos-help@millennium.berkeley.edu Tanggal: Selasa, 28 Juni, 2011, 11:07 AM Hi, I was trying to use the TYMO

Re: [Tinyos-help] Error on tos-check-env

2011-06-28 Thread Michael Schippling
You probably have newer versions installed, but check that you really have them with: type dot -- should show a path to dot.exe type java -- should show a path to a java SDK MS Ben Ahmed Farah wrote: Hi, i just installed TinyOS on ubuntu 10.04 and i make this command to check that the

Re: [Tinyos-help] NST-AODV on IRIS Motes

2011-06-28 Thread Omprakash Gnawali
Tiong - if you manage to get the code to compile, test it, and get it to run on hardware platforms as well, it will be good to contribute your version of the code and your experiences to the TinyOS community. Good luck. - om_p On Tue, Jun 28, 2011 at 7:09 AM, Miklos Maroti

Re: [Tinyos-help] TosThreads compilation error

2011-06-28 Thread David Rodda
I believe I may have tracked down the cause of the problem. Revision 5455 (16 Feb 2011, committed by pabigot) made changes to tinyos-2.x/tos/chips/msp430/pins/HplMsp430GeneralIOC.nc.(among other files). These changes add support for MSP430 pin resistors, as well as mspgcc4. Specifically, line

[Tinyos-help] RSS Values

2011-06-28 Thread vinod kumar
Hello! Are the readings of VoltageC() component nothing but the RSS values?? ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Serial Communication between Micaz Mote and Ubuntu

2011-06-28 Thread TJ
Hey!! I've been working on this particular part of my project for a while now. I was pointed to codes available in TinyOS-2.1.1; in the folder /opt/tinyos-2.1.1/support/sdk/c/sf. I've vaguely understood the codes, but they don't compile. It gives me an error when i enter make: make: *** No rule