-1

I want to simulate a scenario where accident occurs but no intervehicle communication takes place.The accident occurs after 30 seconds of the entrance of a particular vehicle and the duration is of 30 seconds??

1 Answers1

1

I am not sure why you would want to disable IVC. However, you can do this in the omnetpp.ini by using the sendBeacons parameter from BaseWaveApplLayer:

*.node[*].appl.sendBeacons = false

You can change the accident duration by using the corresponding parameter in the the omnetpp.ini:

*.node[*0].veinsmobility.accidentDuration = 30s
Julian Heinovski
  • 1,822
  • 3
  • 16
  • 27