An open API service indexing awesome lists of open source software.

https://github.com/comnetshh/ldacs-dijkstra


https://github.com/comnetshh/ldacs-dijkstra

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.12827054.svg)](https://doi.org/10.5281/zenodo.12827054)

# LDACS-Dijkstra

## Overview
LDACS-Dijkstra is a component of the LDACS-Greedy-K-Hop-Simulator project. It implements Dijkstra's shortest path routing and is used as an upper bound for PDR in the simulation

## Installation
Clone the repository and follow the setup instructions:
```bash
git clone https://github.com/ComNetsHH/LDACS-Dijkstra.git
cd LDACS-Dijkstra/simulation
make build-releases
```