Engineering the Real-Time Rail Topology: A Technical Post-Mortem

The challenge of visualizing a national rail network in real-time extends beyond simple map rendering. It requires the ingestion, normalization, and low-latency distribution of heterogeneous telemetry data streams. The platform identified in the reference, map.signalbox.io, serves as a compelling case study in translating raw signalling data into a high-fidelity geospatial interface.

The Data Acquisition Layer: FUSION and TRUST

The Great Britain rail network operates on a complex foundation of legacy data protocols. To reconstruct the state of the network, one must interface with the Network Rail data feeds, primarily the FUSION (Feed Using Simplified Input Output Network) and TRUST (Train Running System) systems.

The TRUST system provides historical and predictive train movement data, capturing "tipping points" where a train passes a specific timing point (TIPLOC). These events are inherently discrete. Converting these discrete timestamped events into a continuous stream of movement requires a sophisticated interpolation engine.