Skip to content

Commit

Permalink
docs(readme): imporve usage on README
Browse files Browse the repository at this point in the history
  • Loading branch information
ysfscream authored and CrazyWisdom committed Nov 22, 2019
1 parent 498f788 commit 48b338b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ MQTTX 采用了聊天界面形式,简化了页面操作逻辑,方便用户

1. 首先创建一个 Broker

```conf
# 如果你暂时没有一个可用的 MQTT Broker,你可以用这个公共的 Broker 进行测试
Broker 地址: broker.emqx.io
Broker 端口: 1883
```

2. 同一个 Broker 下可以创建多个客户端

3. 回到连接页面,选择刚才创建的 Broker 下的客户端进行连接测试
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ Download from [GitHub Releases](https://github.com/emqx/MQTTX/releases) and inst

1. Create broker

```conf
# If you don't have a mqtt broker available, you can use this public broker test.
Broker Address: broker.emqx.io
Broker Port: 1883
```

2. The same broker can create many clients

3. Go back to connectons page, select the broker's client for connection testing
Expand Down

0 comments on commit 48b338b

Please sign in to comment.