其他分享
首页 > 其他分享> > 嵌入式RPC IPC通信

嵌入式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: 

 

The eRPC is supporting multicore and multiprocessor types of applications. 

 

Where to find eRPC:

   

 

标签:IPC,GitHub,system,嵌入式,placed,RPC,examples,com,eRPC
来源: https://www.cnblogs.com/sinferwu/p/16531879.html