https://github.com/comnetshh/ldacs-abstract-radio
https://github.com/comnetshh/ldacs-abstract-radio
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/comnetshh/ldacs-abstract-radio
- Owner: ComNetsHH
- License: lgpl-3.0
- Created: 2024-04-17T09:47:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-25T23:28:05.000Z (almost 2 years ago)
- Last Synced: 2026-04-11T03:55:38.727Z (2 months ago)
- Language: C++
- Size: 66.4 KB
- Stars: 0
- 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.12826802)
# LDACS-Abstract-Radio
## Overview
LDACS-Abstract-Radio is a component of the LDACS-Greedy-K-Hop-Simulator project. It simulates the radio communication layer for LDACS A2A, focusing on abstract modeling of air-to-air transmission.
## Installation
Clone the repository and follow the setup instructions:
```bash
git clone https://github.com/ComNetsHH/LDACS-Abstract-Radio.git
cd LDACS-Abstract-Radio/simulation
make build-release
```