On Wed, Apr 30, 2025 at 07:27:24AM +0200, Mario Fleischmann wrote:
> The MCD implementation follows a remote procedure call approach
> and will use a client JSON protocol for communication.
>
> While the MCD server implements the MCD API, the server stub will be
> responsible for handling the JSON
The MCD implementation follows a remote procedure call approach
and will use a client JSON protocol for communication.
While the MCD server implements the MCD API, the server stub will be
responsible for handling the JSON connection and for dispatching the
corresponding server functions.
Signed-o