Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 792 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 792 Bytes

POP + NCFlow

Code repository for POP and NCFlow. This is originally a fork of the NCFlow repository that was created for the NSDI 2021 submission.

Setup validated on Ubuntu 16.04.

Run download.sh to fetch the traffic matrices and pre-computed paths used in our evaluation. (For confidentiality reasons, we only share TMs and paths for topologies from the Internet Topology Zoo.)

Dependencies

  • Python 3.8 (Anaconda installation recommended)
    • See environment.yml for a list of Python library dependencies
    • Run pip install -r requirements.txt for additional non-conda dependencies
  • Gurobi 9.1.2 (Requires a Gurobi license)