qt_udp_brocast_test/README.md
2020-03-28 21:05:29 +08:00

35 lines
452 B
Markdown

# qt_udp_brocast_test
一个用`QT`写的`UDP`广播通讯的测试项目
# 使用
## 克隆/下载
```shell
git clone https://github.com/impressionyang/qt_udp_brocast_test.git
```
## 进入项目根目录
```shell
cd qt_udp_brocast_test/udp_brocast
```
## 编译
```shell
mkdir build
cd build
cmake ..
make
```
## 运行
```shell
./src/udp_brocast
```
![test](https://impressionyang.gitee.io/imgbed/img/blog/deepinscreen20200328205119.gif)