code wiki / mp
topic: mp
8 modules sharing the mp name family (derived from the tree's prefix discipline).
| module | description | lines | funcs |
|---|---|---|---|
| nx_mp_daemon.nx | sovereign request-handler for the multiplayer player-state relay (the /pstate POST + | 119 | 10 |
| nx_mp_daemon_gate.nx | proves the sovereign multiplayer daemon request-handler (nx_mp_daemon) over a relay. | 97 | 3 |
| nx_mp_live_gate.nx | SOVEREIGN end-to-end LIVE proof of the running multiplayer daemon (no curl, no node): | 114 | 7 |
| nx_mp_relay.nx | sovereign DAEMON-SIDE player-state relay serializer for multiplayer pixelmon. | 48 | 2 |
| nx_mp_relay_gate.nx | proves the sovereign daemon roster serializer (nx_mp_relay) over nx_room_relay. | 78 | 2 |
| nx_mp_serve.nx | the RUNNABLE sovereign multiplayer daemon: serves the game (pets3d.html + wasm) AND the | 132 | 6 |
| nx_mp_tls_probe.nx | isolate whether the sovereign TLS fetch import chain still COMPILES in the current tree | 12 | 1 |
| nx_mp_up.nx | SOVEREIGN bring-up for the multiplayer daemon (the build->launch->verify->publish loop, | 122 | 9 |