Skip to content

chiheb159/wireless-algorithm-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wireless-algorithm-

Wireless Algorithm Prototyping: OLSR with SNR Metric

This project demonstrates the prototyping of a routing algorithm in the NS-3 network simulator. It focuses on modifying the OLSR (Optimized Link State Routing) protocol, which traditionally uses hop count based on Dijkstra's algorithm for route calculation, to a new version that uses Signal-to-Noise Ratio (SNR) values as the routing metric.

The goal is to improve network performance by making routing decisions that reflect link quality, rather than just the number of hops. This leads to better metrics such as bandwidth utilization, packet delivery ratio, and reduced packet drops.


🔹 Key Features

  • Original Algorithm: OLSR with hop-count metric (Dijkstra-based shortest path).
  • Modified Algorithm: OLSR with SNR-based metric for route selection.
  • Benefits:
    • Improved network throughput and stability
    • Reduced packet drops in noisy or lossy environments
    • Smarter route selection based on link quality rather than just distance

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages