zhangjun1998 / z-mqttLinks
MQTT协议的Broker(服务器)端实现,单机最低可支持2w+并发连接数,支持SSL加密及WebSocket连接。与Eclipse的Mosquitto功能类似,但拥有更高的并发承受能力。
☆13Updated 3 years ago
Alternatives and similar repositories for z-mqtt
Users that are interested in z-mqtt are comparing it to the libraries listed below
Sorting:
- 响应式的MQTT Broker项目,计划支持MQTT,WebSocket,CoAP,XMPP等常用的物联网协议。☆22Updated 3 years ago
- 分布式物联网平台可使用户免开发对模块进行管脚管理,串口收发等操作。☆21Updated last year
- EasyLinker-物联网云控制平台☆9Updated 7 years ago
- coap编解码器☆11Updated 8 months ago
- SpringBoot、Netty、Mqtt、物联网开发实践和总结☆53Updated 2 weeks ago
- 基于 MQTT协议 物联网 智能家居 管理平台☆26Updated 8 months ago
- 基于微服务的消防物联网云平台☆22Updated 2 years ago
- 开箱即用的物联网平台,支持物模型、自定义数据解析协议、分布式部署等,让开发者只需要关注自己的业务实现,不需要关心设备设备上报数据以及存储☆41Updated 2 years ago
- 万联物联网平台,基于Java8,Spring Boot2.2.13 ,SpringMVC,AdminLTE等开发。支持物模型管理,多种设备,多种厂家,统一管理。统一设备连接管理,多协议适配(TCP,MQTT,HTTP等),灵活接入不同厂家不同协议等设备。实时数据处理,设备告…☆18Updated last year
- iot-dc3 open-source iot platform device management, data collection, processing and visualization for your IoT solution。iot-dc3是一个开源的、分布…☆23Updated 6 years ago
- fast-cloud是一款微服务系统,采用前后端分离模式, 后台采用Spring cloud Alibaba作为微服务框架,基于OAuth2 的RBAC权限管理,集成Sentinel从流量控制、熔断降级、系统负载等多个维度保护服务的稳定性,采用Nacos作为注册中心和配置中…☆8Updated 4 years ago
- IoT物联网云平台☆32Updated 3 years ago
- easymqtt4j , netty +mqtt +subscriber+ publisher +broker+cluster server for java☆12Updated 3 months ago
- 设备注册中心redis实现☆11Updated 5 years ago
- 本系统是一个SpringCloud微服务中后台管理系统,前端基于VUE3和ElementPlus实现,开发SpringCloud系列微服务的架构解决方案,并且集成了Oauth2.0单点登录,支持手机验证码,微信小程序等第三方登录授权,后续会集成uniapp等框架,打造APP…☆18Updated 3 years ago
- xnetter是基于netty的网络框架,实现了tcp、udp、http/https、websocket/wss通用框架。其中http/https支持文件下载、文件展示和文件上传,tcp/udp支持加密算法(tcp还支持ssl)。☆14Updated 4 years ago
- 分享,总结与记录☆18Updated 6 years ago
- MicroIoT-极速构建你的物联网产品。https://www.microiot.top☆32Updated 4 years ago
- 基于物联网技术以及人脸识别技术,系统底层采用ESP32开发板为核心,在ESP32开发板上接入了红外对管传感器、蜂鸣器、电磁锁等元器件,当有人暴力开锁触发红外报警信息时,便会通过蜂鸣器报警。应用层PC端使用摄像头实现人脸识别,实现用户登录以及收银台解锁,通过TCP协议与云主机…☆15Updated 4 years ago
- `gps180`一个在Spring Boot2. X上开发Gps平台,使用Spring Boot、Shiro、MyBatis、Redis、Bootstrap、Vue2.x等框架,包括:Gps的一般监控,围栏,报警,命令,SIM,数据分析,2压点,子帐号,精准权限等Gps平台…☆14Updated 5 years ago
- 一丰商城 (Spring Boot + Dubbo + Zookeeper 的分布式微服务架构解决方案项目)☆9Updated 6 years ago
- springboot基于netty与4G DTU物联网设备通信,接收和下发数据和指令,进行远程控制,该项目与vue app是配套的,vue demo项目可打包进行网页pc部署,也可打包成app,网页部署最好用nginx进行反向代理,相关的资料网上很好找☆11Updated 4 years ago
- 短信平台,基于Netty的短信网关。基于Spring Cloud(Finchley版本)架构体系,整合各微服务基础组件的最新最全的脚手架工程。微服务架构: Spring Cloud全家桶 + Spring boot 2.x + Shiro 1.4.0 + Mybatis +…☆16Updated 3 years ago
- 股票预警助手(stock alert helper)☆19Updated last month
- 在线直播/录播教育平台 开发中☆22Updated 4 years ago
- 做个简单易用的SpringBootCMS BackEnd后台:SpringBoot2 + MybatisPlus3 + Freemarker AdminUI管理页面:LayMini2(based on LayUI) FrontEndUI前端页面:Bootstrap3/4☆16Updated last year
- 企业级五金Saas孵化电商项目-直链网☆10Updated 2 years ago
- 👻基于SpringBoot实现的modbus心跳通信☆17Updated 5 years ago
- wumei-iot是一套开源的软硬件系统,可用于二次开发和学习,快速搭建自己的物联网/智能家居系统。硬件工程师可以把自己的设备集成到系统;软件工程师可以使用项目中的设备熟悉软硬件交互。☆62Updated 3 years ago
- java对象和json数据之间的转换方式一般有两种,一种是引用第三方的jar包,如Gson(谷歌)、Fastjson(阿里)、Jackson等,这种方式优点是语法精练,可以实现一句话转化,但缺点是会引入庞大的第三方库,第二种是直接使用Java自带的org.json解析,但这…☆9Updated 7 years ago