Skip to content

dchaly/stateless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published