1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-23 20:57:41 +00:00
serenity/DevTools
Andreas Kling f89944e804 Inspector+LibCore+rpcdump: Rework the RPC stuff to be request/response
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. :^)
2019-09-11 21:19:23 +02:00
..
FormCompiler DevTools: Add CLocalServer to the host-side tool build dependencies 2019-08-17 11:08:10 +02:00
Inspector Inspector+LibCore+rpcdump: Rework the RPC stuff to be request/response 2019-09-11 21:19:23 +02:00
IPCCompiler DevTools: Add CLocalServer to the host-side tool build dependencies 2019-08-17 11:08:10 +02:00
VisualBuilder AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00