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??
Asked
Active
Viewed 54 times
-1
-
1Please rephrase your post to state your question more clearly. Right now, I do not see any question in this post. – Julian Heinovski Mar 12 '17 at 12:53
-
I wanted to know that in the example given in veins for erlangen city, is there a way through which I can disable the inter vehicle communication and only an accident occurs for 30 seconds ?? – Rohit Tapikar Mar 14 '17 at 07:42
-
Is this question answered? – Julian Heinovski Jul 22 '18 at 12:33
1 Answers
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