# Setup RTK solution using a local network

**This step-by-step tutorial will let you to use a RTK Rover using a GNSS Base over a Local Network, thus without any telemetry kit.**<br>

Requirements :

1. Two computers : PC1 acting as a Base / PC2 acting as a rover
2. Two F9P devices connected to both PC : One configured as Base, the other one as a Rover. See here for procedure :

   <https://drotek.gitbook.io/rtk-f9p-positioning-solutions/how-to-get-started/zed-f9p-rtk-configuration>
3. Both computers are connected to the same local network

**STEP 1 : Check what is the IP address on Base computer PC1**

Press Windows + R key touch to open&#x20;

![](/files/-M-tjdASZuuE-LM3uwDf)

Then type in “cmd”, then click “OK” :

![](/files/gPeKdxuioq6wPDcYmE6D)

A new command prompt window opens. Type in “**ipconfig**”, then press **Enter**. Go down to “**IPV4 address**” and write down somewhere the IP address displayed. For instance, the one on DROTEK computer is 192.168.1.103&#x20;

{% hint style="info" %}
This address is needed for a later step. Keep it in mind.&#x20;
{% endhint %}

NOTE : bear in mind that IP addresses are for example purposes, replace the ones below with your own).

**STEP 2 : Configuring the Base as an NTRIP Caster.**

The base connected to the local network will be able to broadcast RTCM data to any rover that is connected to the same local network.

To do so, open **u-center software on PC1** **- Base**, then click on “**Receiver**” then “**NTRIP Server/Caster**…”.

A new window opens. Next go to “**More” tab** then configure the base caster as shown in the picture below.

Then click **OK**.

![](/files/rIqt9sNic55FtF7VwuXO)

{% hint style="success" %}
The base caster is now working perfectly !
{% endhint %}

**STEP 3 : Configuring the Rover as an NTRIP client.**

The base is now continuously sending out RTCM data on the local network. You need to configure any rover to be able to gather these data to get a fixed and accurate positioning.

To do so, open **u-center software on PC2 - Rover,** then click on “**Receiver**” then “**NTRIP Client**…”.

Once again, a new windows opens. Then type in the base IP address we got from STEP 1. Next you need to type in the **SAME NAME** and **PASSWORD** that was set previously on the base during **STEP 3**.

Now click on the “**Update source table**” button located below.

Your base must be retrieved under the “**NTRIP mount point**” textbox.

Finally, click **OK**.

![](/files/23IQ8Nhkp4454JE50Phq)

{% hint style="success" %}
Your base and rover are now correctly connected to each other. The rover is starting receiveing RTCM data and will shortly get a fixed position.
{% endhint %}

{% hint style="info" %}
**All ZED-F9P ressources :**

<https://www.u-blox.com/en/product/zed-f9p-module#tab-documentation-resources><br>

**Going deep into ZED-F9P interface commands**

<https://www.u-blox.com/sites/default/files/u-blox_ZED-F9P_InterfaceDescription_%28UBX-18010854%29.pdf>
{% endhint %}

\
\ <br>


---

# 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://drotek.gitbook.io/rtk-f9p-positioning-solutions/tutorials/setup-rtk-solution-using-a-local-network.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.
