jamesmunns / postcard-rpc

An RPC layer for postcard based protocols
Apache License 2.0
93 stars 22 forks source link

Support for MCU Hosts #50

Closed cramertj closed 1 month ago

cramertj commented 2 months ago

The docs currently state that this library is oriented around:

//! * A single Client, usually a PC, with access to `std`
//! * A single Server, usually an MCU, without access to `std`

Are there plans to or interest in supporting MCU hosts (for MCU<->MCU communication)?

jamesmunns commented 1 month ago

Definitely interest, not quite plans yet. Check out https://github.com/jamesmunns/postcard-rpc/issues/37, I'll close this as a dupe, but let me know if that issue doesn't cover it!