[Tinyos-help] Implementing Custom MAC in TinyOS (IRIS)

2014-07-11 Thread Ahsan Memon
All long that I have worked with TinyOS, I do not understand Makefile. Could you please tell me how to disable LowPowerListening from the Makefile. Ahsan___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.ed

Re: [Tinyos-help] Implementing Custom MAC in TinyOS (IRIS)

2014-07-11 Thread Christian Haas
On 07/11/2014 09:26 AM, Ahsan Memon wrote: > Hi, > I would like to introduce a self generated MAC protocol in TinyOS. Can > somebody tell me > Where can I find the file/folder where BOX MAC 2 is implemented.How I can > disable the default MAC protocol (BOX MAC 2) so as I can introduce the self

Re: [Tinyos-help] warning in FcfsResourceQueueC.nc after upgrading avr-gcc

2014-07-11 Thread Philip Levis
The source code is not designed to be used with 4.9; this is why we package up particular compiler releases. I'm pretty sure this is a false positive warning. Sometimes we need to tweak code generation to suppress such warnings. If you could show the generated C that causes the warning, that wo

Re: [Tinyos-help] Is TinyOS slowly dying ????

2014-07-11 Thread Philip Levis
On May 31, 2014, at 6:10 PM, Roadstar Runner wrote: > Andris, > I understand that TinyOS is an all volunteer project and commend the time put > in by the you and others. One of the aspects of TinyOS that attracted me to > it was the enthusiasm and activity i saw on the forums. That seems to b

[Tinyos-help] Implementing Custom MAC in TinyOS (IRIS)

2014-07-11 Thread Ahsan Memon
Hi, I would like to introduce a self generated MAC protocol in TinyOS. Can somebody tell me Where can I find the file/folder where BOX MAC 2 is implemented.How I can disable the default MAC protocol (BOX MAC 2) so as I can introduce the self generated one. I am using IRIS motes and I have looke