Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 896 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 896 Bytes

eq2-routing

Repository for the ns3 implementation of enhanced Q-routing with QoS https://ieeexplore.ieee.org/abstract/document/8589161

If you use(part of) this code, please cite:

T. Hendriks, M. Camelo and S. Latré, "Q2-Routing : A Qos-aware Q-Routing algorithm for Wireless Ad Hoc Networks," 2018 14th International Conference on Wireless and Mobile Computing, Networking and Communications (WiMob), Limassol, 2018, pp. 108-115. doi: 10.1109/WiMOB.2018.8589161

#How to run the codebase in the clone_repo_TH folder

1.	./waf configure 
wait for it to finish succesfully.

2.	Run any command, the code will build and be installed, then the script will run the simulation as specified via CLI. Note that this is only an example, but this was tested 08/10:
./waf --run "thomasAODV --doTest=test1.txt --numberOfNodes=3 --traffic=ping --totalTime=300 --eps=0.0 --learn=0.5 --ideal=false"