The experiments for the Ouroboros are written in Python3. For easy usage and reproducing the experiments Vagrant file was created. Using vagrant, new virtual machine (VM) will be installed with all the necessary source codes and libraries. This VM serves as the platform for the experiments.
Dependencies
- VirtualBox
- Vagrant
-
Download and install virtualbox -- the VM image was created using virtualbox.
-
Download and install vagrant:
-
Locate the Vagrant file and run
vagrant up
This operation might take some time as the virtual machine image is downloaded together with python libraries necessary for running the experiments.
-
Now open your browser on your operating system and enter url: http://localhost:8888/
-
Jupyter notebook will show up with the list of notebooks that contain the experiments.
- ouroboros_experiments.ipynb -- experiments from the evaluation part of the paper
- ouroboros_stats.ipynb -- various statistic/summary information that were used for the introduction and motivation of the paper
-
Open ouroboros_experiment.ipynb and click on Cell->Run All in the top menu
-
Now all the experiments are run and the graphs are generated.