gmerlino / SignalsAndGateways

This project represents a connection between the different technologies from the CoRE4INET and the FiCo4OMNeT projects. At the current state it is possible to exchange data between CAN, Ethernet, TTEthernet and IEEE 802.1Q.

Home Page:http://sim.core-rg.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SignalsAndGateways

SignalsAndGateways using CoRE4INET, INET and FiCo4OMNeT to enable a heterogeneous network simulation in the OMNEST/OMNeT++ simulation system. It includes gateway components to enable communication between Ethernet and bus technologies.

SignalsAndGateways Environment

News

  • Switch to OMNeT++ 5.5.1 and INET 3.6.6

Features

At the current state it is possible to exchange data between CAN, Ethernet, TTEthernet and IEEE 802.1Q. A gateway provides the possibility to select or implement different strategies how incoming frames should be handled. For example it is possible to transmit several CAN-frames within a single Ethernet-frame while important messages are transmitted alone to provide a fast transmission.

Quick Start

  1. Download OMNeT++ 5.5.1
  2. Install OMNeT++
  3. Get INET framework 3.6.6
  4. Install CoRE plugins (optional)
    • OMNEST/OMNeT++ -> Help -> Install New Software...
    • URL http://sim.core-rg.de/updates/
    • Check [Abstract Network Description Language] | [CoRE Simulation Model Installer] | [Gantt Chart Timing Analyzer]
  5. Get CoRE frameworks (GitHub or CoRE Simulation Model Installer)
    • GitHub: Clone frameworks and import it in OMNEST/OMNeT++
    • CoRE Simulation Model Installer: OMNEST/OMNeT++ -> Help -> Install CoRE Simulation Models...
  6. Working with the framework
    • See the documentation in doc/
    • Start the examples in the framework

Continuous Integration

The build state of the master branch is monitored:

  • Building:
  • Tests:
Ubuntu 18.04 Windows 10
Building
Tests

Further Information

Installation

Please see INSTALL

Documentation

Please see doc/

IMPORTANT

The SignalsAndGateways model is under continuous development: new parts are added, bugs are corrected, and so on. We cannot assert that the implementation will work fully according to the specifications. YOU ARE RESPONSIBLE YOURSELF TO MAKE SURE THAT THE MODELS YOU USE IN YOUR SIMULATIONS WORK CORRECTLY, AND YOU'RE GETTING VALID RESULTS.

About

This project represents a connection between the different technologies from the CoRE4INET and the FiCo4OMNeT projects. At the current state it is possible to exchange data between CAN, Ethernet, TTEthernet and IEEE 802.1Q.

http://sim.core-rg.de

License:GNU Lesser General Public License v3.0


Languages

Language:C++ 68.6%Language:Python 23.3%Language:Perl 3.5%Language:Makefile 2.2%Language:C 1.8%Language:Shell 0.5%