|
DeterministicESPAsyncWebServer v6.28.0
Zero-allocation, bounded-execution async HTTP server for ESP32
|
IEEE 1609 WAVE (WSMP + 1609.2 security envelope) codec (DETWS_ENABLE_WAVE). More...
Go to the source code of this file.
IEEE 1609 WAVE (WSMP + 1609.2 security envelope) codec (DETWS_ENABLE_WAVE).
IEEE 1609 (WAVE - Wireless Access in Vehicular Environments) is the radio stack that carries the J2735 V2X messages (services/j2735). This codec provides the two framing layers below J2735:
protocolVersion(3) + contentType header that wraps a signed or unsecured-data payload (the full signature/cert machinery is the crypto layer on top).This builds/parses the WSMP header + PSID p-encoding and the 1609.2 envelope header. Pure, zero heap, no stdlib, host-testable; the DSRC / C-V2X radio is an external module.
Definition in file wave.h.