manas11 / Utility-to-test-the-components-of-mTCP

Testing the components of mTCP using network namespaces and VMs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Testing the components of mTCP

This project aims at making a utility to test the components of mTCP, such as TCP congestion control algorithms, ECN, etc. using network namespaces and VMs.

Description about the included directories

The directories contain the steps to setup mTCP and run epserver and epwget, mTCP-epoll based applications. Along with this, the screenshots of the output are also included.

Contents :

  • 2vm: Applications run on two different VMs, with epserver on one VM and epwget on the other VM.
  • onvm: Using OpenNetVM, an NFV( Network Function Virtualization), the two applications were run on the same VM using the ports generated by the ONVM.

Inside these directories, there is a README file that contains the steps to be followed to set up and run the applications. The test runs mentioned as run1, run2, etc . are included in subsequent directories.

References

Contributors and maintainers

This project and repository is created and maintained by:

  • Manas Gupta

Email: manasgupta1109@gmail.com

Github: manas11

  • Animesh Kumar

Email: animuz111@gmail.com

Github: animeshk08

  • Ayush Kumar

Email: a.ayushkumar1997@gmail.com

Github: ayush4190

About

Testing the components of mTCP using network namespaces and VMs.