Telemetry without the infrastructure project
From device to useful dashboard in five minutes.
Send one JSON payload over HTTPS. Devicecamp discovers the metrics, preserves the history, and builds the dashboard.
HTTP ingestion is online
One small contract
curl -X POST https://api.devicecamp.app/v1/devices/…/telemetry \
-H "Authorization: Bearer dc_dev_…" \
-H "Content-Type: application/json" \
-d '{"temperature":22.4,"humidity":51}'