Re: [Tinyos-help] Sending Packets

2012-10-10 Thread Rafael de Oliveira Costa
Hi Sarah, check the line 19 of BlinkToRadioAppC.nc ! (*BlinkToRadioAppC.nc:19: syntax error before `='*) I suggest you try to understand RadioCountToLeds application to see how to the basic AM communication works. Rafael de Oliveira Costa, D.Sc. Student PPGI - UFRJ Rio de Janeiro, RJ, Brazil

Re: [Tinyos-help] Need help compiling Make Micaz sim

2012-10-09 Thread Rafael de Oliveira Costa
John, you must certain that you have the file Python.h. Check if you have installed python-dev package and also check if your PYTHONPATH is setting correctly as showed below PYTHONPATH =.:$TOSROOT/support/sdk/python:$PYTHONPATH Rafael de Oliveira Costa, D.Sc. Student PPGI - UFRJ Rio de Janeiro

Re: [Tinyos-help] TinyOS applications to download

2012-06-14 Thread Rafael de Oliveira Costa
obfuscation techniques and I want to know if the program still works after the obfuscation. I still need more code examples. If someone know where I can find please send me the link. Rafael de Oliveira Costa, M.Sc. Student PPGI - UFRJ Rio de Janeiro, RJ, Brazil http://www.labnet.nce.ufrj.br Enquanto

[Tinyos-help] TinyOS applications to download

2012-05-30 Thread Rafael de Oliveira Costa
where I can download a TinyOS application or if you want to share your application with me I appreciate. Thanks. Rafael de Oliveira Costa, M.Sc. Student PPGI - UFRJ Rio de Janeiro, RJ, Brazil http://www.labnet.nce.ufrj.br Enquanto permanecerem lutando por alguma coisa, os homens estarão sempre

[Tinyos-help] compile an application after create app.c

2012-01-12 Thread Rafael de Oliveira Costa
app.c ? This is because I need to make some modifications in app.c before create main.exe any ideas ? Rafael de Oliveira Costa, M.Sc. Student PPGI - UFRJ Rio de Janeiro, RJ, Brazil http://www.labnet.nce.ufrj.br If the doors of perception were cleansed every thing would appear to man

[Tinyos-help] debug tinyos source code

2011-11-14 Thread Rafael de Oliveira Costa
this you have to compile your app with a keyword named debug like this: make platform debug. However I can debug if and only if I have a AVR JTAGICE mkII or similar this is correct ? ( for Atmel processors of course). Rafael de Oliveira Costa, M.Sc. Student PPGI - UFRJ Rio de Janeiro, RJ, Brazil http

[Tinyos-help] how can I compile app.c ?

2011-10-27 Thread Rafael de Oliveira Costa
Hi, when we execute make platform, it results in some files inside build/platform, right ? Here is the thing ... someone knows how can I compile app.c again ? Because I want to change some things in app.c and to create a new executable. Rafael de Oliveira Costa, M.Sc. Student PPGI - UFRJ Rio de

Re: [Tinyos-help] how can I compile app.c ?

2011-10-27 Thread Rafael de Oliveira Costa
I dont think so... When i executed make,platform, it creates new main.exe and new app.c i want create main.exe with app.c changed by me Rafael de Oliveira Costa, M.Sc. Student PPGI - UFRJ Rio de Janeiro, RJ, Brazil http://www.labnet.nce.ufrj.br The first step to getting the things you want out

Re: [Tinyos-help] how can I compile app.c ?

2011-10-27 Thread Rafael de Oliveira Costa
I dont want the old main.exe. I just want to utilize the app.c to create a new main.exe because the i cant do the changes that I want on .nc files so any idea ? Rafael de Oliveira Costa, M.Sc. Student PPGI - UFRJ Rio de Janeiro, RJ, Brazil http://www.labnet.nce.ufrj.br The first step to getting

Re: [Tinyos-help] how can I compile app.c ?

2011-10-27 Thread Rafael de Oliveira Costa
Thanks for the idea Eric. I'll try then I post here the results Rafael de Oliveira Costa, M.Sc. Student PPGI - UFRJ Rio de Janeiro, RJ, Brazil http://www.labnet.nce.ufrj.br The first step to getting the things you want out of life is this : decide what you want, Ben Stein On Thu, Oct 27, 2011

Re: [Tinyos-help] Problem with serial communication using telosa

2011-10-25 Thread Rafael de Oliveira Costa
Hi Luís, please show what command did you executed. Rafael de Oliveira Costa, M.Sc. Student PPGI - UFRJ Rio de Janeiro, RJ, Brazil http://www.labnet.nce.ufrj.br The first step to getting the things you want out of life is this : decide what you want, Ben Stein 2011/10/24 Luís Pereira

Re: [Tinyos-help] Problem with serial communication using telosa

2011-10-25 Thread Rafael de Oliveira Costa
I will say something like Igglezakis. here serial works on ttyUSB1 and to deploy ttyUSB0 Rafael de Oliveira Costa, M.Sc. Student PPGI - UFRJ Rio de Janeiro, RJ, Brazil http://www.labnet.nce.ufrj.br The first step to getting the things you want out of life is this : decide what you want, Ben Stein

Re: [Tinyos-help] java TestSerial doesn't have ouput

2011-10-24 Thread Rafael de Oliveira Costa
Hi Toni, i just executed this test and here it works fine. have you install TestSerial on mote and it's plugged on ttyUSB0 ? because here my micaz mote is plugged on ttyUSB1 and command that i should execute is java TestSerial -comm serial@/dev/ttyUSB1:57600 Rafael de Oliveira Costa, M.Sc

Re: [Tinyos-help] message struct and send ack problem

2011-10-24 Thread Rafael de Oliveira Costa
Hi Amin, How do you send ack ? I use the interface called PacketAcknowledgements from AMSenderC and its works fine to me Rafael de Oliveira Costa, M.Sc. Student PPGI - UFRJ Rio de Janeiro, RJ, Brazil http://www.labnet.nce.ufrj.br The first step to getting the things you want out of life

Re: [Tinyos-help] tinyos compilation error :fatal error: Python.h: No such file or directory

2011-10-05 Thread Rafael de Oliveira Costa
Hi, after install python-dev, verify PYTHON_VERSION variable in /opt/tinyos-2.1.1/support/make/sim.extra. here i'm using python 2.6 so this variable is set like PYTHON_VERSION=2.6. Rafael de Oliveira Costa, M.Sc. Student PPGI - UFRJ Rio de Janeiro, RJ, Brazil http://www.labnet.nce.ufrj.br

Re: [Tinyos-help] one question app.c

2011-09-23 Thread Rafael de Oliveira Costa
Hi Gary, The TOS image of your app.c is Main.exe on the build/micaz directory. However this binary will only execute on machine with atmel128 processor like micaz motes Rafael de Oliveira Costa M.Sc. Student PPGI / DCC - iNCE/ UFRJ Rio de Janeiro, RJ, Brazil The first step to getting the things

Re: [Tinyos-help] TinyOS simulator

2011-09-23 Thread Rafael de Oliveira Costa
you can get in http://docs.tinyos.net/tinywiki/index.php/TOSSIM Rafael de Oliveira Costa M.Sc. Student PPGI / DCC - iNCE/ UFRJ Rio de Janeiro, RJ, Brazil The first step to getting the things you want out of life is this : decide what you want Ben Stein On Sun, Sep 18, 2011 at 2:10 PM, Indtiny s

[Tinyos-help] How long deluge's basestation needs to transmit a image

2011-09-16 Thread Rafael de Oliveira Costa
of size and i have one basestation and one client. Rafael de Oliveira Costa M.Sc. Student PPGI / DCC - iNCE/ UFRJ Rio de Janeiro, RJ, Brazil The first step to getting the things you want out of life is this : decide what you want Ben Stein ___ Tinyos-help

Re: [Tinyos-help] Tossim help needed

2011-09-14 Thread Rafael de Oliveira Costa
Hi, you can't install two applications in a network in tossim. With avrora you could do this Rafael de Oliveira Costa M.Sc. Student PPGI / DCC - iNCE/ UFRJ Rio de Janeiro, RJ, Brazil The first step to getting the things you want out of life is this : decide what you want Ben Stein On Tue, Sep

Re: [Tinyos-help] Mote's Id variable

2011-09-13 Thread Rafael de Oliveira Costa
Hi, you should add the content of the TOS_NODE_ID variable in the packet that you are sending to basestation. Rafael de Oliveira Costa M.Sc. Student PPGI / DCC - iNCE/ UFRJ Rio de Janeiro, RJ, Brazil The first step to getting the things you want out of life is this : decide what you want Ben

[Tinyos-help] Deluge T2 on ubuntu Lucid Lynx

2011-09-10 Thread Rafael de Oliveira Costa
successfully follow this tutorial ? Rafael de Oliveira Costa M.Sc. Student PPGI / DCC - iNCE/ UFRJ Rio de Janeiro, RJ, Brazil The first step to getting the things you want out of life is this : decide what you want Ben Stein ___ Tinyos-help mailing list

Re: [Tinyos-help] error: no match

2011-09-05 Thread Rafael de Oliveira Costa
Hi, see the Null application in $TOSROOT/apps because you aren't building your component correctly. Rafael de Oliveira Costa M.Sc. Student PPGI / DCC - iNCE/ UFRJ Rio de Janeiro, RJ, Brazil The first step to getting the things you want out of life is this : decide what you want Ben Stein

Re: [Tinyos-help] Problem with crossbow motes

2011-09-05 Thread Rafael de Oliveira Costa
Hi Marianna, here i'm using crossbow's motes and they works fine. to submit an application type make micaz install,1 mib510,/dev/ttyUSB0. Rafael de Oliveira Costa M.Sc. Student PPGI / DCC - iNCE/ UFRJ Rio de Janeiro, RJ, Brazil The first step to getting the things you want out of life

Re: [Tinyos-help] Problem with crossbow motes

2011-09-05 Thread Rafael de Oliveira Costa
Marianna, this command only deploy the application to the mote plugged on the basestation. Rafael de Oliveira Costa M.Sc. Student PPGI / DCC - iNCE/ UFRJ Rio de Janeiro, RJ, Brazil The first step to getting the things you want out of life is this : decide what you want Ben Stein On Mon, Sep 5

Re: [Tinyos-help] tossim help

2011-09-01 Thread Rafael de Oliveira Costa
Did you install tinyos-2.x in windows or linux ? On Thu, Sep 1, 2011 at 5:46 AM, Seetha Devi seethadev...@yahoo.in wrote: i have installed tinyos-2.x as per the instructios in wikipedia when i try to run blink program in tossim like make micaz sim it shows up error like