Skip to content

Latest commit

 

History

History

Simulation

Getting Started

Source file structure

  • Trace files are in traces
  • Scheme sources are in routing
  • Scripts to process results are in result
  • 'main.py' is the main code to run experiments. Run experiments using the following command:
$ python main.py <trace> <nflows> <exp>

Steps

  • Create a virtual environment
# check and make sure Python >=3.6
virtualenv --python python3 "reproduce" 
source "reproduce/bin/activate"
pip install --upgrade pip
  • Install dependencies
pip install -r requirements.txt 
python ripple-val.py 

To reproduce results for Fig. 4, in traces/ripple run

python parse-ripple.py
  • To generate raw data for Fig. 6, 7, 8, 10, 11, run
bash run.sh 
  • Run scripts in result to generate all figures in the evaluation