Skip to content

fleek-network/topology-simulation

Repository files navigation

Fleek Network Topology Simulations

Running the simulation

cargo run -r

Generating the sample data

The simulation contains a parser to use the data that can be found at https://wonderproxy.com/blog/a-day-in-the-life-of-the-internet/.

# get the raw ping data
curl https://wp-public.s3.amazonaws.com/pings/pings-2020-07-19-2020-07-20.csv.gz -o pings.csv.gz

# extract it
gzip -d pings.csv.gz

# get the raw server data
curl https://wp-public.s3.amazonaws.com/pings/servers-2020-07-19.csv -o servers.csv

# parse the raw data into a complete latency matrix and metadata csv files
cargo run -r --bin parser -- pings.csv servers.csv

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •