IoT Logger
A lightweight monitoring platform for collecting device readings, storing telemetry batches, and organizing control values for connected hardware.
What It Does
The system keeps a clear record of readings sent by IoT devices. It maps every reading to a known field, stores it with a timestamp, and makes the data available for operational review.
Manage physical device identities and their security credentials.
Define the data fields each device is expected to send.
Store telemetry values in timestamped batches for later inspection.
How Data Moves
The collection endpoint accepts device data through simple GET requests, validates the device, and writes only recognized fields to the database.
The request includes a device identifier, security key, and sensor values.
The app checks the device and matches each value against the device manifest.
A data batch is created and each accepted reading is saved for reporting.