基于netty实现mqtt协议 服务器端开发
☆38May 14, 2018Updated 7 years ago
Alternatives and similar repositories for mqttserver
Users that are interested in mqttserver are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- MQTT broker for java based on Netty☆15Sep 2, 2025Updated 6 months ago
- 基于netty的mqtt服务☆14Feb 1, 2018Updated 8 years ago
- springboot+mtqq+netty(一个简单的IoT开发的Java交互后端,也可以用来做即时通信)☆41Mar 6, 2018Updated 8 years ago
- Java Mqtt server/broker base on netty, mongodb, redis and spring boot☆14Sep 27, 2016Updated 9 years ago
- This is the plugin for Jmeter to Test MQTT protocol☆10Jan 29, 2018Updated 8 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- 一个基于POP3和SMTP协议的邮件收发库☆10Aug 1, 2016Updated 9 years ago
- 基于Netty的异步非阻塞IOT服务器。☆15Dec 15, 2017Updated 8 years ago
- SpringBoot+Zookeeper+Seata实现Dubbo分布式事务管理☆20Jun 21, 2022Updated 3 years ago
- 网盘项目☆10Mar 9, 2017Updated 9 years ago
- easymqtt4j , netty +mqtt +subscriber+ publisher +broker+cluster server for java☆12Apr 1, 2025Updated 11 months ago
- 基于搜索引擎实现网盘搜索☆12Nov 15, 2018Updated 7 years ago
- 基于springboot容器,zokeeper分布式协调服务,dubbo分布式服务框架,redis缓存,spring jdbctemplate,mybatis持久层框架,mysql数据库等,加入netty+mqtt☆14May 27, 2025Updated 10 months ago
- 使用Java AIO实现的MQTT协议服务器,用于推送和IM聊天☆328May 8, 2020Updated 5 years ago
- java快速上手的网络IO框架,基于netty, google protobuf 数据传输协议,disruptor队列,zookeeper服务注册发现,支持心跳检测,断线重连,tcp连接池,注解分发消息。用于服务器间长连接通讯,可搭建分布式服务器以及分布式游戏。☆21Oct 4, 2022Updated 3 years ago
- Simple, predictable pricing with DigitalOcean hosting • AdAlways know what you'll pay with monthly caps and flat pricing. Enterprise-grade infrastructure trusted by 600k+ customers.
- ☆61Sep 29, 2023Updated 2 years ago
- MQTT协议的Broker(服务器)端实现,单机最低可支持2w+并发连接数,支持SSL加密及WebSocket连接。与Eclipse的Mosquitto功能类似,但拥有更高的并发承受能力。☆13Mar 8, 2022Updated 4 years ago
- 面向学校、学院、老师的网盘,存储个人文件资源☆17Jan 4, 2018Updated 8 years ago
- 基于Netty实现轻量级的微服务通讯网关。主要实现了安全、流控、代理、路由等功能。☆18Oct 28, 2016Updated 9 years ago
- 项目中为了提高tps(并发量),常采用读写分离的方式。这个demo实现了动态切换数据源的例子(1:用注解,aop实现自动切换;2手动切换)☆13Aug 4, 2023Updated 2 years ago
- MQTTX Project 完整实现 mqttv3.1.1 协议,旨在提供易于使用且性能优异的 mqtt broker☆344Jun 23, 2025Updated 9 months ago
- 分布式物联网平台可使用户免开发对模块进行管脚管理,串口收发等操作。☆21Mar 18, 2024Updated 2 years ago
- 设备协议网关,用于接收(MQTT,UDP)消息并将报文协议转换为jetlinks协议☆41Jan 16, 2020Updated 6 years ago
- 使用一致性哈希consistent-hashing来实现分布式redis,基于spring使用的缓存工具☆14Aug 3, 2017Updated 8 years ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- ☆16Apr 2, 2025Updated 11 months ago
- 支付订单系统分表分库高并发实现☆13Mar 31, 2022Updated 3 years ago
- j360系列 - 缓存异步写数据库的框架☆15Apr 14, 2016Updated 9 years ago
- a IoT data collector framework and power by springboot+netty+rabbitmq/kafka - 中国加油!武汉加油!☆138Jun 17, 2022Updated 3 years ago
- 测试 Spring 事务的各种传播行为☆13Apr 27, 2014Updated 11 years ago
- mqtt压测工具。支持subscribe、publish压测方式,支持模拟客户端连接数。☆102Mar 30, 2019Updated 6 years ago
- HttpClient和WebService编写的客户端程序☆16Dec 21, 2017Updated 8 years ago
- Java + Netty 实现的高并发高可用MQTT服务broker,轻松支持10万并发(有群友实现了130万在线)☆724Mar 8, 2025Updated last year
- A distributed MQTT broker,based on raft and rocksdb. 基于raft协议与rocksdb实现,完整V3.1.1协议规范实现.☆67Aug 4, 2020Updated 5 years ago
- DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- 基于Netty的物联网网关☆16Jun 17, 2022Updated 3 years ago
- Springboot读写分离,其实这个是在代码上面处理,实现动态数据源通过反射,AOP方式进行切换。其实在数据库方面,要做到主从同步。可以参照我的博客配置主从同步(MYSQL)https://jordenlwq.github.io/2017/12/06/hello-worl…☆16Apr 2, 2018Updated 7 years ago
- 豆瓣近期电影爬取,并使用三维相册展示。☆27Nov 11, 2017Updated 8 years ago
- JAVA RPC框架,基于netty,kryo,zookeeper 和 spring实现,可无缝接入Spring,客户端和服务器端均采用异步处理,实现20000+TPS。负载均衡策略为轮询。☆15May 25, 2017Updated 8 years ago
- 基于mqtt实现的即时通讯IM服务☆41Sep 15, 2016Updated 9 years ago
- JeeSpringCloud(功能全开源!每周周一再更新!)-互联网云快速开发框架,微服务分布式代码生成的敏捷开发系统架构。项目代码简洁,注释丰富,上手容易,还同时集中分布式、微服务,同时包含许多基础模块和监控、服务模块。模块包括:定时任务调度、服务器监控、平台监控、平台设…☆53Sep 7, 2018Updated 7 years ago
- Zero-copy, interruptible MQTT protocol parser and serialiser written in C☆42Mar 1, 2014Updated 12 years ago