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

netarch/DRing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

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%