What it solves
Nodes need a small mesh-style protocol over a raw 802.11 frame abstraction.
How it works
1Application→2network→3MAC/retry→4PHY port→5raw frames
Use it when
Prototype peer discovery over the supported PHY abstraction
Exercise routing with the POSIX port
Use the ESP32 raw-frame port where its constraints fit
Quick Start
#include "umesh.h"
/* Initialize with the selected port and documented callbacks. */
/* Drive the protocol from the application loop. */Engineering evidence
- Windows/MSVC POSIX-port CMake run records 13/13 tests
- CI workflow existence is not claimed as a passing run
Known limits
- No verified range, throughput, latency or current claims
- Security is not presented as independently audited
- Hardware suitability remains application-specific