Skip to content

openDSME/inet-dsme

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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)