I want to modify some parameters of element\'s .ini file in OMNeT++, say a node\'s transmission rate, during the simulation run, e.g. when a node receives some cont
While you can certainly manually change volatile parameters, OMNeT++ (as far as I am aware) offers no integrated support for automatic changing of parameters at runtime.
You can, however, write some model code that changes volatile parameters programatically.