[Tinyos-help] AT45DB external flash support for TOSSIM

2008-12-29 Thread Chieh-Jan (Mike) Liang
Hi all, I recently implemented AT45DB flash support for TOSSIM. The code is written as the HAL layer, so it supports all three TinyOS storage abstractions: block, log, and configuration. This enhancement produces one binary file for each node to represent its external flash, which helps

[Tinyos-help] (no subject)

2008-12-29 Thread swathy M
hi i am working with tinyos2.1 in the development of a security protocol. i want tips regarding porting between tinyos1.x to tiny2.x.please do help me out.i have found out some of the differences between tinyos 1.x and tinyos2.x.still i want still more methods of easy porting .

[Tinyos-help] main.exe and ihex file questions

2008-12-29 Thread BAI LI
Hi All, After the compilation of nesC application, it generated a ihex file. When I open this file by eidtor, i got the following information: :104AB240805A20013F40D8533E4000113D4003 :104A12110D9E0524FE4F1E530E9DFB2B20 :104A20003F4002113D4023110D9F0524CF435C

Re: [Tinyos-help] How can I measure computation time in Tossim properly ?

2008-12-29 Thread Daehee Kim
Hi. Everyone How can I measure computation time in Tossim properly ? As I mentioned followings, the time difference between computations was same although the computation 100^3. I used LocalTime.get() to get time. Are there any settings that I have to reconfigure in TinyOS to measure computation