Hello everyone,
I am trying to use the python API CORE ( Common Open Research Emulator) to create a simulation. I am at the point that I want to open a terminal of a node and write some ubuntu terminal command from the python script. I am able to open the terminal, but once I start to write the command lines with os.system function in python, these commands are executed in other terminal ( the main terminal), I did not understand why.
How can I solve this problem?