Levente Mészáros

Results 164 comments of Levente Mészáros

Please provide NED and INI files to reproduce this problem!

Thanks for the write-up! Here are my additions: The reason behind this feature is that often times simulations explore a large parameter space generating a large data set which is...

Here is another example: ``` import myplot dimensions = [{"name": "node", "type": "index"}, {"name": "traffic", "type": "enum", "column": "runattr:experiment", "values": ["Low", "Normal", "High"]}, {"name": "plca", "type": "enum", "column": "runattr:experiment", "values":...

Here is an example which must be supported with clear and concise syntax. INI file: ```INI [General] description = "Packet pending delay as a function of the number of nodes,...

@feichangniub he means you should subscribe to this issue here. There's a button on the right side. This issue has been migrated from the omnetpp discussion page. Could you please...

Thanks for the detailed description @haug-den-lucas !

The `dynamicallyAddedProtocols` field has been already removed in the patch 11b7d9dc30c705054055363e44df418e5967ec0b for the same reason you are describing here. The `ProtocolGroup` destructor no longer deletes protocols. This patch is already...

You can do this in zero simulation time the same way the durations parameters are set by the configurator now at the start of the simulation. Though, I'm not sure...