Hello everyone,

I'm using the LogStorage abstraction on tinyos2-x with a tmote sky, my
application fills a very large log (960Kb) and I'm using the same routine
used in 
PacketParrot.<http://www.tinyos.net/tinyos-2.x/apps/tutorials/PacketParrot/PacketParrotP.nc>
Each Log entry is about 20 bytes and the whole read/send to Base Station
takes about 15 minutes.

I guess the bottle neck is on the Flash read and I'm about to start making
my log entries bigger and then splitting before sending.

I would like to know what you think about the problem. What is the the best
time I should expect to achieve to get all the data from the flash and send
it via the radio?

Thanks in advance,

Ariel.
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to