# netty_dtu_iot **Repository Path**: git10555/netty_iot ## Basic Information - **Project Name**: netty_dtu_iot - **Description**: 使用netty 作为通信服务器,与C自定义协议帧通信,原用于物联网项目 - **Primary Language**: Java - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 41 - **Created**: 2020-04-16 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # netty_iot 使用**netty**作为通信服务器,与自定义数据帧的**DTU**通信,原用于农业物联网项目。 功能包含: 1. 与客户端进行数据传输 2. 长连接 3. 心跳检测 4. 断线重连 *以下为部分文档说明* 数据帧格式 ![输入图片说明](https://images.gitee.com/uploads/images/2019/0705/092519_77f76c45_113154.png "2019-07-05_092408.png") 详细说明 ![输入图片说明](https://images.gitee.com/uploads/images/2019/0705/092537_c0e3b669_113154.png "2019-07-05_092424.png") DTU 端发送的帧类型 ![输入图片说明](https://images.gitee.com/uploads/images/2019/0705/092544_30ee2041_113154.png "2019-07-05_092438.png") 服务器端(本端)中心响应的帧类型 ![输入图片说明](https://images.gitee.com/uploads/images/2019/0705/092551_d585c030_113154.png "2019-07-05_092451.png")