dchaly / stateless

ns-3 stateless protocol models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stateless

This project's aim is to implement perspective stateless transport protocols in ns-3 environment.

The project is inspired by the following paper:

Shieh, A., Myers, A. C., Sirer, E. G. A stateless approach to connection-oriented protocols // ACM Trans. Comput. Syst. 26, 3, Article 8 (September 2008), 50 pages.

Installations instructions to ns-3.22

It is important to install the source tree to ns-3.22. Use the following steps:

  1. Download and unpack ns-3.22 from https://www.nsnam.org/release/ns-allinone-3.22.tar.bz2
  2. cd to ns-allinone-3.22
  3. git init
  4. git remote add origin https://github.com/dchaly/stateless.git
  5. git fetch
  6. git reset --hard origin/master

About

ns-3 stateless protocol models


Languages

Language:C++ 90.4%Language:Python 9.6%