Network topology overview #36
Replies: 6 comments 34 replies
-
Hi @romain-fontugne ,I'm interested in this project for GSoc 2024. Would you kindly offer guidance on how I can become acquainted with the codebase and suggest initial steps to get started? Additionally, could you provide examples of the types of graphs that need to be built and the necessary tech stack for them? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Hii @romain-fontugne . I'm interested in this project also I have a thorough knowledge about BGP and cloud computing but I'm facing difficulty navigating through the IHR website and using it efficiently. I read the contributor guidance book thoroughly but it has no information on navigating through the website. Can you please provide me with any resources that would help me 😊😊 |
Beta Was this translation helpful? Give feedback.
-
Sir, I have a few doubts regarding this project. |
Beta Was this translation helpful? Give feedback.
-
Hi @romain-fontugne, I came across this project and I feel my experience in Neo4J and previous D3.js network graph project (https://listenbrainz.org/explore/music-neighborhood/) can be a good fit for this project. I have gone over the project details, website and the internet yellow pages repository and am thinking of making a VueJs prototype as a proposal. Please let me know if it is a good path to take for this project. Thanks |
Beta Was this translation helpful? Give feedback.
-
IHR monitors the inter-dependence of networks (e.g. the
university of Tokyo relies on Japan's academic ISP) and displays these
dependencies with very simple line charts that highlights changes over time.
Representing this data as a graph is more intuitive for network operators.
So the goal of this project is to show the connectivity of a network (aka AS) in
a simple graph.
Using data from the Internet Yellow Pages we can depict a very detailed view of
an AS, by finding all prefixes originated by the AS, fetching AS dependencies for
all these prefixes, grouping these prefixes based on their dependencies, and
finally displaying an AS graph that shows how these prefixes are connected to the
Internet. Additional information for each AS/prefix can be displayed by querying
IYP.
Related to this project, we have an offline tool that shows network dependencies
for a country, this is also something we'd like to implement on IHR website
(https://github.com/InternetHealthReport/country-as-hegemony-viz).
Expected results:
Beta Was this translation helpful? Give feedback.
All reactions