2021-03-30 04:39:40 +00:00
|
|
|
# protoDebuger
|
|
|
|
|
|
|
|
#### 介绍
|
2021-03-30 04:47:06 +00:00
|
|
|
基于lua qml 的协议调试软件。
|
|
|
|
支持:
|
|
|
|
- 串口
|
|
|
|
- tcp客户端
|
|
|
|
- tcp服务端模式(仅支持单链接)
|
|
|
|
- udp
|
2021-03-30 04:39:40 +00:00
|
|
|
|
2021-03-30 04:47:06 +00:00
|
|
|
#### 软件功能
|
2021-04-18 15:16:03 +00:00
|
|
|
功能示意图如下:</br>
|
2021-03-30 04:39:40 +00:00
|
|
|
|
2021-04-18 15:16:03 +00:00
|
|
|
![image.png](https://www.testingcloud.club/sapi/api/image_download/000884f1-a057-11eb-a166-525400dc6cec.png)
|
|
|
|
|
|
|
|
</br>
|
|
|
|
|
|
|
|
串口配置:</br>
|
|
|
|
![image.png](https://www.testingcloud.club/sapi/api/image_download/2184a3b1-a057-11eb-a166-525400dc6cec.png)
|
|
|
|
|
|
|
|
lua脚本调试</br>
|
2021-04-20 15:35:18 +00:00
|
|
|
![image.png](https://www.testingcloud.club/sapi/api/image_download/6ec69d99-a1e3-11eb-a166-525400dc6cec.png)
|