create emqx project

ayodele.akingbule 51c62dfe65 fix(emqx_auth_mnesia_api): fix Dialyzer warnings пре 5 година
.github 558f28ba27 refactor(build): Add dialyzer Makefile target пре 5 година
apps 51c62dfe65 fix(emqx_auth_mnesia_api): fix Dialyzer warnings пре 5 година
bin 084ce97d41 fix(rel): rel_vsn renamed to release_version пре 5 година
data 084ce97d41 fix(rel): rel_vsn renamed to release_version пре 5 година
etc 4fbc64d84e chore(release): Add OTP_VERSION file to release dir пре 5 година
include 43b49edd28 feature(alarm): new design for alarm пре 5 година
mods 50387eab11 fix(build): remove trailing line-break in version пре 5 година
priv 17e0409c09 feat(ssl): supports configuration of keyfile password пре 5 година
src 7bdd093ef5 Merge remote-tracking branch 'origin/dev/v4.3.0' into umbrella-fix-build пре 5 година
test 826419df5f test(limiter): more robust asserting logic пре 5 година
vars 151d820058 feature(project): change to rebar3 umbrella project пре 5 година
.editorconfig 7f12db0180 add editorconfig for emqx пре 7 година
.gitignore c95e9add2d chore(git): update .gitignore пре 5 година
.tool-versions 08d4678ac7 chore(build): Pin rebar3 version 3.14.3-emqx-2 пре 5 година
LICENSE 94c3e69b44 Licensed under the Apache, Version 2.0 пре 10 година
Makefile 8bb5dc5e66 chore(build): Add examples of how to run test cases in README пре 5 година
README-CN.md aaa2c48758 Update README пре 5 година
README.md 8bb5dc5e66 chore(build): Add examples of how to run test cases in README пре 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 952c140138 chore(build): Skip relup when there is no upgrade base пре 5 година
rebar.config 4fbc64d84e chore(release): Add OTP_VERSION file to release dir пре 5 година
rebar.config.erl 4fbc64d84e chore(release): Add OTP_VERSION file to release dir пре 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