搜索资源列表
QTnettest(UDP).rar
- 一个QT下的网络通信测试程序,用于UDP的测试,A QT network under test procedures for testing UDP
NamePipe.rar
- 做多客户端与服务器端的双向通信,采用QLocalSocket/QLocalServer实现起来简单,但通信效率太低,客户端发数据,服务器端的readyRead信号延时约100ms(看QT源码,发现里面用的是100ms定时器来检测信号),后来自己照着QLocalSocket的思路封装了windows的命名管道,采用多线程来接收数据,在本机上测试通过,通信效率有明显改善。,To do more client and server-side two-way communication, using Q
tcptrans
- TCP协议传输文件,sock用到ace库,文件操作用到qt库。原理:服务器开启一个端口号,启动客户端,客户端向服务端传输文件,服务端接受文件。 该程序在windows测试通过,linux和uinx没有测试过。-tcp file trans
broadcastreceiver
- QT的UDP 通信程序,可以用于测试UDP服务器端
broadcastsender
- QT的UDP通信程序,可用于测试UDP的客户端
test send
- qt网络传送文件代码,此为客户端.要和我上传的接收端相配才能测试-qt code network to transfer files, this is the client. to the receiving end and I uploaded to test match
Stuceshi
- 大规模模拟学生登录server测试,基于qt其他平台,-test of large scale login of stu
QT-Tcp-udp-sreial
- windows上基于QT4.8.0开发包的TCP服务器、客户端,UPD、以及串口等模拟测试程序-QT 4.8.0 TCP UDP RS232 RS485 TESTER
send_QT
- QT界面开发测试发送,并有读取线程。读取控制台信息。-The basic operation of the thread
tcpserver
- QT编写的TCP服务器程序 经测试本机上发送数据成功 另有client客户端上传-QT-written TCP server program to send data after testing the machine on success otherwise client client uploads
qtester104-v1.04
- c++与qt实现IEC 104通讯规约,LINUX与windows已测试通过-c++qt IEC 104 communication protocol, LINUX and windows have been tested
qq(qt)
- 基于QT的跨平台仿QQ网络通信程序,有界面在LINUX和MAC下本地测试过。-QT-based cross-platform imitation QQ network communication program, the interface under the LINUX and MAC locally tested.
Qt-SMTP-master.tar
- 基于QT的网络邮件传输程序,可以使用任意邮箱地址测试-QT-based webmail transfer program, you can use any email address test
2048-Qt-master
- 这是一款基于QT开发的2048游戏,在ubuntu环境下测试成功。-This is a game based on the 2048 QT developed, tested successfully under ubuntu environment.
mupdf-qt-dev
- 非常难得的集成Qt和mupdf的代码,经过测试和本本的修改,对QT和pdf的集成有非常大的参考意义-Very rare and mupdf integrated Qt code, modified testing and books, on QT and very large pdf-integrated reference value
netV2016
- 利用QT编写网络调试助手,可以做TCP服务器,TCP客户端和UDP服务器(Using QT write network debugging assistant, can do the TCP server, TCP and UDP client server)
TcpServer-master
- 简单的TCPserver,创建TCP通信,测试网络通信,使用QT框架的一个小例子(A Simple TCPserver, creating TCP communications, testing network communications, and using a small example of the QT framework)
qt_TCP_app
- 简易的TCP/IP传输服务器和客户端,用与学习和测试。(A simple TCP/IP transmission server and client, used with learning and testing.)
networkTest
- qtcpsocket的客户示例,一个简单的用户界面,需要用于测试与服务器的连接(qtcpsocket client example)
SupportMulticlientsTcpserver
- 多客户端连接的服务端,利用QT编写。经过测试可以运行稳定,默认端口8000(multi clients server)