Skip to content

Packet-level simulation code to model Opera and other networks from the 2020 NSDI paper "Expanding across time to deliver bandwidth efficieny and low latency"

License

Notifications You must be signed in to change notification settings

netarch/DRing

This branch is 12 commits ahead of TritonNetworking/opera-sim:master.

Repository files navigation

DRing

Packet-level simulation for 2020 HotNets paper "Spineless Data centers". Adapted from the following papers

Requirements:

  • C++ files: g++-7 compiler

Description:

Build instructions:

  • Build and run the simulator
    cd /src/emp
    make
    cd /datacenter
    ./cmds_flowsize.sh
    

About

Packet-level simulation code to model Opera and other networks from the 2020 NSDI paper "Expanding across time to deliver bandwidth efficieny and low latency"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 91.2%
  • Shell 7.5%
  • Makefile 1.2%
  • Other 0.1%