/LIMoSim_ns3

Primary LanguagePythonGNU Lesser General Public License v3.0LGPL-3.0

LIMoSim: Lightweight ICT-centric Mobility Simulation

Logo

Preliminary Beta Version

LIMoSim is an open source framework for integrated joint simulation of aerial and ground-based vehicular communication networks with an explicit focus on the development of anticipatory mobile communication systems. Moreover, it brings together high level mobility simulation with well-known analytical acceleration models.

A preprint of the corresponding scientific publication (IEEE VTC-Fall 2019) is available at: https://arxiv.org/abs/1906.08993. For acknowledging our work in your publication(s), please refer to:

@InProceedings{Sliwa_etal_2019c,
	Author = {Benjamin Sliwa and Manuel Patchou and Christian Wietfeld},
	Title = {Lightweight simulation of hybrid aerial- and ground-based vehicular communication networks},
	Booktitle = {2019 IEEE 90th Vehicular Technology Conference (VTC-Fall)},
	Year = {2019},
	Address = {Honolulu, Hawaii, USA},
	Month = {Sep},
	Doi = {10.1109/VTCFall.2019.8891340},
}

Quickstart

After following the setup instructions, you can build and start a demo scenario as follows:

  • Configure a suitable kit

  • To enable ns3 coupling, the build switch exts must be set with the value ns3. This can be achieved as follows:

    • Open the Projects view on the right pane
    • Select Build under Build & Run
    • Add exts=ns3 in the additional arguments input field located in the Build Steps section.
  • Compile

  • To start a standalone demo scenario:

    • Open the Projects view on the right pane
    • Select Run under Build & Run
    • Add -n standalone -s $scenarioName in the command line arguments input under Run
  • To start a ns3 demo scenario:

    • Open the Projects view on the right pane
    • Select Run under Build & Run
    • Add -n ns3 -s $scenarioName in the command line arguments input under Run

    NB: Available Scenario names can be found here:

    • standalone: loadScenarioRegistry()@standalone/scenarios.css
    • ns3: loadScenarioRegistry()@ns3/examples/ns3examplescenarios.cc

Valid Standalone scenario names are the following:

  • circleAround
  • noop
  • followCar

Valid ns3 scenario names are:

  • lteAerialBsCluster
  • lteCoverageMobile
  • lteCoverageStatic
  • lteFollower
  • lteStaticFollower
  • waveFollower

Related Publications