# MAVLink Forwarding (IGC 1.5.4 Beta)

## Herelink MAVLink Forwarding

The Herelink allows for Telemetry sharing without the use of IGC, by simply connecting the Herelink's hotspot to the device to share telemetery. Programs such as UgCS, Mission Planner, and QGC on a laptop or Android Device will automatically detect telemetery, as Herelink telemetry is shared over UDP port 14550, the default UDP port.&#x20;

[Follow these instructions to enable telemetry sharing on the Herelink GCS.](https://docs.cubepilot.org/user-guides/herelink/herelink-user-guides/share-video-stream#connect-over-wifi-hot-spot)

## GS-ONE MAVLink Forwarding

Telemetry sharing on the GS-ONE is enabled through IGC, and can be conducted either using the GS-ONE's hotpot, or by connecting the GS-ONE and a second device (laptop or Android device) over the same wifi network.

{% hint style="info" %}
Note: The GS-ONE forwards over UDP Port 14560, not 14550, so proper configuration of Mission Planner, UgCS, QGC etc must be made to make a vehicle connection. See "[Configuring UgCS for GS-ONE Connection](#configuring-ugcs-for-gs-one-connection)" section below for instructions on connecting with UgCS."
{% endhint %}

#### GS-ONE MAVLink Forwarding Using GS-ONE Hotspot

1. With IGC Open, select the IFT icon at the top left of the screen.
2. Select "Application Settings".
3. Select the "IGC" tab on the left side of the screen.
4. Press "Enable Admin Mode" 5 times fast, then select "Yes".

<figure><img src="/files/uGVK5xSDwQ7oSmf3JclL" alt=""><figcaption></figcaption></figure>

5. Select the "MAVLink" tab on the left side of the screen.
6. Select the "Enable MAVLink Forwarding" checkbox.
7. Under the "Network Interface" dropdown, select "Android Hotspot".

<figure><img src="/files/hRyJa4B2oJmLfucDNIFL" alt=""><figcaption></figcaption></figure>

8. Uncheck the box that says "Restricted Mode"

{% hint style="warning" %}
The Restricted Mode checkbox is only visible in Admin Mode. If you do not unselect "Restricted Mode", mission uploading in UgCS and other features may not work properly.
{% endhint %}

<figure><img src="/files/AC1RlXzLOxtnS6kgXBdv" alt=""><figcaption></figcaption></figure>

9. Return to the "IGC" tab and disable Admin Mode.
10. Turn on the GS-ONE hotspot by swiping down thrice from the top of the screen, and selecting the "Hotspot" button.&#x20;
11. Configure hotspot settings by holding the "Hotspot" button.

<figure><img src="/files/wI5jn0cBn4fDuATpPxEO" alt=""><figcaption></figcaption></figure>

12. Connect to the hotspot on laptop or other device.
13. Return to the "IGC" tab and disable Admin Mode.

#### GS-ONE MAVLink Forwarding Over Wi-Fi Network

1. With IGC Open, select the IFT icon at the top left of the screen.
2. Select "Application Settings".
3. Select the "MAVLink" tab on the left side of the screen.
4. Select the "Enable MAVLink Forwarding" checkbox.
5. Under the "Network Interface" dropdown, select "Wi-Fi LAN".

<figure><img src="/files/Rf9sUYjYIRSN5HIuPwfy" alt=""><figcaption></figcaption></figure>

6. Uncheck the box that says "Restricted Mode"

{% hint style="warning" %}
The Restricted Mode checkbox is only visible in Admin Mode. If you do not unselect "Restricted Mode", mission uploading in UgCS and other features may not work properly.
{% endhint %}

<figure><img src="/files/xF92mltWM3IVwUhm6qU5" alt=""><figcaption></figcaption></figure>

7. Return to the "IGC" tab and disable Admin Mode.
8. Ensure you are connected to the wifi network of choice by swiping down thrice on the top of the screen, and hold the "Internet" button.

<figure><img src="/files/S6OQg92R15M0khJLCEpC" alt=""><figcaption></figcaption></figure>

9. Connect to the hotspot on laptop or other device.

#### Configuring UgCS for GS-ONE Connection

1. On laptop with UgCS installed, navigate to C:/Program Files (x86)/UgCS/bin
2. Right click on "vsm-ardupilot.conf" and open with a text editor of choice.

<figure><img src="/files/BUBnoPc6CEBxNK7CIGvk" alt=""><figcaption></figcaption></figure>

3. Navigate to the line "# connection.udp\_in.1.local\_port = 14550"
4. Remove the "# " from the beginning of the line, enabling the line to be used.
5. Change the value at the end of the line from "14550" to "14560".
6. Save the file.

<figure><img src="/files/OLjQHHj7LJh6ynyyhqT7" alt=""><figcaption></figcaption></figure>

<div data-full-width="false"><figure><img src="/files/9Jduqysa3nZD2YOORqJa" alt=""><figcaption></figcaption></figure></div>

7. Ensure the laptop is connected to the GS-ONE's hotpot. Note: Windows will say there is no internet, which is normal behavior.&#x20;

<figure><img src="/files/Zh9Ly80qCZy0h5plNP5G" alt=""><figcaption></figcaption></figure>

8. Launch UgCS. There should be a vehicle connection, noted by telemetry in "APM-1".

<figure><img src="/files/bGbHlim9gVuUrkHeWUjj" alt=""><figcaption></figcaption></figure>

9. Click on the up arrow in the taskbar, and right click on the UgCS icon (three horizontal lines).
10. Click on "PX4 VSM (running), and select "Stop".
11. Connection is now complete, and telemetery should be shared fully.&#x20;

<figure><img src="/files/X6vuWH41GxVhjZJcMCQL" alt=""><figcaption></figcaption></figure>


---

# 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.inspiredflight.com/inspired-documentation/products/inspired-suite/inspired-ground-control-igc/mavlink-forwarding-igc-1.5.4-beta.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.
