> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wavecentric.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Network Visibility & Tracking

> Real-time orchestration of asset positions and transit status.

## 1. Geo-Spatial Control Tower

The system aggregates live data from IoT devices and terminal gate systems to provide a unified map of the entire logistics network.

* **Dynamic Geofencing**: Automatic status updates triggered when a wagon or unit crosses a virtual perimeter around a terminal or border node.
* **Micro-Event Tracking**: Detailed logging of internal terminal movements (e.g., *Sbarcato*, *Ricaricato*) through EDI integration.

<Frame caption="Real-time network map showing active traces and asset density.">
  <img src="https://mintcdn.com/wavecentric/QjCwD51Vw8_QuyZ_/images/logistics-network.png?fit=max&auto=format&n=QjCwD51Vw8_QuyZ_&q=85&s=377c2623ff85a592ba167d3942909b76" alt="Logistics Network Map" width="1546" height="872" data-path="images/logistics-network.png" />
</Frame>

## 2. Dynamic ETA Orchestration

By consuming real-time positioning from providers like **Nexxiot** and **Savvy**, the orchestration layer recalculates Estimated Time of Arrival (ETA) for subsequent legs of a journey.

* **Delay Propagation**: If a rail leg is delayed, the system sends automated "Warning" tasks to the last-mile trucking partners via the **Tasks** module.
* **Historical Benchmarking**: Comparing actual transit times against the "Ideal" Trace definition to identify structural bottlenecks in the network.

```mermaid theme={null}
graph LR
    GPS[IoT/GPS] -->|Position| ETA[ETA Calc Engine]
    ETA -->|Update| B[Booking Dashboard]
    ETA -->|Alert| T[Task: Reschedule Delivery]
```
