> For the complete documentation index, see [llms.txt](https://aerogcs-green-docs.aeromegh.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aerogcs-green-docs.aeromegh.com/7.-connecting-a-drone/7.3-using-udp.md).

# 7.3 Using UDP

The User Datagram Protocol (UDP) functions as a protocol within the Transport Layer. It is an integral component of the Internet Protocol suite, commonly known as the UDP/IP suite. Differing from TCP, UDP is characterized by its lack of reliability and connectionless nature. Therefore, it eliminates the requirement for prior connection establishment before initiating data transmission.

Much like establishing a connection using TCP, the process of establishing a connection using UDP entails entering the IP Address and Port number, as exemplified in the subsequent screen.

<figure><img src="/files/37URF93QM2dNlvS8V0Xs" alt=""><figcaption><p>Drone UDP connection</p></figcaption></figure>

Initiating the Connect Button triggers the display of a connection progress screen, mirroring the presentation observed while connecting the drone using a TCP connection.

After a successful connection, the user will receive a voice notification confirming "Drone Connected," and the top bar of the screen will change to a vibrant green color.

&#x20;                                                                                                              &#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://aerogcs-green-docs.aeromegh.com/7.-connecting-a-drone/7.3-using-udp.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.
