All Projects → Cicizz → Jmqtt

Cicizz / Jmqtt

Licence: apache-2.0
A MQTT broker,implemented by java and netty,support persistence and cluster

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Jmqtt

gmqtt
Golang MQTT Broker.
Stars: ✭ 75 (-76.56%)
Mutual labels:  mqtt, mq
Wolfmqtt
wolfMQTT is a small, fast, portable MQTT client implementation, including support for TLS 1.3.
Stars: ✭ 316 (-1.25%)
Mutual labels:  mqtt, iot
Fuxa
Web-based Process Visualization (SCADA/HMI/Dashboard) software
Stars: ✭ 262 (-18.12%)
Mutual labels:  mqtt, iot
Pjon
PJON (Padded Jittering Operative Network) is an experimental, arduino-compatible, multi-master, multi-media network protocol.
Stars: ✭ 2,615 (+717.19%)
Mutual labels:  mqtt, iot
Socket Mqtt
基于Netty+MQTT的高性能推送服务框架。支持普通Socket、MQTT、MQTT web socket协议。非常方便接入上层业务实现推送业务。
Stars: ✭ 314 (-1.87%)
Mutual labels:  mqtt, iot
Basecamp
An Arduino library to ease the use of the ESP32 in IoT projects
Stars: ✭ 251 (-21.56%)
Mutual labels:  mqtt, iot
Rumqtt
Mqtt ecosystem in rust
Stars: ✭ 264 (-17.5%)
Mutual labels:  mqtt, iot
Esp8266 React
A framework for ESP8266 & ESP32 microcontrollers with a React UI
Stars: ✭ 193 (-39.69%)
Mutual labels:  mqtt, iot
Esphome
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
Stars: ✭ 4,324 (+1251.25%)
Mutual labels:  mqtt, iot
Awesome Home Assistant
A curated list of amazingly awesome Home Assistant resources.
Stars: ✭ 3,487 (+989.69%)
Mutual labels:  mqtt, iot
Vernemq
A distributed MQTT message broker based on Erlang/OTP. Built for high quality & Industrial use cases.
Stars: ✭ 2,628 (+721.25%)
Mutual labels:  mqtt, iot
Paho.mqtt.wxapp
接MQTT相关项目 paho.mqtt.wxapp可以让你在微信小程序里连接MQTT broker,实现在小程序里控制硬件,也可用于游戏,已测试的broker有mosquitto、emqtt、hivemq、百度物联网 MQTT QQ群:679985050
Stars: ✭ 295 (-7.81%)
Mutual labels:  mqtt, iot
Wthermostatbeca
Replaces original Tuya firmware on Beca thermostat with ESP8266 wifi module
Stars: ✭ 204 (-36.25%)
Mutual labels:  mqtt, iot
Tasmota
Alternative firmware for ESP8266 with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at
Stars: ✭ 16,624 (+5095%)
Mutual labels:  mqtt, iot
Iot Dc3
IOT DC3 is an open source, distributed Internet of Things (IOT) platform based on Spring Cloud. It is used for rapid development of IOT projects and management of IOT devices. It is a set of solutions for IOT system.
Stars: ✭ 195 (-39.06%)
Mutual labels:  mqtt, iot
Tuya Convert
A collection of scripts to flash Tuya IoT devices to alternative firmwares
Stars: ✭ 3,338 (+943.13%)
Mutual labels:  mqtt, iot
Blynk Server
Blynk is an Internet of Things Platform aimed to simplify building mobile and web applications for the Internet of Things. Easily connect 400+ hardware models like Arduino, ESP8266, ESP32, Raspberry Pi and similar MCUs and drag-n-drop IOT mobile apps for iOS and Android in 5 minutes
Stars: ✭ 8 (-97.5%)
Mutual labels:  mqtt, iot
Platypush
A versatile and extensible platform for home and life automation with hundreds of supported integrations
Stars: ✭ 192 (-40%)
Mutual labels:  mqtt, iot
Dashboard
🌟 Create IoT applications. Wire devices together regardless their brand or technology.
Stars: ✭ 283 (-11.56%)
Mutual labels:  mqtt, iot
Openremote
100% open-source IoT Platform - Integrate your assets, create rules, and visualize your data
Stars: ✭ 254 (-20.62%)
Mutual labels:  mqtt, iot

English | 中文

Jmqtt

Jmqtt logo

Features

  • Full support of mqtt3.1.1 protocol
  • Support data persistence and clustering based on MySQL
  • Support friendly secondary development, plug-in development: cluster / storage / device connection, publish subscribe authentication
  • Support tcp, websocket, SSL, WSS
  • Support cluster based on redis
  • Support embedded start use memory but not support cluster
  • Support sprint-boot-jmqtt-starter
  • Support test cases

Official documents

Official documents

Quick start

  1. Download release (Version above 3. X) Or clone this project
  2. Execute in the root directory:mvn -Ppackage-all -DskipTests clean install -U
  3. Configuration file for configuration response:/jmqtt-broker/resources/conf
  4. Execute the start command:java -jar jmqtt-broker-3.0.0.jar -h ${conf文件目录} -H is followed by the configuration file directory, which needs to contain jmqtt.properties And log4j2. XML

Online trial

Server address: 81.69.46.38 TCP port: 1883 Websocket port: 8883 SSL port: 1884 WSS port: 8884

QQ technology exchange group

jmqtt技术交流群

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].