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

Radio / wireless gateway bridge - implementation. More...

Go to the source code of this file.

Detailed Description

Radio / wireless gateway bridge - implementation.

A static port table; det_gw_uplink() envelopes a received frame and publishes it through the installed northbound callback (per-port rate-capped, fail-closed), det_gw_downlink() routes a command to a port's transmit callback, and det_gw_topic() formats a routing key. Zero heap.

Definition in file gateway.cpp.