IoT Data Analytics Simulator
Interactive IoT data analytics simulator: watch sensor readings stream in from many connected devices, get aggregated with a sliding-window moving average, and see an anomaly-detection algorithm flag outliers on the incoming wave in real time.
A ring of connected IoT devices streams noisy sensor readings toward a central aggregator in real time. This simulator visualizes the full analytics pipeline: incoming packets travel from each device to the hub, a sliding window aggregates the last N readings into a live moving average and standard deviation, and a z-score anomaly detector flags any reading that strays too far from that rolling baseline — both on the traveling packets and on a scrolling waveform of the raw data stream. Adjust device count, window size, anomaly sensitivity and emission rate to see how each reshapes the trade-off between fast reaction and stable trend-following.
Interactive 3D model of an IoT analytics pipeline: sensor readings stream in from many connected devices to a central aggregator, a sliding window computes a live moving average, and a z-score anomaly detector flags outliers on the incoming data wave in real time.
3D · Three.js / WebGL renderer · 60 FPS target · runs fully client-side, no install