Re: [Tinyos-help] Python compile errors in TOSSIM

2009-04-18 Thread David Li
Hi Razvan, Yes you are right. I am missing python2.5-dev! Thanks. Maybe the wiki needs to specifically mention about python2.5-dev for Ubuntu. David 2009/4/18 Razvan Musaloiu-E. > Hi! > > On Fri, 17 Apr 2009, David Li wrote: > > Hi Everyone, >> >> I was compiling Tossim for Iris platform by "

Re: [Tinyos-help] Python compile errors in TOSSIM

2009-04-18 Thread Razvan Musaloiu-E.
Hi! On Fri, 17 Apr 2009, David Li wrote: Hi Everyone, I was compiling Tossim for Iris platform by "make iris sim" under tinyos-2.1.0/app/Blink. I am puzzled by the following errors. Anyone has any clue? I didn't search the archive. David --- compiling Python suppor

Re: [Tinyos-help] understanding of Timers in TinyOS

2009-04-18 Thread Eric Decker
The best way to answer this kind of question is to look at the source code. You can find out exactly what files are being used to build your object by using the verbose keywork to the make and then take a look at what the code is doing. eric On Fri, Apr 17, 2009 at 6:30 PM, BAI LI wrote: > Hi

[Tinyos-help] Channel Estimation

2009-04-18 Thread deepanshu vasal
Hey all, I am using Micaz motes with CC2420 radio chip. I want to estimate the channel parameters in a transmission from say A to B. Theoretically, A should send a pseudo random sequence of length depending on channel memory and at B, we use the estimation procedures (linear model) with the signal

[Tinyos-help] Fwd: A question about TOSSIM

2009-04-18 Thread 刘�真
> > Dear Mr. Philip Levis, > Firsrtly,I am so sorry for post this mail to a wrong address. > I'm doing simulation with TOSSIM in TinyOS 2.x.I have a question about > "runNextEvent()". > I did the simulation according to the TinyOS_Tutorials lesson 11(TOSSIM) > for RadioCountToLeds .There was a