Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Latest commit

 

History

History
11 lines (9 loc) · 607 Bytes

File metadata and controls

11 lines (9 loc) · 607 Bytes

Performance evaluation of AODV, DSDV and DSR protocol

Introduction

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