Hi! Just to clarify, your code works fine without LPL? Are you sure
that the bug is not in your code? Does it work with the serial code
completely removed? Miklos

On Mon, Feb 20, 2012 at 10:34 AM, Oldrine Lewis <ole...@sutron.com> wrote:
> I agree, there are too many bugs in the current DYMO protocol implementation. 
> I tried fixing the code but found it much easier to start from scratch.  I am 
> currently try to build  a very simplified version of the DYMO protocol.
>
>
> -----Original Message-----
> From: mmar...@gmail.com [mailto:mmar...@gmail.com] On Behalf Of Miklos Maroti
> Sent: Monday, February 20, 2012 10:04 AM
> To: Oldrine Lewis
> Cc: tinyos-help@millennium.berkeley.edu
> Subject: Re: [Tinyos-help] Iris stops receiving messages after a while
>
> Hi Lewis,
>
> This might solve your problem: try adding this to your Makefile:
>
> CFLAGS += -DTASKLET_IS_TASK
>
> The uart module has some problem on iris and cannot work reliably with
> the radio unless the radio stack is running in task context.
>
> Best,
> Miklos
>
> On Mon, Feb 20, 2012 at 9:00 AM, Oldrine Lewis <ole...@sutron.com> wrote:
>>
>>
>> Hi,
>>
>> I am a novice with TinyOS. I am trying to build a small multihop network. I
>> am currently testing a component of my routing engine where one of the nodes
>> just broadcasts requests and intermediate nodes rebroadcast it. The problem
>> is that after a while( sometimes a few minutes, sometime a few hours) one of
>> intermediate nodes just stops receiving messages.
>>
>> I have Uart debug messages scattered all over and it seems that the last
>> activity I see is the event AMSend.SendDone() called in my module.
>>
>> The following is some more info on my setup
>>
>> H/W Module: Iris
>>
>> Low power listening enabled
>>
>>
>>
>> Thank you very much for your time and patience.
>>
>>
>>
>>
>>
>> Lewis
>>
>>
>>
>>
>> _______________________________________________
>> Tinyos-help mailing list
>> Tinyos-help@millennium.berkeley.edu
>> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>
> _______________________________________________
> Tinyos-help mailing list
> Tinyos-help@millennium.berkeley.edu
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to