> For the complete documentation index, see [llms.txt](https://move-solutions.gitbook.io/untitled/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://move-solutions.gitbook.io/untitled/references/lorawan.md).

# LoRaWAN

## **What is LoRaWAN?**

LoRaWAN (Long Range Wide Area Network) is a wireless communication protocol based on LoRa (Long Range) technology. It is specifically designed for Internet of Things (IoT) applications, offering reliable, low-power connectivity for devices spread over long distances.

## **How Does LoRaWAN Work?**

1. **End Nodes**: These are IoT devices that collect data or perform measurements. They communicate with gateways using the LoRa protocol.
2. **Gateways**: Gateways act as intermediaries between end nodes and the network server. They collect data from end nodes and forward it to the network server via a network connection, such as Ethernet or 3G/4G.
3. **Network Server**: The network server manages communication between gateways and end nodes. It handles device authentication, session management, and data routing.
4. **Application Server**: This server is responsible for managing and processing data sent by end nodes. It can perform data analysis, generate notifications, or interact with other business systems.
5. **Cloud Platform**: The cloud platform stores and processes data long-term. It also provides tools for data visualization and device management.

<figure><img src="/files/it8ILTxqTZXdIHbZsFgs" alt=""><figcaption><p>System operation</p></figcaption></figure>

## **Key Features of LoRaWAN:**

* **Long Range**: LoRaWAN can achieve distances of several miles or kilometers with low transmission power, allowing coverage of large areas with few gateways.
* **Low Power**: LoRaWAN devices can operate on long-lasting batteries due to their low energy consumption.
* **High Penetration**: LoRa technology can easily penetrate obstacles like walls and buildings, making it suitable for densely populated urban environments.
* **Low Transmission Speed**: LoRaWAN is optimized for transmitting small amounts of data at long intervals, making it ideal for applications with low data volume and infrequent transmission.

In summary, LoRaWAN is a powerful and flexible wireless communication technology that provides a reliable, scalable solution for IoT applications. Its ability to offer long-range, low-power, and cost-effective connectivity makes it a popular choice for a wide range of use cases.


---

# 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, and the optional `goal` query parameter:

```
GET https://move-solutions.gitbook.io/untitled/references/lorawan.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
