This code integrates openDSME in the OMNET++ simulator by using the INET framework.
These instructions are also available as video.
-
Create a workspace
mkdir ~/opendsme_workspace cd ~/opendsme_workspace
-
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
-
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 ..
-
Open the OMNeT++ GUI and import the inet as well as the inet-dsme project.
-
Build all (Ctrl+B)