# naip **Repository Path**: mcjackteng/naip ## Basic Information - **Project Name**: naip - **Description**: NAIP是基于Zmq+nanopb封装的进程间通信框架,特别的是,NAIP支持通过excel定义服务(Request-Response\Notification\Report)来自动生成Client/Server端代码 联系mail: 793603571@qq.com - **Primary Language**: C - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 9 - **Forks**: 3 - **Created**: 2022-07-02 - **Last Updated**: 2025-04-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # naip #### 介绍 NAIP是基于Zmq+nanopb封装的进程间通信框架,特别的是,NAIP支持通过excel定义服务(Request-Response\Notification\Report)来自动生成Client/Server端代码 联系mail: 793603571@qq.com #### 软件架构 软件架构说明 NAIP的通信基本架构: ![输入图片说明](https://foruda.gitee.com/images/1660367687279247589/屏幕截图.png "屏幕截图.png") NAIP的自动代码生成: ![输入图片说明](https://foruda.gitee.com/images/1660367658618966077/屏幕截图.png "屏幕截图.png") #### 安装教程 1. 修改CMakeLists.txt以适配自己的编译系统 #### 使用说明 参考《NAIP_Design.pptx》