How to change configuration of network during simulation in OMNeT++?

后端 未结 3 569
情深已故
情深已故 2021-01-16 04:17

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

3条回答
  •  自闭症患者
    2021-01-16 04:42

    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.

提交回复
热议问题