C++ QT中 通过UDP广播获取网络中所有设备ip地址

时间:2020-03-09 10:29:52
【文件属性】:

文件名称:C++ QT中 通过UDP广播获取网络中所有设备ip地址

文件大小:856KB

文件格式:RAR

更新时间:2020-03-09 10:29:52

C++ QT UDP ip地址

代码说明参考博客:http://blog.csdn.net/dxzysk/article/details/55511269 本文是C++的QT版本,有时候需要搜索网络中的设备,机器,服务器等,这就要要用到UDP广播的方式,发送广播命令,广播给网络中的每一个主机,该主机搜到广播命令后,立刻发送给请求端自己的设备信息,这里以IP信息为例子。


【文件预览】:
QTDemoUDPBroadcast-csdn
----UDPTestServer()
--------mainwindow.ui(989B)
--------UDPTestServer.pro.user(18KB)
--------mainwindow.cpp(3KB)
--------main.cpp(208B)
--------mainwindow.h(743B)
--------UDPTestServer.pro(403B)
----build-UDPTestServer-Desktop_Qt_5_3_MinGW_32bit-Debug()
--------release()
--------debug()
--------Makefile(23KB)
--------ui_mainwindow.h(2KB)
--------Makefile.Debug(55KB)
--------Makefile.Release(56KB)
----UDPTestClient()
--------mainwindow.ui(989B)
--------UDPTestClient..user(18KB)
--------UDPTestClient..pro.user(18KB)
--------mainwindow.cpp(3KB)
--------main.cpp(208B)
--------mainwindow.h(691B)
--------UDPTestClient..pro(403B)
----build-UDPTestClient-Desktop_Qt_5_3_MinGW_32bit-Debug()
--------release()
--------debug()
--------Makefile(23KB)
--------ui_mainwindow.h(2KB)
--------Makefile.Debug(56KB)
--------Makefile.Release(56KB)

网友评论