https://github.com/comnetshh/uav-flooding-simulator
https://github.com/comnetshh/uav-flooding-simulator
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/comnetshh/uav-flooding-simulator
- Owner: ComNetsHH
- Created: 2022-08-18T14:10:44.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-21T14:52:02.000Z (over 3 years ago)
- Last Synced: 2026-04-11T03:55:37.315Z (2 months ago)
- Language: Python
- Size: 23.9 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Citation: CITATION.cff
Awesome Lists containing this project
README
[](https://zenodo.org/badge/latestdoi/526239007)
# uav-flooding-simulator
This repository holds the simulation code for the evaluation of flooding protocols for urban UAV networks. It is intended for interested parties to reproduce research results, understand the inner workings of the protocols, or apply them to their own scenarios.
The simulation is based on [ns-3](https://www.nsnam.org/) and uses its IEEE 802.11p implementation.
All flooding protocols are implemented as application layer protocols.
## Getting started
All simulation code is the `ns-allinone-3.36/ns-3.36` folder. In there, simulations are setup in the `scratch` folder. For convenience, all simulations are wrapped in a python scripts.
To execute a pure-flooding / stochastic-flooding simulation, run
```
python3 run_sf_experiment 0
```
where $k \in [0, 17160]$.
For contention-based-flooding or rate-decay-flooding, run
```
python3 run_rdf_experiment 0
```
again, with $k \in [0, 17160]$.
The `exploration` contains all scripts used to analyze the simulation data and reproduce plots.