Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 655 Bytes

File metadata and controls

24 lines (12 loc) · 655 Bytes

Vigil-007SourceCode

The source code for the simulations in the paper:

007: Democratically Finding The Cause of Packet Drops (NSDI 2018)

Behnaz Arzani, Selim Ciraci, Luiz Chamon, Yibo Zhu, Jitu Padhye, Geoff Outhred, and Boon Thau Loo

To run: use MultiFailureDriver or SingleLinkFailureDriver (these are the starting points/drivers of the code).

It is recommended that you read the functions carefully before executing the code.

Dependencies:

To run the optimization algorithms you will need to download and install CVX as well as Mosek.

Links:

http://cvxr.com/cvx/

https://www.mosek.com/products/mosek/

All code has to be run in MATLAB.