# proxy_ioctl **Repository Path**: qomoliao/rpc_gpio ## Basic Information - **Project Name**: proxy_ioctl - **Description**: No description available - **Primary Language**: C - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-09 - **Last Updated**: 2022-02-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # proxy_ioctl #### 介绍 一个嵌入式设备IO的远端代理控制工具。 目标是用本地函数调用的方式,使用另一个嵌入式设备的IO功能,类似于Remote Procedure Call(RPC、远程过程调用)。本地运行环境可以是普通PC,也可以是另一个嵌入是设备。本地设备与远端设备可以以任何一种方式通信,如:USB CDC、串口、I2C等。 #### 软件架构 软件架构说明 #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) #### 参考 1. [RPC的实现](http://blog.chinaunix.net/uid-20682147-id-3193213.html) 2. #### 第三方库 1. [utest](https://github.com/evolutional/utest) 2. [libcrc](https://github.com/lammertb/libcrc) 3. [letter-shell](https://github.com/NevermindZZT/letter-shell) 4. [CmBacktrace](https://gitee.com/Armink/CmBacktrace)