Giter Site home page Giter Site logo

mptcp's Introduction

mptcp

To get things up and running first clone the repository:

git clone https://github.com/jreeseue/mptcp.git 
git submodule init 
git submodule update

From here mptcp will need to be setup inside of Mininet. To do this first follow the instructions from http://github.com/bocon13/mptcp_setup. The code for this will already be in mptcp_setup, as it is a submodule of this project. Lastly, create copies of the test files with:

./createFiles.sh

At this point tests can be run from the src/ directory. To run the Fat Tree test with 1 sender and 1 receiver use:

sudo ./test_ft.py

If more senders or receivers are desired this can be accomplished with the -ns and -nr arguments. For 2 senders and 3 receivers use:

sudo ./test_ft.py -ns 2 -nr 3

If MPTCP is desired this can be accomplished with the -nflows argument. For 2 flows, 2 senders and 3 receivers use:

sudo ./test_ft.py -ns 2 -nr 3 -nflows 2

The N-switch tests can be run with:

sudo ./test_switch.py

If more switches are desired this can be accomplished with the -n argument. For 3 switches use:

sudo ./test_switch.py -n 3

To run the entire set of tests for the Fat Tree use:

sudo ./run_test.sh

This takes an extreme amount of time and will almost certainly crash at some point. To run the entire set of tests for the N-switch use:

sudo ./run_switch.sh

Enjoy.

mptcp's People

Contributors

droptablestar avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.