> 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/general-information.md).

# General information

The **RX** **HTTP** is a receiver designed to bridge LoRa Easy Enless sensors and an HTTP server.

## LoRa Easy Technology (Proprietary)

This receiver uses exclusively the **LoRa Easy**protocol, a proprietary, optimized, lightweight version of the LoRa protocol.

{% hint style="danger" %}
**Important** : The **RX HTTP** is only compatible with the range of Enless Wireless LoRa Easy specified sensors. It cannot communicate with third-party LoRaWAN equipment or sensors from other manufacturers.
{% endhint %}

## Data transmission via Push HTTP

The **RX** **HTTP** stands out for its “event-driven” (Push) operating mode. Each time a radio message from a sensor is received, the receiver instantly generates a **POST** **HTTP** request to the server of your choice.

* **Security** : Supports adding a custom header (e.g., *Authorization*) to secure access to your API.
* **Connectivity** : Uses the RJ45 Ethernet port exclusively.
* **Simplicity** : No Modbus table or BACnet instances to manage; data is sent directly to your destination URL.

## Key installation points

* **Wide-range power supply** : Supports from 7.5 to 24 VDC (typical 12V 1A).
* **Simplified configuration** : Intuitive web interface for sensor declaration (LoRa ID), real-time network diagnostics, and viewing the register table.
* **Flexible mounting** : Built-in wall mounting or on 35mm DIN rail (via optional accessory).
* **Optimized reception** : SMA connector for remote antenna (recommended model: ANT REN SMA LR 1000-008) to ensure maximum range even in a metal cabinet.


---

# 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/general-information.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.
