Giter Club home page Giter Club logo

mqttserver's Introduction

mqttserver

mqttserver,基于netty 4.1.1,可解码http、mqtt协议请求。 项目包括 1.基于netty绑定端口监听,对于mqtt消息和http请求消息分别绑定不同的监听端口; 2.在MQTTServerInitializer中,分别添加mqtt编码解码器和http编码解码器,并分别将自定义的mqtt消息处理handle类和http消息handle类添加到信道中。添加心跳监听 3.在MQTTServerHandler中实现对mqtt消息的自定义处理。该handle类中处理包含内容:

对长链接通道建立clientid-channel内存缓存;

客户端接入时的在线状态处理;

对于不同类型的mqtt消息的分发处理;

连接断开时,客户端的离线状态处理;

心跳超时处理;

消息发布/订阅处理;

4.HttpServerHandler类实现对http消息的自定义处理。该handle类包含以下内容:

对一次完整的http请求进行解码然后处理该请求。

本项目采用log4j2管理日志。

mqttserver's People

Contributors

binggu1993 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.