From fe19a222220821add31cd0d83f3e36495f83738a Mon Sep 17 00:00:00 2001 From: hackerncoder Date: Thu, 19 Aug 2021 18:31:03 +0200 Subject: [PATCH] Add README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..738b7a4 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +This is the source code for my [Tracking HSDirs and the version of Tor they run](http://vswlq76wfepryasa7chvwkey5aeh5vqwpwjhcga7hjsodfsp6idghpyd.onion/tracking-hsdirs-and-the-version-of-tor-they-run) ^(onion link). + +trackingv2.py downloads the consensus and spits out trackingv2.csv, all plotters built upon it. + +plotter.py takes in trackingv2.csv and spits out the first graph seen on my blog post. +plotter2.py takes in trackingv2.csv, generates trackingv2.frac.csv, and spits out the second graph seen on my blog post. +plotter3.py takes in trackingv2.frac.csv, generates trackingv2.approx.csv, and spits out the third graph. + +All scripts are hardcoded, so if you want to use them, you should change the paths. You may also want to not copy the csv files. \ No newline at end of file