FiCo4OMNeT is an open source simulation model for the event-based simulation of fieldbus technologies in the OMNEST/OMNeT++ simulation system. It enables the simulation of CAN and Flexray technologies.
It is possible to create networks with traffic consisting of Data-, Remote- and Error-Frames. To get some variation in the transmit and receive times of cyclic messages it is possible to simulate a clock drift.
The arbitration ensures that the frame with the highest priority is transmitted as soon as several nodes try to transmit their messages.
Each node can transmit messages in the assigned slots within the static and the dynamic segment. Based on the configuration the frame is transmitted on channel A, channel B or on both. Every member of the network has an own clock. Based on the configuration each clock has an inaccuracy. The implemented synchronisation compensates theses drifts.
FiCo4OMNeT was first introduced as !FlexRay simulation model at the 6th International Workshop on OMNeT++ (2013) along with the 6th International ICST Conference on Simulation Tools and Techniques (2013). You can find the publication and slides here.
To merge the simulation models of CAN and !FlexRay significant changes were necessary. The result of this merging process is the FieldBus for OMNeT++ Simulation model (FiCo4OMNeT).
If you would like to reference this model please use the following publication:
S. Buschmann, T. Steinbach, F. Korf, and T. C. Schmidt. Simulation based Timing Analysis of FlexRay Communication at System Level. In Proceedings of the 6th International ICST Conference on Simulation Tools and Techniques, pages 285-290, New York, Mar. 2013. ACM-DL.
- Download OMNeT++ 5.5.1
- Install OMNeT++
- Get INET framework 3.6.6 (optional)
- 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]
- Get CoRE framework (GitHub or CoRE Simulation Model Installer)
- GitHub: Clone framework and import it in OMNEST/OMNeT++
- CoRE Simulation Model Installer: OMNEST/OMNeT++ -> Help -> Install CoRE Simulation Models...
- 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 18.04 | Windows 10 | |
---|---|---|
Building | ||
Tests |
Please see INSTALL
Please see doc/
The FiCo4OMNeT 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.