I am using INET framework for an ethernet switch example. Is it possible to delete or remove a node while running a simulation? lets say for example a host. Thank you in advance for help.
You can "delete" the node object --> on the programming language level
And you can also "remove" a node from your virtual simulation area by hiding the node, exhausting the virtual energy ressources, set a flag for disabling the node, etc. --> on the logical level / simulation level.
Both levels are sufficient for scenarios with a dynamic amount of nodes.