嵌入式RPC IPC通信
作者:互联网
https://github.com/sonydevworld/spresense/tree/master/examples/fft
https://github.com/qicosmos/rest_rpc
https://github.com/EmbeddedRPC/erpc
This tutorial is introducing the eRPC (embedded remote procedure call) open-source project.
The eRPC (Embedded Remote Procedure Call) is a Remote Procedure Call (RPC) system created by NXP. An RPC is a mechanism used to invoke a software routine on a remote system using a simple local function call. The remote system may be any CPU connected by an arbitrary communications channel: a server across a network, another CPU core in a multicore system, and so on. To the client, it is just like calling a function in a library built into the application. The only difference is any latency or unreliability introduced by the communications channel.
Important links:
- Everything related to the eRPC development is placed GitHub - eRPC base.
- The eRPC development is placed GitHub - eRPC development.
- The eRPC releases are placed GitHub - eRPC Releases.
- The eRPC documentation is placed Github - eRPC wiki
- The eRPC as Python Package on pypi
The eRPC is supporting multicore and multiprocessor types of applications.
Where to find eRPC:
- Multicores examples
- LPCXpresso54114 - MCUXpresso download page
- i.mx6sx, i.mx7d - GitHub - eRPC i.MX demos
- Multiprocessor examples
- frdmk22f, frdmk28f, frdmk64f, frdmk66f, frdmk82f, frdmkl25z, frdmkl27z, frdmkl43z - MCUXpresso download page
标签:IPC,GitHub,system,嵌入式,placed,RPC,examples,com,eRPC 来源: https://www.cnblogs.com/sinferwu/p/16531879.html