create emqx project

Ayodele 56d7b3deb1 Umbrella fix build (#8) 5 лет назад
.github 558f28ba27 refactor(build): Add dialyzer Makefile target 5 лет назад
apps 56d7b3deb1 Umbrella fix build (#8) 5 лет назад
bin 084ce97d41 fix(rel): rel_vsn renamed to release_version 5 лет назад
data 084ce97d41 fix(rel): rel_vsn renamed to release_version 5 лет назад
etc 73d02beace refactor(apps): Merge emqx_libs back to emqx 5 лет назад
include 43b49edd28 feature(alarm): new design for alarm 5 лет назад
mods 50387eab11 fix(build): remove trailing line-break in version 5 лет назад
priv 7b98f62f7a fix(config): enable force_shutdown_policy by default 5 лет назад
src 56d7b3deb1 Umbrella fix build (#8) 5 лет назад
test 6d1cd6b7ea refactor(emqx_password): move the module to emqx application 5 лет назад
vars 151d820058 feature(project): change to rebar3 umbrella project 5 лет назад
.editorconfig 7f12db0180 add editorconfig for emqx 7 лет назад
.gitignore 49d15d974a build(make): add xref, dialyzer command 5 лет назад
LICENSE 94c3e69b44 Licensed under the Apache, Version 2.0 10 лет назад
Makefile 558f28ba27 refactor(build): Add dialyzer Makefile target 5 лет назад
README-CN.md aaa2c48758 Update README 5 лет назад
README.md c13cf20374 docs(README): update build from source methods 5 лет назад
docker.mk 151d820058 feature(project): change to rebar3 umbrella project 5 лет назад
ensure-rebar3.sh f2aede75cb refactor(script): Use sh not bash 5 лет назад
packages.mk 82c14c75e2 refactor(build): Delete _checkouts 5 лет назад
rebar.config 4cfe4e9940 fix(eqmx_sasl): Dialyzer warning 5 лет назад
rebar.config.erl c4d84f9eb3 chore(build): remove emqtt deps from test profile 5 лет назад
sync-apps.sh 6d1cd6b7ea refactor(emqx_password): move the module to emqx application 5 лет назад

README-CN.md

EMQ X Broker

GitHub Release Build Status Coverage Status Docker Pulls Slack Invite Twitter

最棒的物联网 MQTT 开源团队期待您的加入

English | 简体中文

EMQ X 是一款完全开源,高度可伸缩,高可用的分布式 MQTT 消息服务器,适用于 IoT、M2M 和移动应用程序,可处理千万级别的并发客户端。

从 3.0 版本开始,EMQ X 完整支持 MQTT V5.0 协议规范,向下兼容 MQTT V3.1 和 V3.1.1,并支持 MQTT-SN、CoAP、LwM2M、WebSocket 和 STOMP 等通信协议。EMQ X 3.0 单集群可支持千万级别的 MQTT 并发连接。

安装

EMQ X 是跨平台的,支持 Linux、Unix、macOS 以及 Windows。这意味着 EMQ X 可以部署在 x86_64 架构的服务器上,也可以部署在 Raspberry Pi 这样的 ARM 设备上。

EMQ X Docker 镜像安装

docker run -d --name emqx -p 1883:1883 -p 8083:8083 -p 8883:8883 -p 8084:8084 -p 18083:18083 emqx/emqx

二进制软件包安装

需从 EMQ X 下载 页面获取相应操作系统的二进制软件包。

从源码构建

3.0 版本开始,构建 EMQ X 需要 Erlang/OTP R21+。

git clone https://github.com/emqx/emqx-rel.git

cd emqx-rel && make

cd _rel/emqx && ./bin/emqx console

快速入门

# Start emqx
./bin/emqx start

# Check Status
./bin/emqx_ctl status

# Stop emqx
./bin/emqx stop

EMQ X 启动,可以使用浏览器访问 http://localhost:18083 来查看 Dashboard。

FAQ

访问 EMQ X FAQ 以获取常见问题的帮助。

产品路线

通过 EMQ X Roadmap uses Github milestones 参与跟踪项目进度。

社区、讨论、贡献和支持

你可通过以下途径与 EMQ 社区及开发者联系:

欢迎你将任何 bug、问题和功能请求提交到 emqx/emqx

MQTT 规范

你可以通过以下链接了解与查阅 MQTT 协议:

MQTT Version 3.1.1

MQTT Version 5.0

MQTT SN

开源许可

Apache License 2.0, 详见 LICENSE