-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implementing willingness #28
Comments
Hi Aleix, Yes, in theory it's possible to use the battery state to influence the http://www.olsr.org/docs/report_html/node110.html I have not done enough investigation to determine if OLSR does or does not If you had to make any modifications, you would make them to the olsrd C http://www.olsr.org/?q=mercurial The precompiled version of olsrd is included with SPAN under /res/raw in
On Tue, Apr 29, 2014 at 4:00 AM, Aleix Sala Bach
|
Thank! This is going to be a great help! |
Hi! I was wondering if it's possible that nodes decide to forward or not to forward packets depending on its battery state. I've seen that OLSR implements an attribute called willingness that actually does this function, but for what I've seen in all packets this attribute is set to 3 (unknown), I assume this is because the willingness function it's not implemented yet.. Am I right?
So if I want to implement this what would I need to do? Modify Node class and add Willingness attribute related to the battery state of the node and modify the class OLSRProtocol to take willingness into account?
I'm a bit lost here if anyone can give me some advice would be nice! Ty!
The text was updated successfully, but these errors were encountered: