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.

Devices

Manage physical device identities and their security credentials.

Manifests

Define the data fields each device is expected to send.

Logs

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.

Device sends data

The request includes a device identifier, security key, and sensor values.

Server validates fields

The app checks the device and matches each value against the device manifest.

Readings are stored

A data batch is created and each accepted reading is saved for reporting.

Loading…
Loading the web debug toolbar…
Attempt #