Code Monkey home page Code Monkey logo

Comments (2)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 20, 2024

Original comment by [email protected] on 16 Dec 2010 at 11:55

  • Added labels: Priority-High
  • Removed labels: Priority-Medium

from tinyos-main.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 20, 2024
I believe this is not so much a bug, but the way LPL interface commands are 
called in the user app.

- Problem description -

The interface command in question is 
LowPowerListening.setRemoteWakeupInterval(...).

Before the user app passes a message to AMSenderC, it calls 
LowPowerListening.setRemoteWakeupInterval(...) on that outgoing message. 
However, after LplAMSenderP gets that message, it also calls 
LowPowerListening.setRemoteWakeupInterval(...) and "resets" the message's 
remote wakeup interval to a default value. Therefore, when the radio stack 
finally holds the message, the remote wakeup interval is always the default 
value (which is 0 as set by Lpl.h).

Defining LPL_DEF_REMOTE_WAKEUP in the Makefile hides the problem. This is 
because it basically changes the default remote wakeup interval value.

- Proposed solution -

The user application should use the SendNotifier interface. Then, when the 
SendNotifier.aboutToSend(...) event is signaled, the user app can then call 
LowPowerListening.setRemoteWakeupInterval(...).

- Status -

I contacted the user, and the proposed solution works for him.

Original comment by [email protected] on 29 Dec 2010 at 1:29

  • Changed state: Fixed

from tinyos-main.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.