基于netty实现mqtt协议 服务器端开发
☆39May 14, 2018Updated 8 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 8 months ago
- 基于netty的UDP物联网网关程序,设备报文可转发至KAFKA或MQTT broker☆10Jun 17, 2022Updated 3 years 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
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- This is the plugin for Jmeter to Test MQTT protocol☆10Jan 29, 2018Updated 8 years ago
- A simple MQTT java client utilizing Spring Boot and the Eclipse Paho Client. Supports SSL connections and importing files to send as data…☆14Dec 27, 2016Updated 9 years ago
- 一个基于POP3和SMTP协议的邮件收发库☆10Aug 1, 2016Updated 9 years ago
- 基于Netty的异步非阻塞IOT服务器。☆15Dec 15, 2017Updated 8 years ago
- 基于netty+mqtt3.1.1+springboot+jdk8 实现的 mqtt 服务端跟客户端☆407Jan 14, 2022Updated 4 years ago
- 插件化☆13Jan 27, 2026Updated 3 months ago
- 网盘项目☆10Mar 9, 2017Updated 9 years ago
- 基于搜索引擎实现网盘搜索☆12Nov 15, 2018Updated 7 years ago
- 基于springboot容器,zokeeper分布式协调服务,dubbo分布式服务框架,redis缓存,spring jdbctemplate,mybatis持久层框架,mysql数据库等,加入netty+mqtt☆14May 27, 2025Updated last year
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- 使用Java AIO实现的MQTT协议服务器,用于推送和IM聊天☆328May 8, 2020Updated 6 years ago
- java快速上手的网络IO框架,基于netty, google protobuf 数据传输协议,disruptor队列,zookeeper服务注册发现,支持心跳检测,断线重连,tcp连接池,注解分发消息。用于服务器间长连接通讯,可搭建分布式服务器以及分布式游戏。☆22Oct 4, 2022Updated 3 years ago
- ☆60Sep 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☆345Jun 23, 2025Updated 11 months ago
- 利用docker快速构建Nginx+Keepalived双主集群实现负载均衡☆31Jan 23, 2018Updated 8 years ago
- Open source password manager - Proton Pass • AdSecurely store, share, and autofill your credentials with Proton Pass, the end-to-end encrypted password manager trusted by millions.
- 分布式物联网平台可使用户免开发对模块进行管脚管理,串口收发等操作。☆22Mar 18, 2024Updated 2 years ago
- 使 用一致性哈希consistent-hashing来实现分布式redis,基于spring使用的缓存工具☆14Aug 3, 2017Updated 8 years ago
- 设备协议网关,用于接收(MQTT,UDP)消息并将报文协议转换为jetlinks协议☆42Jan 16, 2020Updated 6 years ago
- ☆16Apr 2, 2025Updated last year
- 支付订单系统分表分库高并发实现☆13Mar 31, 2022Updated 4 years ago
- j360系列 - 缓存异步写数据库的框架☆15Apr 14, 2016Updated 10 years ago
- 测试 Spring 事务的各种传播行为☆13Apr 27, 2014Updated 12 years ago
- mqtt压测工具。支持subscribe、publish压测方式,支持模拟客户端连接数。☆102Mar 30, 2019Updated 7 years ago
- HttpClient和WebService编写的客户端程序☆16Dec 21, 2017Updated 8 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- Java + Netty 实现的高并发高可用MQTT服务broker,轻松支持10万并发(有群友实现了130万在线)☆727Apr 2, 2026Updated last month
- ☆10Feb 18, 2017Updated 9 years ago
- A distributed MQTT broker,based on raft and rocksdb. 基于raft协议与rocksdb实现,完整V3.1.1协议规范实现.☆68Aug 4, 2020Updated 5 years ago
- 基于Netty+MQTT的高性能推送服务框架。支持普通Socket、MQTT、MQTT web socket协议。非常方便接入上层业务实现推送业务。☆638Jul 12, 2025Updated 10 months ago
- 使用spring boot + netty进行搭建,主要做软件和智能硬件之间的通信框架,基于TCP长连接的socket通信。☆85Jul 20, 2023Updated 2 years ago
- Springboot读写分离,其实这个是在代码上面处理,实现动态数据源通过反射,AOP方式进行切换。其实在数据库方面,要做到主从同步。可以参照我的博客配置主从同步(MYSQL)https://jordenlwq.github.io/2017/12/06/hello-worl…☆15Apr 2, 2018Updated 8 years ago
- 一个Ftp连接池的starter,可以集成到Springboot中☆15Aug 2, 2018Updated 7 years ago