riebl / artery

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

Default Channel Access Scheme in Artery Services (DEN and CA) #269

Closed 1234MaDa closed 1 year ago

1234MaDa commented 1 year ago

Hello ! I need your help with this issue please !

I want to check what kind of channel access scheme is used in Artery for the 802.11p/ ITS G5 messages transmissions ? (Is it TDMA ?)

Where can i find the source code related to the channel access scheme in artery please ?

I want to modify the source code of the channel access scheme of the services i am using to study the performances like latency and PRR when i modify or combine channel access schemes !

Thanks in advance !

riebl commented 1 year ago

IEEE 802.11p uses CSMA/CA and Artery can employ either Veins or INET as radio models. Hence you cannot find the channel access model in our code directly but in extern/veins and extern/inet, respectively.