riebl / artery

OMNeT++ V2X simulation framework for ETSI ITS-G5
GNU General Public License v2.0
202 stars 128 forks source link

CAM and DENM messages #320

Closed Ztalhai closed 4 months ago

Ztalhai commented 5 months ago

I want to see the CAM (cooperative Awareness Message) and DENM (Decentralized Environmental Notification Message) messages in the artery simulation framework, but I could not find them. How can I see these messages on the simulation?

riebl commented 5 months ago

You can "see" these messages in the OMNeT++ event scheduler's future event list. They are not visualized on the canvas, however.

Ztalhai commented 5 months ago

Thank you for this information, but I cannot see some of these messages in Artery's ready-made examples, how can I integrate them into the examples and see them?