Is there any DCC algorithm implemented in Veins?

Viewed 61

I learned from the Veins website that Veins relies on IEEE 802.11p and 1609.4 which does not mandate a DCC mechanism. I am wondering if any DCC algorithm is still implemented in Veins except using 3rd party models?

1 Answers

As of Veins 5.0, no "standard" ETSI Decentralized Congestion Control (DCC) model is included with Veins. If you are looking for a set of models that focuses on the ETSI stack, you might find the https://github.com/riebl/artery project interesting.

Related