> For the complete documentation index, see [llms.txt](https://enless.gitbook.io/centre-aide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://enless.gitbook.io/centre-aide/guides-installation/documentation-en/products/rx-http.md).

# RX HTTP

<h2 align="center">RX HTTP</h2>

<p align="center"><a class="button secondary">Product reference: RX HTTP 500-322</a></p>

<p align="center">Designed to communicate with the Enless LoRa Easy sensor ecosystem, the RX HTTP receiver transmits your sensors' data to your API in real time via HTTP POST requests. A simple gateway, perfectly suited to your rapid deployment needs.</p>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><i class="fa-circle-info">:circle-info:</i></td><td><h4>Information </h4></td><td>About the RX HTTP</td><td><a href="/pages/d738111cdd67ea6145d24254ce4ca3e51577450e">/pages/d738111cdd67ea6145d24254ce4ca3e51577450e</a></td></tr><tr><td><i class="fa-wrench">:wrench:</i></td><td><h4>Installation</h4></td><td>Mounting and installation</td><td><a href="/pages/08148c040aa56555ed95901b45b0ae912b899381">/pages/08148c040aa56555ed95901b45b0ae912b899381</a></td></tr><tr><td><i class="fa-globe-pointer">:globe-pointer:</i></td><td><h4>Configuration</h4></td><td>First connection to the server</td><td><a href="/pages/ecb6d3d354518c9e92e7b41efbf4b6e2bb0336a6">/pages/ecb6d3d354518c9e92e7b41efbf4b6e2bb0336a6</a></td></tr><tr><td><i class="fa-keyboard-brightness">:keyboard-brightness:</i></td><td><h4>LEDs</h4></td><td>RX LED behavior</td><td><a href="/pages/2f22004522515d529eb9aa2434ed05be3d070c23">/pages/2f22004522515d529eb9aa2434ed05be3d070c23</a></td></tr><tr><td><i class="fa-rotate">:rotate:</i></td><td><h4>Reset</h4></td><td>Reset the RX HTTP</td><td><a href="/pages/b49d221a7f24c57cb5e2020bc93b21f47675ada6">/pages/b49d221a7f24c57cb5e2020bc93b21f47675ada6</a></td></tr><tr><td><i class="fa-comment-question">:comment-question:</i></td><td><h4>Troubleshooting</h4></td><td>Frequently asked questions</td><td><a href="/pages/91f3781069cd42ea9a7a14d7b8f79be9dea1afd9">/pages/91f3781069cd42ea9a7a14d7b8f79be9dea1afd9</a></td></tr></tbody></table>


---

# 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://enless.gitbook.io/centre-aide/guides-installation/documentation-en/products/rx-http.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.
