Ardon Floros, Sai Coumar, Andrew Liu, Hanlan Yang
Usage: python3 main.py 'filepath of csv containing server list' [number of pings for each host] At minimum, you should specify the .csv file, if the number of pings is not specified, it will default to 1.
If ping times have already been collected in times.csv, the times will not be recollected. You can remove the file if you wish to recollect the ping times.
Ensure your environment contains the modules request (for geolocation and pings), pandas, and numpy, and matplotlib (for graphing and data manipulation).
Install them using pip install requirements.txt. Creating a virtual environment is left up to the user.