[Tinyos-help] TOSSIM: Scheduling Events and set ADC port command

2009-01-29 Thread Doman, Marguerite
I have developed a simulation extension to TOSSIM. It is a Cellular Automata where users can build dynamic environment simulations and have the physical attributes sent to the motes in the simulation. This is currently developed in TOSSIM -1.15. I want to move it to version 2. What I need to

[Tinyos-help] Cellular Automata simulation scenario

2009-01-21 Thread Doman, Marguerite
I have developed a simulation extension to TOSSIM. It is a Cellular Automata where users can build dynamic environment simulations and have the physical attributes sent to the motes in the simulation. This is currently developed in TOSSIM -1.15. I want to move it to version 2. What I need

[Tinyos-help] User Event Type

2008-10-09 Thread Doman, Marguerite
In TinyOS 1, I added function to TOSSIM in which I created my own event type and managed it on the event bus. Is there a way to do the same in TinyOS 2? I want to create a new type, add parameters and both add it to the event queue and handle it once it is signaled. Thanks, Marguerite Doman

[Tinyos-help] Handling events in Tossim

2006-11-03 Thread Doman, Marguerite
How can I trace events?   I'm trying to handle an  ADCDataReadyEvent event in my Tython script. I issue the command SetADCPortValueCommand. The status message appears:   status: Wrote command: SetADCPortValueCommand [mote 0] [port 2] [value 33]   But I don't see the event in my handler. So, I th

[Tinyos-help] TOSSIM: Problems with TinyDB SELECT statement

2006-10-31 Thread Doman, Marguerite
Hi, I'm stuck.. I need some help...   In simulation, using TOSSIM, the SQL SELECT statement in TinyDB does not return the actual attribute values in the SimObject.  How can I get the SELECT statement using TinyDB to return the actual, unchanged attribute values stored in the SimObjects represent