This project is a simulation of AODV, DSDV and DSR routing protocols in a wireless network. The simulation is done using NS-3.40.
visuals.ipynb
: Contains graphs of the Simulation 1
insites.ipynb
: Contains graphs of the Simulation 2
main.cc
: Contains the C++ code for the ALL 3 protocols of the Simulation 1
aodv-sim2.cc
: Contains the AODV protocol Simulation 2
dsdv-sim2.cc
: Contains the DSDV protocol Simulation 2
dsr-sim2.cc
: Contains the DSR protocol Simulation 2