• Stars
    star
    293
  • Rank 141,748 (Top 3 %)
  • Language
    Java
  • Created over 7 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

springboot集成netty,使用protobuf作为数据传输格式,包含心跳检测、断开重连、上传数据、主动推送功能.

springboot-netty-protobuf

一、说明

springboot集成netty,使用protobuf作为数据交换格式,可以用于智能终端云端服务脚手架。

  • 已完成功能(2017/03/12)
    1. 接入验证
    • 心跳检测
    • 断开重连
    • 上传数据
    • 主动推送功能
  • 待完成
    1. SSL验证
    • 上传文件

二、开发环境

  • JDK8+
  • Eclipse Neon.2 Release
  • springboot1.4.2
  • Netty4.1.6.Final
  • protobuf-java3.0.0

三、使用方法

项目里面包含Socket客户端和服务端

  • 找到com.netty.server.Application类右键debug as启动SocketServer
  • 找到com.netty.client.NettyClient类右键debug as启动客户端

PS:我的公众号: