Skip to content

Rizvix0/inet-dsme

 
 

Repository files navigation

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)

About

Integration of openDSME in OMNeT++/INET

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 51.5%
  • Python 36.4%
  • Perl 9.1%
  • Shell 2.7%
  • Other 0.3%