> For the complete documentation index, see [llms.txt](https://rhizobiome.gitbook.io/atrosca-degaze/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rhizobiome.gitbook.io/atrosca-degaze/le-capteur-zephyr/gestion-des-donnees.md).

# Gestion des données

## <mark style="color:green;">Configuration du serveur</mark>

Pour faciliter le déploiement d'un réseau de capteurs Zéphyr, nous publions les éléments qui nous ont permis de configurer notre <mark style="color:orange;">**serveur LSB**</mark>. Ces informations sont données à titre indicatif. Libre à chacun d'adapter l'architecture de son réseau à son matériel, à ses moyens et à ses objectifs. &#x20;

{% hint style="warning" %} <mark style="color:orange;">**Vous trouverez toutes les ressources utiles dans l'espace GitHub dédié au projet Zéphyr.**</mark>**&#x20;**<mark style="color:$danger;">**\[cliquez sur Not found  !]**</mark>&#x20;
{% endhint %}

{% @github-files/github-code-block url="<https://github.com/JNRAY/ZEPHYR/tree/main/01-Server>" %}

## <mark style="color:green;">Tableau de bord des données sur Grafana</mark>

Nous avons choisi d'utiliser [Grafana](https://grafana.com/) pour visualiser les données sous forme d'un tableau de bord pour chaque zéphyr et de cartes éditées en temps réel pour les paramètres de la qualité de l'air. L'accès à Grafana est ouvert à chaque propriétaire de zéphyr.

Voir la documentation technique <mark style="color:$primary;">\[cliquez sur Not found  !]</mark> :

{% @github-files/github-code-block url="<https://github.com/JNRAY/ZEPHYR/tree/main/01-Server/docker/grafana>" %}

## <mark style="color:green;">Diffusion des données sur un site web</mark>

Pour une  diffusion des données synthétiques sans restriction d'accès, nous avons publié une carte actualisée en temps réel pour visualiser l'évolution des paramètres de la qualité de l'air du territoire où sont implanter les capteurs.

## <mark style="color:green;">Personnalisation du code du Xiao ESP32 C3</mark>

Les fichiers à implémenter sur la carte XIAO ESP32 C3 doivent être personnalisés selon l'architecture de votre projet. La documentation ci-dessous vous aidera <mark style="color:$primary;">\[cliquez sur Not found  !]</mark> :

{% @github-files/github-code-block url="<https://github.com/JNRAY/ZEPHYR/tree/main/02-Sensor/03-XIAO-C3-code>" %}


---

# 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://rhizobiome.gitbook.io/atrosca-degaze/le-capteur-zephyr/gestion-des-donnees.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.
