Re: [Tinyos-help] Building RPM-Packages for TinyOS toolchain

2009-05-12 Thread B.A.f.H.
> * B.A.f.H. [2009-05-11 15:29 +0200]: > > > > now I have build a new toolchain. The people especially Ruud Vlaming > > from the avr-gcc mailing list supported me. The toolchain consists > > of avr-binutils-2.19, avr-gcc-4.3.3 and avr-libc-1.6.4 with patches, > > for details look at the install_

[Tinyos-help] plzzzzzzzzzzzzzzz, how can i define topology??????

2009-05-12 Thread shermeen adnan
hi anybody plzzz help me out i want to define topology but when i do so according to TOSSIM lesson i get the following error i read TOSSIM lesson 11 and from there i used a sample configuration file named it topologyfile contents written below PATH_LOSS_EXPONENT = 3.3; SHADOWING_STANDARD_DEVIATI

[Tinyos-help] Can't build objects

2009-05-12 Thread Ana de Pablo
Hello everyone, I'm trying to work with TinyOS2.1.0 and blip in Ubuntu 8.10. I've been trying to generate libmote.a but it seems like if I can't build objects... I can execute ./bootstrap and ./configure but can't make. Any help will be great! Thanks. Ana. -- View this message in context: http

Re: [Tinyos-help] Ask how to make sink as a sender on tinyos 1.1.10?

2009-05-12 Thread Michael Schippling
Anyone know how to set the MOTECOM variable for the MIB600? I just googled: motecom mib600 and found a bunch of messages with varying content but it looks like you should do something like: export motecom=netw...@localhost:10002 The last number is the port number, which actually makes no sense

[Tinyos-help] getContinuousData Vs ReadStream

2009-05-12 Thread Akankshu Dhawan
Hi All I am trying to get continuous data.. but all application in 1.x that used getContinuous data will not be working in 2.x according to my understanding. I thought ReadStream would be an alternative option.. I wanted to know if my assumption is right ?? and what are the differences I should b

Re: [Tinyos-help] plzzzzzzzzzzzzzzz, how can i define topology??????

2009-05-12 Thread funofnet Funofnet
Hi, you should do a make at the level of this folder: opt\tinyos-2.x\support\sdk\java May that be useful -- F.F ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tin

Re: [Tinyos-help] plzzzzzzzzzzzzzzz, how can i define topology??????

2009-05-12 Thread Angela Perez
The error you are getting indicates a classpath problem. Try echo $CLASSPATH on a command line - you should get some output. If you get nothing back, your CLASSPATH setting is incorrect (read more if you want here http://www.kevinboone.com/classpath.html - general about Java classpath, not TinyOS).

Re: [Tinyos-help] Can't build objects

2009-05-12 Thread Angela Perez
Hi, Can you be more specific? Are you getting a make error and if so what it say? Please send the exact command you use and the output you are getting back. Thanks --a On Tue, May 12, 2009 at 1:46 PM, Ana de Pablo wrote: > > Hello everyone, > > I'm trying to work with TinyOS2.1.0 and blip in Ub

Re: [Tinyos-help] Routing table construction

2009-05-12 Thread Swetha R
Hi Tarun, Thanks a lot for your reply.Can we implement this concept even in TinyOS 1.x ? As i am working with tinyos1.x right now. I am concentrating on TOSSIM simulations not on programming the code into the motes.I am using Grid topology not linear one and the information in routing table i

[Tinyos-help] problems with sensing data values

2009-05-12 Thread Rubenalia
Hi everybody, I'm using micaz mote and mts300 sensors. My app senses temp value every 2 seconds (with PhotoTemp module) and send the data to pc. When I visualice the packets, It's always 00 00 in temp values. Does anyone know why it's happening??? Thanks. -- Hey, how are you doing recently? I w