0

I ran a simulation of the VEINS example in OMNET++ and in the results window under browse data, I cannot see the option of throughput or delay. What should I add in the code to include these in the results?

I there any other module I should add? If so how should go about that?

  • Can't you just estimate them yourself at your application level? Like keeping the history of incoming payloads per second and delays. You can measure delay by substracting the current time from payload timestamp that is set in your packet with the following: `payload->addTag()->setCreationTime(simTime());` – gehirndienst Dec 20 '22 at 08:18
  • I was able to calculate the delay, but manually calculating throughput is giving me some absurd values. thank you! – Prarthana Prabhakaran Mar 06 '23 at 12:39

0 Answers0