[Tinyos-help] Scheduler Problems

2009-04-07 Thread Anthony L
Hi All, I am currently working on a port of TinyOS to a new (MSP430) based module. I have GPIO working and am currently working on Timer Subsystems, however I am having problems with the scheduler. Currently only some tasks actually execute, and other posted tasks never run at all. If I alter

[Tinyos-help] Scheduler mechanisms - Task queue overflowing

2008-05-23 Thread Edgar Charry
Hi all, Where can I find information about the scheduler in TinyOS1.1-x? How it works, queue size.. priorities..? I've been working with some Mica2's (and the dot's) in doing some ADC's measurementes and sending them off as quickly as possible. The problem is: apparently my motes are hanging b

Re: [Tinyos-help] Scheduler

2007-03-02 Thread Philip Levis
On Mar 2, 2007, at 6:25 AM, Min Guo wrote: Anyone knows how the scheduler schedule multiple function calls? E.g. in the RealMainP component, while Boot.booted() is signaled, the Boot.booted() events in the connected components will be executed, but how? - Since there is only one thread, are

[Tinyos-help] Scheduler

2007-03-02 Thread Min Guo
Anyone knows how the scheduler schedule multiple function calls? E.g. in the RealMainP component, while Boot.booted() is signaled, the Boot.booted() events in the connected components will be executed, but how? - Since there is only one thread, are they executed in a liner sequence? What is the sc

Re: [Tinyos-help] Scheduler simulation with TOSSIM 2.x

2006-12-18 Thread Philip Levis
On Dec 18, 2006, at 8:21 AM, sam ribas wrote: Hello everybody. I've added some modules to TinyOS 2.0 in order to replace the scheduler, following the instruction written in TEP 106. It seems to work (priority scheduling, with 3 queue), but I want to simulate different tasks and see the results

[Tinyos-help] Scheduler simulation with TOSSIM 2.x

2006-12-18 Thread sam ribas
Hello everybody. I've added some modules to TinyOS 2.0 in order to replace the scheduler, following the instruction written in TEP 106. It seems to work (priority scheduling, with 3 queue), but I want to simulate different tasks and see the results... but I have problems with TOSSIM. I try to l