mirror of
https://github.com/RGBCube/serenity
synced 2026-01-13 20:41:00 +00:00
RPC clients now send JSON-encoded requests to the RPC server.
The connection also stays alive instead of disconnecting automatically
after the initial CObject graph dump.
JSON payloads are preceded by a single host-order encoded 32-bit int
containing the length of the payload.
So far, we have three RPC commands:
- Identify
- GetAllObjects
- Disconnect
We'll be adding more of these as we go along. :^)
|
||
|---|---|---|
| .. | ||
| FormCompiler | ||
| Inspector | ||
| IPCCompiler | ||
| VisualBuilder | ||