ethanjweiner / visualize-the-web

A geographic visualizer of HTTP requests across long distances, built with Python and Flask
2 stars 1 forks source link

Include fiber optic cables endpoints as routers #13

Closed ethanjweiner closed 3 years ago

ethanjweiner commented 3 years ago

Task Title

Import fiber optic cable endpoints (GeoJSON) into ip addresses databases

Task Description

This Task will ensure that the endpoints of the fiber optic cables are among the routers that can be chosen from. Extra information that must be stored in the ip addresses table?

Epic Parent

12

ethanjweiner commented 3 years ago

We are going to attempt to display the routers first. Once we do this, we will have a better idea as the to JSON-format that the routers need to be in to be displayed. From there, we can add the other oceanic cable endpoints as routers, containing additional information about the oceanic nodes that it is connected to (so that when the "route" function is called, we can use those nodes to assist in routing)