mrcbax / frwl

From Russia with love, lets traceroute the coming shutdown.
GNU General Public License v3.0
46 stars 10 forks source link

do the graphing #19

Open gidoBOSSftw5731 opened 5 years ago

gidoBOSSftw5731 commented 5 years ago

We said in our goals that we wanted graphs, but what do we want from said graphs?

mrcbax commented 5 years ago

I want to do a map a bit like digitalattackmap but showing the routes and how they change over time. Green lines mean unchanged and they fade to red the more changes that route makes. A route is considered a person doing the traceroute to a single NTP server. Other than that I'm sure there are tons of latency statistics we can do and such. In fact just a frequency chart of number of hops in average is awesome probably put that in a violin plot.

gidoBOSSftw5731 commented 5 years ago

well, for one thing, that requires us to know the exact location of each hop, other than that I think it has potential.

mrcbax commented 5 years ago

ip2location db has got that covered: https://lite.ip2location.com/

gidoBOSSftw5731 commented 5 years ago

I'm thinking make a python script for this, does that sound good? I'll make an outline when I get home

mrcbax commented 5 years ago

Yea I'm planning on doing most of the processing in Python. Most of the preprocessing in Rust. I have a friend lined up who's main job is data science to help us out with this part.

mrcbax commented 5 years ago

I created a project for this https://github.com/LogoiLab/frwl/projects/1