[Tinyos-help] Need help with running Deluge simulation with Tossim for MicaZ

2008-08-26 Thread Ning "Martin" Xu
Hi all, I wonder if there's any support for external flash memory content simulation with Tossim for MicaZ motes in TinyOS 2.x. Would somebody give me some instructions on this? Thank you. Martin ___ Tinyos-help mailing list Tinyos-help@millennium.berke

Re: [Tinyos-help] Need help with running Deluge simulation with Tossim for MicaZ

2008-08-27 Thread Razvan Musaloiu-E.
Hi! On Tue, 26 Aug 2008, Ning "Martin" Xu wrote: > Hi all, > > I wonder if there's any support for external flash memory content > simulation with Tossim for MicaZ motes in TinyOS 2.x. Would somebody > give me some instructions on this? Thank you. I'm not aware of any Tossim support for storage

Re: [Tinyos-help] Need help with running Deluge simulation with Tossim for MicaZ

2009-03-18 Thread Yee Wei Law
Hi Razvan, Continuing this thread from last year, I have spent some time finding a way to simulate DelugeT2 on TOSSIM. My understanding is there are two main difficulties: (1) the storage, (2) the radio. The following summarizes my (unsuccessful) experience so far: *The storage* The make rule for

Re: [Tinyos-help] Need help with running Deluge simulation with Tossim for MicaZ

2009-03-19 Thread Chieh-Jan (Mike) Liang
The TOSSIM I have in my GIT repository might be helpful to you. Here is what I sent to the mailing list a while ago, http://mail.millennium.berkeley.edu/pipermail/tinyos-help/2008-December/037688.html Mike On Mar 18, 2009, at 10:49 PM, Yee Wei Law wrote: > Hi Razvan, > > Continuing this threa

Re: [Tinyos-help] Need help with running Deluge simulation with Tossim for MicaZ

2009-03-22 Thread Yee Wei Law
Hi Mike, Thanks very much for your help. I have downloaded the code from your git repository. Although the application Block *(apps/tests/storage/Block*) compiles successfully, I am still having several problems with Blink * (apps/tests/deluge/Blink)*. The most serious problem of all is the follow

Re: [Tinyos-help] Need help with running Deluge simulation with Tossim for MicaZ

2009-03-23 Thread Yee Wei Law
I found the root of the problem. 1. /opt/tinyos-2.x/tos/lib/net/Deluge/extra/mica2/NetProg_platform.h calls the hardware specific function wdt_enable() directly. 2. /opt/tinyos-2.x/tos/lib/net/Deluge/extra/avr/InternalFlashC.nc calls the hardware specific functions eeprom_is_read(), ee

Re: [Tinyos-help] Need help with running Deluge simulation with Tossim for MicaZ

2009-03-23 Thread Chieh-Jan (Mike) Liang
It depends on what you really want to simulate. Deluge is a combination of two components: A network protocol that disseminate objects, and a bootloader that loads the received objects. The internal flash is needed by the bootloader, but not necessarily the network protocol. Mike On Mar 2

Re: [Tinyos-help] Need help with running Deluge simulation with Tossim for MicaZ

2009-03-24 Thread Yee Wei Law
You are right, Mike. Following your advice, I have successfully compiled the test application "Blink" for Deluge. Just sharing with the community, here is what I did: 1. Clone the git repository using command "git clone git:// hinrg.cs.jhu.edu/git/mike/tinyos-2.x.git" (I failed to get this