[Tinyos-help] why compilation is so slow on Boomerang distrib

2006-07-28 Thread Nicolas Schulcz
I work with some TMoteSky, and I have upgraded tinyos to the Boomerang distrib and now the compilation can take several minute for just very simple program. Is there the same for you? Is there a way to disable some optimisation to accelerate compilation? Thanks you. Nicoo

RE: [Tinyos-help] Help with real node behaviour!Micaz,tinyos 1.x

2006-07-28 Thread Munaretto, Daniel
I did other experiments and i found that, with little data size, the nodes are able to send and receive all packets they generate. So it's definitely a memory problem. But i think not to use so much memory and i free, when i can, the used structures. Remember i need a buffer chain in each node

Re: [Tinyos-help] Changing Delta Message size

2006-07-28 Thread Ole Bischoff
Hy Yannis, the DeltaMsg is stored in the data-array of MultihopMsg, TOS_Msg-data = TOS_MHopMsg TOS_MHopMsg-data = DeltaMsg the number of bytes in data are defined as: TOSH_DATA_LENGTH - 10 (-10, because all other elements, except data, sum up to 10 bytes). The DeltaMsg has

[Tinyos-help] Alarm example

2006-07-28 Thread José L. Ponce
Hello all, could somebody point me to a code example which uses alarms under TinyOS-1.x? Preferably for telos motes... Thank you, - Jose. ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU

Re: [Tinyos-help] why compilation is so slow on Boomerang distrib

2006-07-28 Thread Joe Polastre
Boomerang uses the same toolset as TinyOS 2.x. There is no difference in speed between the 2.x distribution and Boomerang. It should never take several minutes to compile a program. -Joe On 7/28/06, Nicolas Schulcz [EMAIL PROTECTED] wrote: I work with some TMoteSky, and I have upgraded

Re: [Tinyos-help] Alarm example

2006-07-28 Thread Joe Polastre
Alarms are only supported under 2.x and Boomerang. -Joe On 7/28/06, José L. Ponce [EMAIL PROTECTED] wrote: Hello all, could somebody point me to a code example which uses alarms under TinyOS-1.x? Preferably for telos motes... Thank you, - Jose.

Re: [Tinyos-help] Help with real node behaviour!Micaz,tinyos 1.x

2006-07-28 Thread Michael Schippling
Well there's 128K of PROM and 4K of RAM in the ATMEGA 128 and I believe it is all available. At the end of the TOS compile you get a line that says how much your program is using. If you are not doing any kind of dynamic allocation this should be the maximum used. Perhaps you have a pointer or

[Tinyos-help] T-MAC missed packets

2006-07-28 Thread David Raymond
Title: T-MAC missed packets I am doing experiments with the T-MAC protocol on Mica2s running at 914mhz and am having problems with high rates of lost packets. I am using the RadioTest application from the /tinyos-1.x/contrib/t-mac/apps CVS source, placing two motes in receive mode and

[Tinyos-help] Source Code for Trickle

2006-07-28 Thread Pradip De
Hi all, It would be of real help if someone could tell me where I could get the source implementation of the Trickle code propagation protocol? Thanks, Pradip ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU