Skip to content

A coding-aware routing protocol for multi-hop wireless networks implemented in ns-3

Notifications You must be signed in to change notification settings

tongqingzhou-nudt/ns3-ETOX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ns3-ETOX

A coding-aware routing protocol for multi-hop wireless networks implemented in ns-3. The ETOX paper will be presented at MASS 2013 in October 2013 in Hangzhou, China.

Installation

You will need ns-3.17. Not other versions of ns-3.

To install:

cd etox
cp -rf wifi TxRatio etox mync YOUR_NS_DIR/src/ 
cd YOUR_NS_DIR
./waf clean & ./waf configure -d debug

For now, please do noe enable tests. Otherwise you may run into problem when ns-3 compiling the wifi code.

I attach a very small example in the scratch folder. To use it:

cd ETOX_DIR
cp scratch/etox-mync.cc YOUR_NS_DIR/scratch
cd YOUR_NS_DIR
./waf
./waf --run scratch/etox-mync

About

A coding-aware routing protocol for multi-hop wireless networks implemented in ns-3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published