ESP32 Mesh

Static README snapshot; an interactive deployment can be added later.

ESP32 Mesh

ESP-IDF rewrite of the mesh/router scaffold described in `summary.md` and `todo.md`.

Current implementation includes:

- `esp32` builds act as regular nodes

- `esp32s3` builds act as gateway nodes

Build

Use your installed ESP-IDF 5.5 environment:

idf.py set-target esp32 build
idf.py set-target esp32s3 build

Project files:

Current Behavior

Mesh Defaults

Validation Note

`idf.py` now recognizes this as a normal ESP-IDF project and gets through project configuration and partition generation. In this environment the full build is currently blocked by a failure inside ESP-IDF core components during compilation, before final app linkage, so application-level runtime validation is still pending.

Not Implemented Yet