|
ProtoCore v0.0.2
Deterministic, zero-heap network stack for embedded targets
|
ESP-NOW peer messaging with a typed envelope (PC_ENABLE_ESPNOW). More...
Go to the source code of this file.
ESP-NOW peer messaging with a typed envelope (PC_ENABLE_ESPNOW).
Connectionless ESP32 peer-to-peer radio messaging (no AP, no IP) wrapped in a small typed envelope so a receiver can demux by message type and reject a truncated frame. Two layers:
ESP-NOW's raw payload is capped at 250 bytes; the 3-byte envelope leaves PC_ESPNOW_MAX_PAYLOAD for data. No stdlib, no heap.
Definition in file espnow.h.