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

  • Multicores examples
  • Multiprocessor examples
    • frdmk22f, frdmk28f, frdmk64f, frdmk66f, frdmk82f, frdmkl25z, frdmkl27z, frdmkl43z - MCUXpresso download page
   

 

相关文章

developer-roadmap —— 提供最全的开发者技术路线指南。前端...
一个极简的文件分享工具,无需注册且没有广告即可生成共享下...
收集 Github、Gitee优秀的开源项目,并进行归类整理。项目地...
大家好,我是 Java陈序员,我们有时会搭建一个属于自己的网站...
一个提供交互式的Web UI用于生成兼容MyBatisPlus框架的相关功...
大家好,我是 Java 陈序员。权限认证是我们日常开发绕不过的...