-
Notifications
You must be signed in to change notification settings - Fork 40
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
don't force the graph to be called "batadv" #9
base: dev
Are you sure you want to change the base?
Conversation
The idea was to have multiple layers of graph data (i.e. batadv graph, wifi neighbours graph). |
ok, one sec |
better? |
I don't think routed mesh would be specific enough. |
well, there's an LQ in olsrd, which you could use similarly (but having a different value range). |
Maybe we should normalize the linkquality somehow and replace |
then i'd actually suggest olsr's range: |
That might actually work. So someone needs to convert the existing |
shouldn't that just be (with a hypothetical clamp function defined as:)
don't know if JS already defines this, and too lazy to look it up :P |
Well, 5 doesn't mean "zero chance for packets to pass through". It just means that the packet would likely need to be sent 5 times on average. |
ok, so, having to send a packet ~5 times to get through means there's a 1:5 chance for it to get through, so then it should be even easier: |
Yes, that would work. |
you shouldn't name arbitrary graph data after a protocol you assume it could have been generated from