Skip to content

Create a RPC framework #1

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Create a RPC framework #1

wants to merge 8 commits into from

Conversation

saz97
Copy link
Owner

@saz97 saz97 commented Mar 6, 2025

No description provided.

@saz97
Copy link
Owner Author

saz97 commented Mar 9, 2025

image

@saz97
Copy link
Owner Author

saz97 commented Mar 9, 2025

I created an RPCDriver as the client side of an RPC system. It starts a local RPC server by executing an external binary(lima-qemu-plugin which is built by qemu-plugin folder) and establishes a connection to it using rpc.Dial in the constructor. In the Start method of RPCDriver, the Call method is used to send a request to the RPC server, initiating the desired operation.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant