-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
host_server and target_client libraries #37
Comments
Just noting that I am open to PRs here, feel free to @ me if anyone has any questions, or would like to pick up the work. |
Also noting that by adding a "target client" library, this would unlock MCU-to-MCU comms. I continue to be very interested in adding this, but haven't needed it, so haven't taken time to design it. I'm very open to PRs or sponsorship if folks are interested in making this happen :) |
Note that the changes between v0.7 and v0.10 makes it possible to have a host_server (there is a I don't have a |
@jamesmunns, I'm also interested in having an MCU act as a "target client". |
@zheylmun sounds great! Let me know if you have any questions, or feel free to ping me in the matrix chat! |
I would be nice to have "host_server" and "target_client" libraries of postcard-rpc. So the MCU would be the one initiating the request to the PC and the PC would answer the rpc calls. Everything else would be the same.
I asked @jamesmunns via Matrix regarding this, here are his responses:
I also asked about whether there are some big roadblocks in the way, and James responded with:
I'm currently a bit on a tight schedule with my current client, so I opted for implementing my own very simple rpc logic on top of postcard for now, as this was just quicker to do. But I'll probably revisit this postcard-rpc as soon as our rpc interface grows larger...
The text was updated successfully, but these errors were encountered: