When I run Omnet++, it loads .ini
and .ned
files, and performs a simulation and writes the results in .sca
and .vec
file.
However I want to modify the source code such that while Omnet++ is running, it loads the input files like every 100 msec and also writes the results after that interval.
How should we modify the code? Is there any other way to update .ini
and .ned
file while the simulation is in progress without changing the source code?