https://github.com/comnetshh/ldacs-dijkstra
https://github.com/comnetshh/ldacs-dijkstra
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/comnetshh/ldacs-dijkstra
- Owner: ComNetsHH
- License: lgpl-3.0
- Created: 2024-07-25T17:00:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-25T23:17:25.000Z (almost 2 years ago)
- Last Synced: 2026-04-11T03:55:38.215Z (2 months ago)
- Language: C++
- Size: 26.4 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Citation: CITATION.cff
Awesome Lists containing this project
README
[](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
```