Skip to main content

Setting up the debugger

To get up and running quickly, we provide you with a fully Dockerized debugging suite for all participants. You will be up and running in no-time.

Step 1: Start the ForwardingServer

The forwarding server will run on your laptop locally and forward data sent from the Rover to the connected web clients. You will need to pass the IP found in step 0 to the Docker container to properly configure your container. You can find how to start the ForwardingServer on this page

Visit localhost:7500 in your browser, you should see a friendly greeting.

Step 2: Start the WebController

Similar to the previous step we will use Docker to spin up the WebController, which allows you to view and debug the incoming data streams received from the ForwardingServer. You can find how to start the WebController on this page.

Visit localhost:5173 in your browser, you should be able to log in.