Raphael Riebl
Raphael Riebl
Fix #290, #383, #407 where APC_EXTENSIBLE is lost for SEQUENCE SIZE(, ...) OF
The `TraCIAPI` has been marked as deprecated by SUMO from [version 1.9.0](https://sumo.dlr.de/docs/ChangeLog.html#enhancements_3) on. We will have to switch to the newer [`libsumo`](https://sumo.dlr.de/docs/Libsumo.html) and/or [`libtraci`](https://sumo.dlr.de/docs/Libtraci.html) in the foreseeable future because we...
I think if the documentation covered the following topics as well, it would pave the way for beginners. - [ ] load Artery project with OMNeT++ IDE (see #167) -...
At the moment, we have a number of smoke tests that just abort if something goes utterly wrong. However, smaller problems or changes in behaviour may be undetected. I would...
Most #includes already have a complete path prefix. These few remaining places prevented out-of-tree builds.
OMNeT++ 5.6.1 throws a runtime error when modules are deleted by plain `delete` instead of `deleteModule` calls.
Modern CMake prefers targets to depend on libraries and their include directories.
The current Autotalk link layer of socktap depends a lot on the Autotalks SDK which also changes its API from time to time. Due do license restrictions we cannot even...
@Boslx has kindly provided a harness for fuzz testing based on AFL++. I have contributed some scripts for conveniently executing these tests in a Docker environment.