Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.72 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.72 KB

AODV-MANET-Analysis

Overview

This repository contains the implementation and evaluation of the AODV (Ad-hoc On-Demand Distance Vector) routing protocol in mobile ad-hoc networks (MANETs). The simulations are conducted with and without black hole attacks to study their impact on various performance metrics. The project aims to analyze throughput, delay, overhead, and packet delivery ratio in the presence and absence of black hole attacks.

Contents

How to Use

  1. Clone the repository: git clone https://github.com/username/AODV-MANET-Analysis.git
  2. Navigate to the project folder: cd AODV-MANET-Analysis
  3. Run the simulations using the provided Tcl scripts.
  4. Use the AWK scripts to process the simulation output and analyze the performance metrics.
  5. Refer to Brief_Report.pdf for a concise overview of the results and conclusions.

Feel free to open issues or contribute to the repository via pull requests.