-
Notifications
You must be signed in to change notification settings - Fork 10
do the graphing #19
Comments
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. |
well, for one thing, that requires us to know the exact location of each hop, other than that I think it has potential. |
ip2location db has got that covered: https://lite.ip2location.com/ |
I'm thinking make a python script for this, does that sound good? I'll make an outline when I get home |
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. |
I created a project for this https://github.com/LogoiLab/frwl/projects/1 |
We said in our goals that we wanted graphs, but what do we want from said graphs?
The text was updated successfully, but these errors were encountered: