Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(readme): update readme #982

Merged
merged 1 commit into from
Jul 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 15 additions & 8 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,11 @@ MQTT X 为连接测试 EMQX 等 MQTT 消息服务器而生,一键式的连接

## 社区

访问 [EMQ 问答社区](https://askemq.com/) 以获取帮助,也可以分享您的想法或项目。

可通过以下方式与其他社区成员进行沟通

| 方式 | 内容 |
| ---- | ---- |
| EMQX 官方公众号 | <img src="./assets/wx_qr_code.png" width="160" alt="EMQX Wechat"/> |
| EMQX 微信群(扫码添加后邀请入群)| <img src="./assets/emqx_wx.jpeg" width="160" alt="WeChat QR code"/> |
- 访问 [EMQ 问答社区](https://askemq.com/) 以获取帮助,也可以分享您的想法或项目。
- 添加小助手微信号 `emqmkt`,加入 EMQ 微信技术交流群。
- 加入我们的 [Discord](https://discord.gg/xYGf3fQnES),参于实时讨论。
- 关注我们的 [bilibili](https://space.bilibili.com/522222081),获取最新物联网技术分享。
- 关注我们的 [微博](https://weibo.com/emqtt) 或 [Twitter](https://twitter.com/EMQTech),获取 EMQ 最新资讯。

## 开发

Expand Down Expand Up @@ -142,6 +139,16 @@ yarn run electron:build-mac
- [sqlite3](https://github.com/mapbox/node-sqlite3)
- [MQTT.js](https://github.com/mqttjs/MQTT.js)

## 相关资源

- [MQTT 入门及进阶](https://www.emqx.com/zh/mqtt)

EMQ 提供了通俗易懂的技术文章及简单易用的客户端工具,帮助您学习 MQTT 并快速入门 MQTT 客户端编程。

- [MQTT SDKs](https://www.emqx.com/zh/mqtt-client-sdk)

我们选取了各个编程语言中热门的 MQTT 客户端 SDK,并提供代码示例,帮助您快速掌握 MQTT 客户端库的使用。

## License

Apache License 2.0, see [LICENSE](https://github.com/emqx/MQTTX/blob/master/LICENSE).
19 changes: 15 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,12 @@ MQTT X is designed to connect to test MQTT Brokers such as EMQX, The one-click c

[Download EMQX locally right now](https://www.emqx.com/en/try?product=enterprise)

## Community
## Get Involved

The MQTT X community can be found on [GitHub Discussions](https://github.com/emqx/MQTTX/discussions), where you can ask questions, voice ideas, and share your projects.

To chat with other community members you can join the [EMQX Slack](https://slack-invite.emqx.io) or [Discord](https://discord.gg/xYGf3fQnES).
- Follow [@EMQTech on Twitter](https://twitter.com/EMQTech).
- If you have a specific question, check out our [discussion forums](https://github.com/emqx/emqx/discussions).
- For general discussions, join us on the [official Discord](https://discord.gg/xYGf3fQnES) team.
- Keep updated on [EMQX YouTube](https://www.youtube.com/channel/UC5FjR77ErAxvZENEWzQaO5Q) by subscribing.

## Develop

Expand Down Expand Up @@ -137,6 +138,16 @@ Please make sure to read the [Contributing Guide](https://github.com/emqx/MQTTX/
- [SQLite](https://github.com/mapbox/node-sqlite3)
- [MQTT.js](https://github.com/mqttjs/MQTT.js)

## Resources

- [MQTT client programming](https://www.emqx.com/en/blog/tag/mqtt-client-programming)

A series of blogs to help developers get started quickly with MQTT in PHP, Node.js, Python, Golang, and other programming languages.

- [MQTT SDKs](https://www.emqx.com/en/mqtt-client-sdk)

We have selected popular MQTT client SDKs in various programming languages and provided code examples to help you quickly understand the use of MQTT clients.

## License

Apache License 2.0, see [LICENSE](https://github.com/emqx/MQTTX/blob/master/LICENSE).
13 changes: 5 additions & 8 deletions cli/README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,14 +188,11 @@ MQTT X 为连接测试 EMQX 等 MQTT 消息服务器而生,一键式的连接

## 社区

访问 [EMQ 问答社区](https://askemq.com/) 以获取帮助,也可以分享您的想法或项目。

可通过以下方式与其他社区成员进行沟通

| 方式 | 内容 |
| ---- | ---- |
| EMQX 官方公众号 | <img src="../assets/wx_qr_code.png" width="160" alt="EMQX Wechat"/> |
| EMQX 微信群(扫码添加后邀请入群)| <img src="../assets/emqx_wx.jpeg" width="160" alt="WeChat QR code"/> |
- 访问 [EMQ 问答社区](https://askemq.com/) 以获取帮助,也可以分享您的想法或项目。
- 添加小助手微信号 `emqmkt`,加入 EMQ 微信技术交流群。
- 加入我们的 [Discord](https://discord.gg/xYGf3fQnES),参于实时讨论。
- 关注我们的 [bilibili](https://space.bilibili.com/522222081),获取最新物联网技术分享。
- 关注我们的 [微博](https://weibo.com/emqtt) 或 [Twitter](https://twitter.com/EMQTech),获取 EMQ 最新资讯。

## 开发

Expand Down
9 changes: 5 additions & 4 deletions cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,11 +185,12 @@ MQTT X is designed to connect to test MQTT Brokers such as EMQX, The one-click c

[Download EMQX locally right now](https://www.emqx.com/en/try?product=enterprise)

## Community
## Get Involved

The MQTT X community can be found on [GitHub Discussions](https://github.com/emqx/MQTTX/discussions), where you can ask questions, voice ideas, and share your projects.

To chat with other community members you can join the [EMQX Slack](https://slack-invite.emqx.io) or [Discord](https://discord.gg/xYGf3fQnES).
- Follow [@EMQTech on Twitter](https://twitter.com/EMQTech).
- If you have a specific question, check out our [discussion forums](https://github.com/emqx/emqx/discussions).
- For general discussions, join us on the [official Discord](https://discord.gg/xYGf3fQnES) team.
- Keep updated on [EMQX YouTube](https://www.youtube.com/channel/UC5FjR77ErAxvZENEWzQaO5Q) by subscribing.

## Develop

Expand Down
13 changes: 5 additions & 8 deletions web/README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,11 @@ MQTT X 为连接测试 EMQX 等 MQTT 消息服务器而生,一键式的连接

## 社区

访问 [EMQ 问答社区](https://askemq.com/) 以获取帮助,也可以分享您的想法或项目。

可通过以下方式与其他社区成员进行沟通

| 方式 | 内容 |
| ---- | ---- |
| EMQX 官方公众号 | <img src="../assets/wx_qr_code.png" width="160" alt="EMQX Wechat"/> |
| EMQX 微信群(扫码添加后邀请入群)| <img src="../assets/emqx_wx.jpeg" width="160" alt="WeChat QR code"/> |
- 访问 [EMQ 问答社区](https://askemq.com/) 以获取帮助,也可以分享您的想法或项目。
- 添加小助手微信号 `emqmkt`,加入 EMQ 微信技术交流群。
- 加入我们的 [Discord](https://discord.gg/xYGf3fQnES),参于实时讨论。
- 关注我们的 [bilibili](https://space.bilibili.com/522222081),获取最新物联网技术分享。
- 关注我们的 [微博](https://weibo.com/emqtt) 或 [Twitter](https://twitter.com/EMQTech),获取 EMQ 最新资讯。

## 开发

Expand Down
9 changes: 5 additions & 4 deletions web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,12 @@ MQTT X is designed to connect to test MQTT Brokers such as EMQX, The one-click c

[Download EMQX locally right now](https://www.emqx.com/en/try?product=enterprise)

## Community
## Get Involved

The MQTT X community can be found on [GitHub Discussions](https://github.com/emqx/MQTTX/discussions), where you can ask questions, voice ideas, and share your projects.

To chat with other community members you can join the [EMQX Slack](https://slack-invite.emqx.io) or [Discord](https://discord.gg/xYGf3fQnES).
- Follow [@EMQTech on Twitter](https://twitter.com/EMQTech).
- If you have a specific question, check out our [discussion forums](https://github.com/emqx/emqx/discussions).
- For general discussions, join us on the [official Discord](https://discord.gg/xYGf3fQnES) team.
- Keep updated on [EMQX YouTube](https://www.youtube.com/channel/UC5FjR77ErAxvZENEWzQaO5Q) by subscribing.

## Develop

Expand Down