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

Add support for selecting route with lowest latency #13

Closed
dagrha opened this issue Jul 4, 2017 · 1 comment
Closed

Add support for selecting route with lowest latency #13

dagrha opened this issue Jul 4, 2017 · 1 comment
Assignees

Comments

@dagrha
Copy link
Owner

dagrha commented Jul 4, 2017

To the random_pia.py script, add an option that selects the route with the lowest current latency, which would be performed on the fly. Maybe ping each endpoint, tabulate results, and connect to the fastest.

@dagrha dagrha self-assigned this Jul 4, 2017
@dagrha
Copy link
Owner Author

dagrha commented Jul 10, 2017

First iteration of this feature has been added (see c13d5f4). It's part of the pia_toolkit.py file, implemented as class Latencies

@dagrha dagrha closed this as completed Jul 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant