Web Application — Feb 2025
IoT sensor data, live — anywhere, offline-capable.
A cross-platform mobile app for monitoring IoT sensor streams. Live charts update at 250ms intervals. Offline caching ensures field engineers keep working when connectivity drops.
We modelled the data pipeline before touching the UI. A local SQLite layer buffers incoming events and syncs to the cloud when a connection is available.
Standard charting libraries stall when you push updates faster than ~2Hz. We forked a canvas-based renderer and batched DOM writes to maintain 60fps on mid-range devices.
Field engineers don't care about animations. They care about not losing four hours of data when the cell tower drops.
← Back to projects