feat(master): endpoint GET/POST /game/peers #4
Reference in New Issue
Block a user
Delete Branch "feat/idf-migration"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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).
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).