Search code examples
statisticsomnet++veins

Analysing and Plotting OMNET++ results


I have run a VEINS/OMNET++ simulation using Cmdenv. Usually I used OMNET++ IDE to run simulation and would analyze the results within IDE. But now the results are on a server, is there any easier(convenient) way to analyze the results without importing it into OMNET++ IDE?


Solution

  • There are various ways to analyze results without relying on the IDE.

    • One example would be to use R and the omnetpp Package. There is also an extensive tutorial explaining how to install and use the package.
    • Another way could be to write a parser for .scaand .vecfiles in Python and then analyze the files using SciPy.