- Open a terminal (T1) for the evaluation server.
- Execute the following command in the
eval_server:bash run_server.sh
- Open a browser (B1) and navigate to the evaluation server client.
- Log in.
- Take note of the port number displayed on the screen after logging in.
- Open another terminal (T2).
- Run the following command, replacing
[port number]with the number noted in the previous step:ssh -R 8888:localhost:[port number] [email protected]
- Open another terminal (T3).
- Run the following command:
ssh -L 9090:localhost:9090 [email protected]
- Open a browser (B2) and navigate to:
localhost:9090 - Locate
RUN_THIS.pyand run the AI server.
- In either T2 or T3, navigate to the external communications directory:
cd CG4002-external-comms - Run the main code using:
sudo -E python main.py - Enter the port number
8888when prompted and press Enter.
- Open another terminal (T4).
- Run the following command in the
relay_nodedirectory:python RelayClientProcess.py