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.
- Updated dependencies to OMNeT++ 6.0.2 and INET 3.8.3
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.
If you would like to reference this project please use the following publication:
Philipp Meyer, Franz Korf, Till Steinbach, Thomas C. Schmidt, Simulation of Mixed Critical In-vehicular Networks, In: Recent Advances in Network Simulation, (Antonio Virdis, Michael Kirsche Ed.), ser. EAI/Springer Innovations in Communication and Computing, May 2019. https://doi.org/10.1007/978-3-030-12842-5_10
- Download OMNeT++ 6.0.2
- Install OMNeT++
- https://doc.omnetpp.org/omnetpp/InstallGuide.pdf
- Disable the feature 'visualization' and all dependent features (causes build issues)
- Get INET framework 3.8.3
- Get CoRE frameworks
- GitHub: Clone FiCo4OMNeT, CoRE4INET, and this repository and import them in OMNEST/OMNeT++
- Working with the framework
- See the documentation in doc/
- Start the examples in the framework
The build state of the master branch is monitored:
Ubuntu 22.04 | Windows 11 | |
---|---|---|
Building | ||
Tests |
Please see INSTALL
Please see doc/
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.