Skip to content

Latest commit

 

History

History
217 lines (115 loc) · 4.93 KB

README-EN.md

File metadata and controls

217 lines (115 loc) · 4.93 KB

SMQTTX

apache reactor-netty reactor3 ignite ignite

Function list

Click I open/close the function list

Project introduction

smqttx

Java based distributed MQTT message proxy server for Internet of Things

Official website

[Official website address]( https://www.smqtt.cc )

Background

The distributed MQTT cluster is implemented based on Netty, and provides fast access and configuration capabilities. It provides a unified access management platform. It can complete the access of tens of millions of devices without complex configuration.

Quick Start

smqttx

Dependency

<dependency>
  <artifactId>smqttx-spring-boot-starter</artifactId>
  <groupId>io.github.quickmsg</groupId>
  <version>2.0.11</version>
</dependency>
        <!--Mask h2 database version conflicts-->
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.197</version>
</dependency>

Config

application.yaml add config:

config

Start

Add on the SpringBootApplication startup class

`@EnableMqttServer ', and then start the service

Please check config you want:

File Name Style Preview
----------- -----------------------------------------------------
mqtt config https://wiki.smqtt.cc/smqttx/mqtt/1.mqtt.html
acl config https://wiki.smqtt.cc/smqttx/acl/1.acl.html
auth config https://wiki.smqtt.cc/smqttx/auth/1.auth.html
http config https://wiki.smqtt.cc/smqttx/http/1.http.html
ws config https://wiki.smqtt.cc/smqttx/ws/1.ws.html
cluster config https://wiki.smqtt.cc/smqttx/cluster/1.cluster.html
ssl/tls config https://wiki.smqtt.cc/smqttx/ssl/1.ssl.html

Maintainer

Thanks to the maintainers of these projects:

misitebao

Click I Open/Close Maintainer List
[

Contributors

Thank all the contributors who participated in the development of SMQTTX. [List of contributors]( https://github.com/quickmsg/smqttx/graphs/contributors )

Components

License

License APACHE 2.0

Contact We

Add WeChat 17512575402