# Connect to Rover

This tab configures the method upon which differential corrections are forwarded to rover. The following options and parameters must be configured to ensure that SpatialLightHouse properly connects to the rover.

![Connection to Rover tab interface](/files/-LSu_e7qT3NEYxl4-vao)

## Connect to rover as a TCP client (Wi-Fi or ethernet)

This option allows you to connect SpatialLightHouse to the rover via TCP/IP by providing either the hostname or IP address of the rover. A connection can be established via an ethernet cable (using the hostname rover-wire) or by connecting to the rover via Wi-Fi (using the hostname rover-wifi).

## Provide differential corrections using a TCP server

This option allows rovers to connect to SpatialLightHouse via TCP/IP and have differential corrections transmitted to them. Rovers must connect to SpatialLightHouse via a user-specified TCP port (default port number is 1000) and wait for incoming connections. Once connected, SpatialLightHouse will transmit differential corrections to clients.

## Provide differential corrections on a serial port

In this configuration, SpatialLightHouse will send the differential corrections out on a (virtual) serial port. For example, data could be sent via a USB/serial converter to an external, high-power UHF modem.

## Connect to rover via Phoenix LiDAR Systems connection service

SpatialLightHouse will send differential corrections to the server defined in the settings dialog. This requires an internet connection, which is typically a cellular modem attached to the PC. If the rover also uses a cellular modem, it will connect to the same server and retrieve the corrections. The license key must be entered for the server to correctly associate reference station and rover.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs-6.phoenixlidar.com/rover/theory-and-workflow/reference-station-setup/spatiallighthouse/connect-to-rover.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
