Skip to content

Commit

Permalink
更新图标,脚本,版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
kagurazakayashi committed May 3, 2023
1 parent d407ad8 commit bb25597
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
File renamed without changes.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This tool can help you test the stability of your device's MQTT connection. [Github](https://github.com/tongdysoft/mqtt-test-server)

- version: `1.1.0`
- version: `1.2.0`
- golang version (main): `1.20.4`
- golang version (release): `1.18.2`

Expand Down Expand Up @@ -76,7 +76,7 @@ Copyright (c) 2022 KagurazakaYashi@Tongdy MqttClientTestTool is licensed under M

这个工具可以帮助您测试设备的 MQTT 连接的稳定性。

- 版本: `1.1.0`
- 版本: `1.2.0`
- golang 版本 (主线): `1.20.4`
- golang 版本 (最新编译): `1.18.2`

Expand All @@ -93,13 +93,13 @@ Copyright (c) 2022 KagurazakaYashi@Tongdy MqttClientTestTool is licensed under M
- `-p 字符串`
- 指定要监听的地址和端口 (默认值: `127.0.0.1:1883` )
- 如需允许所有 IP 地址: `:1883`
- `-ca string`
- `-ca 文件路径字符串`
- CA 证书文件路径
- `-ce string`
- `-ce 文件路径字符串`
- 服务器证书文件路径
- `-ck string`
- `-ck 文件路径字符串`
- 服务器私钥文件路径
- `-cp string`
- `-cp 字符串`
- 服务器私钥文件的密码
- `-c 字符串`
- 只允许客户端 ID 为这些的客户端(使用 `,` 分隔)
Expand Down
6 changes: 3 additions & 3 deletions build.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SET name=MqttClientTestTool_v1.1.0_
SET name=MqttClientTestTool_v1.2.0_
DEL /Q bin\*
COPY 中文交互模式.bat bin\
COPY InteractiveMode*.bat bin\
COPY README.md bin\
COPY rc.icns bin\app.icns
SET CGO_ENABLED=0
Expand All @@ -22,7 +22,7 @@ SET GOOS=linux
go build -o bin\%name%Linux32 .
@REM xz -z -e -9 -T 0 -v bin/*
cd bin
7z a -mx9 -tzip %name%Windows.zip %name%Windows* 中文交互模式.bat README.md
7z a -mx9 -tzip %name%Windows.zip %name%Windows* InteractiveMode*.bat README.md
7z a -mx9 -tzip %name%Linux.zip %name%Linux* README.md
7z a -mx9 -tzip %name%macOS.zip %name%macOS* README.md app.icns
DEL /Q *32
Expand Down
2 changes: 1 addition & 1 deletion go.sum
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
github.com/akavel/rsrc v0.10.2 h1:Zxm8V5eI1hW4gGaYsJQUhxpjkENuG91ki8B4zCrvEsw=
github.com/akavel/rsrc v0.10.2/go.mod h1:uLoCtb9J+EyAqh+26kdrTgmzRBFPGOolLWKpdxkKq+c=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.2.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/gorilla/websocket v1.5.0 h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWmnc=
github.com/gorilla/websocket v1.5.0/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
github.com/josephspurrier/goversioninfo v1.4.0 h1:Puhl12NSHUSALHSuzYwPYQkqa2E1+7SrtAPJorKK0C8=
Expand Down
Binary file modified rc.icns
Binary file not shown.
Binary file modified rc.ico
Binary file not shown.

0 comments on commit bb25597

Please sign in to comment.