> 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-bacnet/configuration/network-tab.md).

# NETWORK tab

The tab **NETWORK** offers a real-time view of the transmitters' radio activity. It is the essential tool for validating proper data reception and the quality of the wireless link **LoRa Easy** before final integration.

## Data management

Two global commands allow you to manage the information displayed and temporarily stored by the gateway:

* **Clear data** : Resets the display history and clears the buffer of the latest receptions.
* **Export CSV** : Generates a complete report of the received data for in-depth analysis in a spreadsheet (Excel, LibreOffice, etc.).

## Reception history (Dashboard)

For each sensor declared in the CONFIG TX tab, the gateway displays a tracking line including the last 5 messages received:

<table data-header-hidden><thead><tr><th width="159.29296875"></th><th></th></tr></thead><tbody><tr><td><strong>TX reference</strong></td><td>Model of the identified sensor.</td></tr><tr><td><strong>Received ago</strong></td><td>Time elapsed since the last frame (ex: <code>just now</code>, <code>5 min</code>).</td></tr><tr><td><strong>Identifier</strong></td><td>The sensor's unique LoRa ID.</td></tr><tr><td><strong>Location</strong></td><td>The name of the location defined during configuration.</td></tr><tr><td><strong>Value 1 to 5</strong></td><td>Sliding history of the last 5 raw values transmitted.</td></tr><tr><td><strong>Signal quality</strong></td><td>Visual indicator of radio performance (4-bar GSM style).</td></tr><tr><td><strong>RSSI (dBm)</strong></td><td>Precise measurement of the received signal power (the closer the value is to 0, the better the signal).</td></tr><tr><td><strong>Battery</strong></td><td>Colored icon indicating the remaining power status in the sensor.</td></tr></tbody></table>

In the **NETWORK**tab, the RSSI value allows you to validate the quality of the signal with the receiver:

<table data-view="cards"><thead><tr><th></th><th></th><th data-type="rating" data-max="5"></th></tr></thead><tbody><tr><td><mark style="color:$success;"><strong>Good signal</strong></mark></td><td>Up to -105 dBm</td><td>5</td></tr><tr><td><mark style="color:$warning;"><strong>Fair signal</strong></mark></td><td>from -106 to -112 dBm</td><td>4</td></tr><tr><td><mark style="color:$danger;"><strong>Weak signal</strong></mark></td><td>beyond -112 dBm</td><td>2</td></tr></tbody></table>

{% hint style="info" %}
If RSSI is poor, we **recommend** installing a **repeater** **of** **signal**.\
To learn more about installing the signal repeater, please visit [the RX REPEATER installation guide](/centre-aide/guides-installation/documentation-en/products/rx-repeater.md).
{% endhint %}


---

# 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-bacnet/configuration/network-tab.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.
