DeterministicESPAsyncWebServer v6.28.0
Zero-allocation, bounded-execution async HTTP server for ESP32
Loading...
Searching...
No Matches
udp_telemetry.cpp File Reference

InfluxDB line-protocol builder (pure) + UDP cast to a collector. More...

Go to the source code of this file.

Detailed Description

InfluxDB line-protocol builder (pure) + UDP cast to a collector.

The builder is host-tested; the cast uses det_udp_sendto on ESP32 and is a no-op on host builds (no transport dependency pulled into the unit test).

Definition in file udp_telemetry.cpp.