Raphael Riebl
Raphael Riebl
Currently, we don't have a ready-to-go PCAP recording facility yet. If you want to record packets per station, the `artery.networking.Router` module would be my first choice to add such a...
Artery includes some mechanisms to cooperate with external components, e.g. the `TransfusionService` to forward data to an external service implementation back and forth. Also, a HiL-like setup is possible by...
Our Veins integration code is currently always built. However, it is only loaded at runtime if you are using a WiFi device based on Veins' radio model. Do you have...
You are not using Veins as long as you are not loading `artery.veins.World` as the network in your *omnetpp.ini*. I will have a look if I can add a CMake...
1. Every DENM transmission can be recorded via the `DenService`'s *DenmSent* signal and the accompanying *transmission* statistic. You have to enable its recording so you can see those transmissions as...
The SUMO vehicle ID is not part of DEN messages but the so-called ITS station id, a 32bit number. If the simulated World has an `IdentityRegistry`, you can lookup the...
There is no link between the *x* in *node[x]* and the vehicle ID of SUMO. Also, the OMNeT++ coordinate system differs from the SUMO coordinate system because the y-axis is...
Why is this an issue at all? Please describe exactly what you expect and for what reason; thanks!
Setting the speed via `VehicleController` commands the SUMO vehicle directly and in OMNeT++ we always use the speed value reported by SUMO, i.e. there is no difference between "SUMO vehicle...
1. Vehicles are running the `DenService`, which has several "use case" modules. One of these modules is the `ImpactReductionContainerExchange`, which listens for an "irc" signal triggered by the storyboard. See...