Add README

This commit is contained in:
hackerncoder 2021-08-19 18:31:03 +02:00
parent 8d9f0508b6
commit fe19a22222

9
README.md Normal file
View file

@ -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.