> For the complete documentation index, see [llms.txt](https://docs.wiclax.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wiclax.com/utiliser-wiclax/diffusion-des-classements-en-temps-reel/lappli-g-live.md).

# L'appli G-Live

Un logiciel moderne de chronométrage doit permettre de diffuser les classements d'une épreuve en temps réel via de multiple canaux. C'est le cas de Wiclax.

Dans ce chapitre, nous allons voir comment afficher les classements en direct ou en différé. Nous parlerons dans un premier temps de la diffusion sur la zone de l'évènement (que nous appellerons *locale*) puis de la diffusion sur Internet (que nous appellerons *en ligne*).

La diffusion des classements, qu'elle soit locale ou en ligne fait appel à des mécanismes identiques mais nécessite une architecture un peu différente. Nous allons aborder ces différents points.

Pour commencer, nous allons voir comment donner accès aux classements à n'importe quel terminal faisant partie du même réseau que le PC qui héberge Wiclax.

{% hint style="info" %}
Nous désignons par G-live la partie de Wiclax qui permet d'afficher les résultats. Il s'agit d'une application web distincte de l'application bureau qui travaille en lien direct avec celle-ci.
{% 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://docs.wiclax.com/utiliser-wiclax/diffusion-des-classements-en-temps-reel/lappli-g-live.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.
