Adding initial version of the heavy hitter detection

This commit is contained in:
Sean Choi
2016-08-10 14:49:53 -07:00
parent dd4c556be5
commit 846f059ddd
9 changed files with 520 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# Implementing Heavy Hitter Dectection
## Introduction
In this tutorial, we want to detect the heavy hitters on the switch.
Heavy hitters can simply be defined as the IP sources who send unusually large number of traffic.
## Running the starter code
Simply run `./run_demo.sh`, which will fire up a mininet instance of 3 hosts and 1 switch.