|
DeterministicESPAsyncWebServer v6.28.0
Zero-allocation, bounded-execution async HTTP server for ESP32
|
UTMC (Urban Traffic Management and Control) common-database codec (DETWS_ENABLE_UTMC). More...
Go to the source code of this file.
UTMC (Urban Traffic Management and Control) common-database codec (DETWS_ENABLE_UTMC).
UTMC is the UK/EU modular framework for sharing traffic data across heterogeneous municipal systems. Its common-database exchange is an HTTP + XML message set: a client requests the value of an object (a detector, a sign, a signal) by its UTMC object id, and the server replies with the object's value
<UTMCRequest><object id="..."/></UTMCRequest>.<UTMCResponse><object id=".." value=".." quality=".." timestamp=".."/></UTMCResponse>.Values are XML-escaped. Pure text framing, zero heap, no stdlib, host-testable; the HTTP transport is the shipped server.
Definition in file utmc.h.