|
DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
|
Files | |
| iface_bridge.cpp | |
| iface_bridge.h | |
| User-defined address:port -> hardware-bus translation (DETWS_ENABLE_IFACE_BRIDGE). | |
| iface_bridge_hw.cpp | |
| ESP32 glue for the interface bridge (see iface_bridge_hw.h): the PROTO_BRIDGE connection handler and the UART / SPI / I2C transfers. The rule table and frame codec live in the pure core. | |
| iface_bridge_hw.h | |
| ESP32 glue for the interface bridge (DETWS_ENABLE_IFACE_BRIDGE): the PROTO_BRIDGE listener that wires an accepted connection to a UART / SPI / I2C endpoint, plus the bus I/O. | |