All Projects → mkheirkhah → mptcp

mkheirkhah / mptcp

Licence: GPL-2.0 license
MultiPath TCP (MPTCP) Implementation in ns-3

Programming Languages

C++
36643 projects - #6 most used programming language
Gnuplot
187 projects
python
139335 projects - #7 most used programming language
perl
6916 projects
matlab
3953 projects
c
50402 projects - #5 most used programming language

Labels

Projects that are alternatives of or similar to mptcp

quic-ns-3
QUIC implementation for ns-3
Stars: ✭ 33 (-54.17%)
Mutual labels:  ns-3
ntu-dsi-dcn
The official open source ns-3 simulation framework for datacenter network architectures
Stars: ✭ 20 (-72.22%)
Mutual labels:  ns-3
mptcpanalyzer
Software suite to analyze/control Multipath TCP (MPTCP) behavior
Stars: ✭ 1 (-98.61%)
Mutual labels:  mptcp

Multipath-TCP in ns-3

We have developed a model for Multipath-TCP (MPTCP) in ns-3, which conforms to RFC-6824 and closely follows the MPTCP Linux kernel design.

A brief description of our model can be found in our recent short paper, which was presented at the WNS3-2014 workshop, with the following link: http://arxiv.org/abs/1510.07721

Our implementation is atop ns3.19 and supports several path management techniques (e.g. FullMesh and NdiffPorts) and congestion control algorithms such as Linked Increases, Scalable TCP, Uncoupled TCP and Fully Coupled.

Our recent works on multipath TCP that have been built on top of this code are as follows:

  • MMPTCP (IEEE INFOCOM 2016) - Best in Session Presentation Award
  • AMP (IFIP Networking 2019) - Best Paper Candidate

Installations

We have tested this code on Mac (with llvm-gcc42 and python 2.7.3-11) and several Linux distributions (e.g. Red Hat with gcc4.4.7 or Ubuntu16.4 with gcc5.4.0).

  1. Clone the MPTCP's repository
git clone https://github.com/mkheirkhah/mptcp.git
  1. Configure and build
CXXFLAGS="-Wall" ./waf configure build 
  1. Run a simulation
./waf --run "mptcp"

Simulations

A simple simulation script is available here.

Contact

Morteza Kheirkhah, University College London (UCL), [email protected]

How to reference this source code?

If you use this source code in part or entirely, please refer to it with the following bibtex:

@article{kheirkhah2015multipath,
  author  = {Kheirkhah, Morteza and Wakeman, Ian and Parisis, George},
  title   = {{Multipath-TCP in ns-3}},
  journal = {CoRR},
  year    = {2015},
  url     = {http://arxiv.org/abs/1510.07721},
  archivePrefix = {arXiv},
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].