OpenGenesisLINKOGL Wire
OGL Wire
Native early wire framing of OpenGenesisLINK.
Updated 2026-09-17
OGL Wire Foundation v0
OpenGenesisLINK currently uses a small binary frame envelope for early protocol work.
16-byte header
- bytes 0..3: magic
OGL1 - bytes 4..5: protocol version
- bytes 6..7: message type
- bytes 8..11: request ID
- bytes 12..15: payload length
- max payload: 1 MiB
The framing is currently used for the Core↔World control plane and the World Node Scene development endpoint.
Stability
Payload and message schemas are not frozen and currently carry no backward-compatibility guarantee.