Giter Club home page Giter Club logo

os3's Introduction

OS3 Satellite mobility models for OMNeT++/INET-Framework

This project provides mobility modules that can be used during satellite communication modeling. It is a ported version of the orginal OS3 framework, which was originally developed at the Communication Networks Institute, TU Dortmund, Germany.

Read the Installation Guide to configure extra dependencies and web service access for live weather data. The Installation Guide outlines outdated dependencies, therefore make sure that the latest requirements are installed.

Once the installation guide has been followed for your currrent system, follow the steps below through the command line to build the OS3 framework. The following example is done on a Linux system, but the setup should be almost identical for macOS.

# we assume that os3 is cloned under $HOME/omnetpp-5.6.2/samples
cd samples/os3/src/

# note that depending on how inet is installed, it may appear as inet or inet4 (we use inet here)
# this command generates the makefile. Make sure that the paths are correct for curl and INET (the INET4_PROJ variable).
opp_makemake --make-so -f --deep -KINET4_PROJ=$HOME/omnetpp-5.6.2/samples/inet -I/usr/local/opt/curl/include/curl '-I$(INET4_PROJ)/src' '-L$(INET4_PROJ)/src' '-lINET$(D)' -lcurl

# compile for both release and debug modes (assumes that INET is also compiled and the respective shared libraries are under $(INET4_PROJ)/src
# this command builds the shared library for OS3
make MODE=release && make MODE=debug

To make running simulation through the command line easier. it is advised to export the NEDPATH variable with all relevant paths that contain .ned files. If not, all these paths must be included when running a simulation (using the -n flag supported by opp_run and opp_run_dbg).

export NEDPATH=$HOME/omnetpp-5.6.2/samples/inet/src:$HOME/omnetpp-5.6.2/samples/inet/examples:$HOME/omnetpp-5.6.2/samples/inet/tutorials:$HOME/omnetpp-5.6.2/samples/inet/showcases
export NEDPATH=$NEDPATH:$HOME/os3/src:$HOME/os3/simulations

# OMNETPP_IMAGE_PATH is where images used by Qtenv are stored - helpful to have it here, instead of including with opp_run
export OMNETPP_IMAGE_PATH=$HOME/omnetpp-5.6.2/images:$HOME/omnetpp-5.6.2/samples/inet/images:$HOME/os3/images

Simulations can now be run, by first changing to the directory of the respective simulation. For example:

cd $HOME/omnetpp-5.6.2/samples/os3/simulations/SatSGP4

# to run in debug mode
opp_run_dbg -m -l ../../src/os3 omnetpp.ini

# to run in release mode
opp_run -m -l ../../src/os3 omnetpp.ini

Source Code Referencing

If you use this code or want to cite its existence in your paper please use the following bibtex:

@inproceedings{omnetpp-os3-model,
  author = {Valentine, Aiden and Parisis, George},
  title = {{Developing and experimenting with LEO satellite constellations in OMNeT++}},
  booktitle = {Proceedings of the 8th OMNeT++ Community Summit Conference},
  address = {Hamburg, Germany},
  Year = {2021}
}

os3's People

Contributors

avian688 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.