-
Notifications
You must be signed in to change notification settings - Fork 0
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
[UX/UI] As a Developer, I want to understand network topology, so I can debug Kademlia, Gossipsub #82
Comments
Week 2 Discovery & Research DONE
UI Concept
|
Week 5 Focus on Expander Graphs
Main Thesis: Expander graphs are desired, we want to check how close our network topology to an expander graphs is. Expander graphs have small sets of vertices that are incredibly well connected to the rest of the graph. They are characterized by having a large spectral gap, which means they don’t have obvious “weak points” where they can be easily split. Expander graphs are fascinating because, despite their sparse appearance (not many edges), they boast strong connectivity properties So we need a way to identify expander graphs, the very key metric is spectral gap. The reason why is cheegers inequality: Now lets go to UI part, based on the above, we should have: Now UI shows hierarchically: |
Overview
This task closely relates to Libp2p, and its implementation Goal
Front End / UI
Tasks
Initial Steps
Later
The text was updated successfully, but these errors were encountered: