Hi,

Thanks for the prompt reply, but I'm using TinyOS-2.0 and TelosB platforms. How do I locate TOSBase? I saw the TinyOS-2.0 tutorial 7 about Permanent Data Storage, but it concentrates mainly on storing configuration data, nothing much on writing blocks of data - my question is, is the implementation similar? I'll search the archives again to get more info on this, but I'm not too sure if there'll be any that uses TinyOS-2.0 (most of what I saw so far uses TinyOS-1.x).

Regards,
Azhar


From: Michael Schippling <[EMAIL PROTECTED]>
To: Muhammad Azhar <[EMAIL PROTECTED]>
CC: [email protected]
Subject: Re: [Tinyos-help] Sending data to Base Station not connected to PC
Date: Mon, 16 Apr 2007 21:32:12 -0600

Everything is (im)possible with software.

You probably want to modify TOSBase to store received messages
in local EEPROM instead of using a queue to re-transmit to the
UART (search this list for the myriad headaches involved in
getting Log and EEPROM to work). Then you need to add a message
from the host to the base-station which causes it to dump all the
stored messages to the UART when it is reconnected.

No problem at all...
heh
MS


Muhammad Azhar wrote:
Hi,

I'm not so sure if this question has been raised before, but assuming I have a multihop network (say, 10 nodes and only 1 root, and I'm using my own very simple message passing algorithm), and I'd like the root node to store all the messages it receives overnight. Is it possible for the root not to be connected to PC during the data collection period, but would transfer whatever data it receives when I connect it back to the PC the next day (i.e. the base station would only be running from the battery power during the data collection period)? If it is possible, how can I do so?

  Thanks in advance.

Regards,
Azhar


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


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

Reply via email to