openDSME / inet-dsme

Integration of openDSME in OMNeT++/INET
http://www.opendsme.org
4 stars 3 forks source link

Integration of openDSME in OMNeT++/INET

This code integrates openDSME in the OMNET++ simulator by using the INET framework.

Installation Instructions

These instructions are also available as video.

  1. Install OMNeT++

  2. Create a workspace

    mkdir ~/opendsme_workspace
    cd ~/opendsme_workspace
  3. A fork of INET is required that can be cloned as

    git clone https://github.com/openDSME/inet.git --single-branch  
    git submodule update --init
  4. Clone this repository and get the openDSME submodule

    git clone https://github.com/openDSME/inet-dsme.git --single-branch
    cd inet-dsme
    git submodule update --init
    cd ..
  5. Open the OMNeT++ GUI and import the inet as well as the inet-dsme project.

  6. Build all (Ctrl+B)