Skip to content

Specify port to run simulator

Jawher Jerray requested to merge specify-port-to-run-simulator into master

Add the possibility to specify a port number in which the simulator will be launched by adding the option "-port PORT_NUM" after the command "./run.x -server". If no -port option is set after the command "./run.x -server", the simulator will be launched in the default port "3490".

Merge request reports