feat(master): endpoint GET/POST /game/peers #4

Merged
electron merged 1 commits from feat/idf-migration into main 2026-06-10 09:56:10 +00:00
Owner

Gestion HTTP du registre de pairs relay ESP-NOW : POST {alias, mac} écrit la NVS namespace peers (format exact du seeding boot de main.c) et enregistre le pair à chaud dans scenario_mesh (sans reboot) ; GET liste le registre. Le provisioning de PLIP devient un simple curl. Build vert (zacus_master.bin).

Gestion HTTP du registre de pairs relay ESP-NOW : POST {alias, mac} écrit la NVS namespace peers (format exact du seeding boot de main.c) et enregistre le pair à chaud dans scenario_mesh (sans reboot) ; GET liste le registre. Le provisioning de PLIP devient un simple curl. Build vert (zacus_master.bin).
electron added 1 commit 2026-06-10 09:55:37 +00:00
feat(master): GET/POST /game/peers endpoint
CI / platformio (pull_request) Failing after 14m56s
185d1186fe
HTTP management of the ESP-NOW relay peer registry — replaces the
desktop NvsConfigurator round-trip. POST {alias, mac} persists to the
NVS "peers" namespace (the exact format main.c seeds at boot) and
registers the peer live in the scenario_mesh table (no reboot). GET
lists the registry. Provisioning PLIP becomes:
  curl -X POST master/game/peers -d '{"alias":"plip","mac":"..."}'

Build green (zacus_master.bin).
electron merged commit ef1741bd09 into main 2026-06-10 09:56:10 +00:00
Sign in to join this conversation.