Probability of successful reception in VEINS

152 Views Asked by At

I am doing research around evaluation routing protocols in Veins 4.4 and was wondering how can I find the probability of successful reception in VEINS without major modifications to the code to trace the messages.

Assuming we cannot have ACK as usual due to ACK explosion and all the 802.11p specifics - what is the best approach without changing code too much?

Did all the papers showing probability of successful reception in their simulation results implement it themselves?

Thank you for your help!

1

There are 1 best solutions below

2
On BEST ANSWER

If you have a model and want to estimate its probability of successful packet transmission, I would recommend to count (a) the number of attempted transmissions in a simulation and (b) the number of successful transmissions. The ratio of successful transmissions in a given simulation can then be calculated as the fraction of b/a. Given enough simulations, the typical probability of success can be calculated, along with statistical measures of precision of the prediction.