Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOI

Copyright and License

This repository is distributed under the GNU Lesser General Public License v3.0 or later. See LICENSE.txt for details.

Overview

LDACS-GeoOpt-Simulator is a paper-specific OMNeT++ simulator repository for evaluating GeoOpt routing in sparse LDACS air-to-air networks. It is focused on the French airspace equipage-fraction scenario used for the GeoOpt study.

Main comparison set

The included scenario and scripts are prepared to compare:

Repository structure

  • scenarios/ — NED network and OMNeT++ configuration files
  • scenarios/results/ — Makefile, plotting environment, and result-processing scripts

Installation

Clone the repository and run:

git clone https://github.com/ComNetsHH/LDACS-GeoOpt-Simulator
cd LDACS-GeoOpt-Simulator
bash install.sh

The installation prepares the workspace under omnetpp-5.6.2/workspace/.

It downloads or clones the required simulator dependencies, including:

  • OMNeT++ 5.6.2
  • INET 4.2.5
  • LDACS-Abstract-Radio
  • LDACS-Abstract-TDMA-MAC
  • LDACS-Greedy-K-Hop-Routing
  • LDACS-Dijkstra
  • LDACS-GPSR-Routing
  • LDACS-GeoOpt-Routing

Local execution

cd scenarios/results
make build-release
make run-paper-simulations-local
make generate-all-equipageFraction-csv
make plot-equipage-fraction-metrics

HPC execution

cd scenarios/results
make run-all-simulations-from-hpc-equipageFraction

Notes

  • The workspace root used by the Makefile and shell helpers is ../../omnetpp-5.6.2/workspace/.
  • The GeoOpt routing implementation is intended to live in its own routing repository.
  • The plotting scripts assume OMNeT++ result files are exported into scenarios/results/simresults/.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages