Re: [Tinyos-help] generic behavior in a non-generic component

2010-06-19 Thread Michael Schippling
Just because the code is shared, doesn't mean that the data memory is shared as well. Just a WAG on my part, but I would assume that TOSSIM runs each mote instance on a different stack and sets each instance's "global" memory area to different locations as well. In writing that last phrase it occu

Re: [Tinyos-help] generic behavior in a non-generic component

2010-06-19 Thread Pedro Nunes
Hi. I understand all that has been said and I agree with it (it is obvious that two motes wouldn't share any memory on a real network and that should also happen on a simulation). What I was trying to say is that I was expecting that motes would share the same memory but that was only due to my li

Re: [Tinyos-help] generic behavior in a non-generic component

2010-06-19 Thread Eric Decker
On Sat, Jun 19, 2010 at 6:36 AM, Michael Schippling wrote: > Just because the code is shared, doesn't mean that the data memory > is shared as well. > > Just a WAG on my part, but I would assume that TOSSIM runs each > mote instance on a different stack and sets each instance's "global" > memory a