Skip to content
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

link speed estimates #3

Merged
merged 16 commits into from
Jan 19, 2018
Merged

link speed estimates #3

merged 16 commits into from
Jan 19, 2018

Conversation

tim3z
Copy link
Member

@tim3z tim3z commented Dec 12, 2017

Implement an algorithm for link speed estimates.
In terms of architecture the algorithm can even be used as a streaming algorithm.
The actuall calculations of the quality score and velocities are conceptually similar to the BMW proposal, but avoid the problems I mentioned in my email.
So far no upper and lower bounds are derived, so thats a TODO, but I'd like to talk through the semantics of that beforehand.
Another TODO is taking speed limits on links into account.
Nevertheless, this seems like a very good start to me.
The estimator state machine feels like a very well fitting and extensible way to decompose the complexity of the problem.

@tim3z tim3z merged commit 218c138 into master Jan 19, 2018
@tim3z tim3z deleted the link_speed_estimates branch January 19, 2018 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant