Hi.
I am setting up an experiment as an ns-3 campaign where I am using the real-time mode to provide an emulated transport network for some real software.
Because of the real time configuration, I want to run the experiment multiple times to improve statistical significance, and to automate this I try to set up a bash script that calls "./ns3 run" multiple times.
However, at the moment I can't really automate it because each time I execute "./ns3 run", I am prompted with the password by sudo. Also I have to stay in sudo mode because my campaign works with tap bridges too.
So is there a way to work around this?
Thanks.
Regards,
Bill.