Hi there,
I am simulating a V2N simulation with the help of Inet, Simu5G, Veins, and SUMO modules.
I found that vehicular simulation results can be defined in the sumo configuration file (*.sumocfg) {
Ref}. So I added the following code into my *.sumocfg file. The output file are generated when the simulation was set run in SUMO GUI. But when stimulated with omnet++ simulation The results files are not generated.
<report>
<xml-validation value="never"/>
<
xml-validation.net value="never"/>
<no-step-log value="true"/>
<log value="sumo_log.xml"/>
<message-log value="sumo_message.xml"/>
<duration-log.statistics value="true"/>
</report>
Duration of the simulation run time was the important result I wanted to collect from the sumo_log.xml, and sumo_message.xml files defined above.
How can I resolve this issue?
Am I missing any configuration in omnetpp.ini, *.launchd.xml, *.sumocfg ??
Please feel free to reply any comments you may have,
Best wishes,
Surya