[Tinyos-help] tinyos 1.1 error 53 with all examples.

2010-06-23 Thread ismail hancı
hi all. i am working on tinyos 1.1.x at windows xp with java 1.5.0.22. there is a problem on tinyos named error 53.it is not just on blink example, all examples have the same error. i discover only it is not about sensonode. there are a few help mail before me about 53 but no solution. if you have

[Tinyos-help] mote-mote radio communication

2010-06-23 Thread Sam Azzaro
Hello, I have a cryptoghraphic application consisting on simulating radio communication between two motes.the first has to Set up the key, encrypt and send the message encoded.the second mote, receive the message , decrypt it, then print it. i tried to write my application by following the

Re: [Tinyos-help] Sending time in IRIS mote

2010-06-23 Thread Stefano Kismet Lenzi
Dear Trang, Do you have any log file with the test and the time that you found? I think it would be really intersting to share with other people. Best regards, Stefano Lenzi On Tue, Jun 22, 2010 at 03:30, Tran Thi Thuy Trang thuytran...@yahoo.comwrote: Hi, I'm trying to measure how long does

[Tinyos-help] R:Re: porting of sqlite to tinyos

2010-06-23 Thread Vezzali.Barbara***
Thank's a lot for your availability! I would insert sqlite in an application of tinyos, not properly in Tossim, if it goes right in Tossim i think that will do the same also in a general application of tinyos. Then the question is the same: an application in nesc can not be able to link a

Re: [Tinyos-help] porting of sqlite to tinyos

2010-06-23 Thread Vezzali.Barbara***
Thank's a lot for your availability! I would insert sqlite in an application of tinyos, not properly in Tossim, if it goes right in Tossim i think that will do the same also in a general application of tinyos. Then the question is the same: an application in nesc can not be able to link a

[Tinyos-help] porting of sqlite to tinyos

2010-06-23 Thread Vezzali.Barbara***
Messaggio originale Da: vezz...@libero.it Data: 23/06/2010 12.53 A: tinyos-help@millennium.berkeley.edu Ogg: re:Re: [Tinyos-help] porting of sqlite to tinyos Thank's a lot for your availability! I would insert sqlite in an application of tinyos, not properly in Tossim, if it goes

[Tinyos-help] graphviz version!

2010-06-23 Thread KADIM Ayoub
I have a research project in wsn and I had just setup the Tinyos in my Ubuntu 9.04; but when I enter the comand: tos-check-env I get the next message: Path: /usr/local/sbin /usr/local/bin /usr/sbin /usr/bin /sbin /bin /usr/games Classpath:

Re: [Tinyos-help] Digital I/O on MicaZ

2010-06-23 Thread Michael Schippling
There are various ways to read/write controller pins in TOS. I only use TOS1.x which had a set of macros: TOSH_ASSIGN_PIN(PWM1Aout, B, 5); // port,pin B5a == PWM1Aout TOSH_MAKE_PWM1Aout_OUTPUT(); TOSH_CLR_PWM1Aout_PIN(); TOSH_SET_PWM1Aout_PIN(); There are often modules to do

Re: [Tinyos-help] graphviz version!

2010-06-23 Thread THE BEST ILM
you have installed newer version of graphiz. Ignore this warning. you work will run fine.No worry Best of luck Yasir Javed Research Engineer COINS research Group --- On Wed, 6/23/10, KADIM Ayoub kadim.ayo...@gmail.com wrote: From: KADIM Ayoub kadim.ayo...@gmail.com Subject: [Tinyos-help]

Re: [Tinyos-help] Globals --

2010-06-23 Thread Michael Schippling
Oh, I see. I don't need two header files to declare and define the variable. Since everything is conglomerated into one app.c file before real compilation occurs, all I need is the definition file that allocates the space and assigns it a name. Don't need the #ifndef __HEADER_H__ thing either...

Re: [Tinyos-help] Globals --

2010-06-23 Thread Eric Decker
On Wed, Jun 23, 2010 at 10:52 AM, Michael Schippling sc...@santafe.eduwrote: Oh, I see. I don't need two header files to declare and define the variable. Since everything is conglomerated into one app.c correct. file before real compilation occurs, all I need is the definition file that

[Tinyos-help] B-MAC simulation

2010-06-23 Thread Brijendra Kumar
hi... I am trying to simulate BMAC protocol in powertossim but i m new in tinyos and also have some doubt about bmac interfaces ..here are doubts.. the interfaces which is given in bmac paper MacControl, MacBackoff, LowPowerListening are these interfaces supported by powertossim?? if yes, do