搜索资源列表
linux下Qt实现的视频点播系统
- 提供的代码是编写一个基于linux系统的网络视频点播应用程序,利用Qt工具编写图形界面和基于TCP协议的网络传输模块。Linux操作系统以其开源性、多用户多任务、支持多种硬件平台、可靠地安全稳定性能以及日趋完善的图形界面和丰富的网络功能等等,逐渐成为了各行业的首选操作系统,尤其是基于ARM内核的嵌入式linux更是得到了极为广泛的应用。 本系统分为服务器端和客户端两部分。服务器端提供多视频源,供用户进行选择,客户端提供人机交互界面,当用户需要点播某个视频时,首先在Ip Address栏输入服务器
qtserver
- qt实现的多线程服务器和客户端,可以用来学习QT下的socket网络编程-qt multithreaded implementation of server and client can be used to study QT network programming socket under
QT-TCP
- 用QT开发的TCP/IP传输数据的例子,分为客户端和服务器,传输数据的时候带校验位,其中服务器部分的数据利用qsran函数生成随机数据,需要研究TCP客户端和服务器数据互相对传的同学可以看看,有参考价值-Examples of the QT development of TCP/IP to transfer data is divided into client and server, the transmission data with parity bit, in which the ser
tcptrans
- TCP协议传输文件,sock用到ace库,文件操作用到qt库。原理:服务器开启一个端口号,启动客户端,客户端向服务端传输文件,服务端接受文件。 该程序在windows测试通过,linux和uinx没有测试过。-tcp file trans
Lam_qt
- 本软件采用Linux系统,以QT为开发语言,在实现了基本通信功能的基础之上,继续将软件进行交叉编译,并将其成功移植到ARM9开发板上。本软件没有服务器,只有单一的客户端,软件启动时通过使用UDP协议向255.255.255.255这个广播地址发送一个经过编码的广播包建立在线用户列表;本软件可以在XP系统、Ubuntu系统和ARM9开发板运行,使用了Tcp/Udp、Socket等技术;软件实现了基本的修改用户名、一对一聊天和文件的传输功能。 -The software deliberately
11ThSrv
- QT 的TCP/IP应用 服务器发送温度,客户机显示-QT applications TCP/IP server sends the temperature, the client displays
MODBUS
- 一个基于ucos系统的Modbus协议,包含了客户机和服务器的源代码-A ucos system based on Modbus protocol, including the client and server source code
QT-Tcp-udp-sreial
- windows上基于QT4.8.0开发包的TCP服务器、客户端,UPD、以及串口等模拟测试程序-QT 4.8.0 TCP UDP RS232 RS485 TESTER
Qt-TCP-UDP-DetectUdisk-server
- 服务器端,利用qt实现tcp/udp发送文字消息,检测U盘插拔。里面包括x86和arm两个版本的源码。-Server-side using qt tcp/udp send text messages, U disk plug detection. Which includes the source code of the two versions of the x86 and arm.
QT-TCP
- QT下的TCP通讯程序,分为客户端程序和服务器端程序。-QT under TCP communication program, divided into client and server-side program.
netV2016
- 利用QT编写网络调试助手,可以做TCP服务器,TCP客户端和UDP服务器(Using QT write network debugging assistant, can do the TCP server, TCP and UDP client server)
Desktop
- tcp服务器与客户端,实现聊天功能(127.0.0.1)(TCP server and client, to achieve chat function (127.0.0.1))
1011
- qt 网络简单通信 实现了客户端和服务器(Simple communication in QT networks)
tcp
- QT tcp服务器,可实现服务器和客户端的数据j交互(QT TCP server, which implements data J interaction between server and client)
QTcpServiceTest
- qt编写tcp服务器程序,用到线程池。在vs2010/qtcreator4.8下运行正常.(Qt writes the TCP server program and USES the thread pool. Normal operation under vs2010/qtcreator4.8.)
qt_TCP_app
- 简易的TCP/IP传输服务器和客户端,用与学习和测试。(A simple TCP/IP transmission server and client, used with learning and testing.)
TCP—chat
- 使用Qt-Creator编写的基于TCP协议的网络聊天程序,包含服务器端和客户端,自己写的,经过测试能够正常使用。(The web chat program based on the TCP protocol written by Qt-Creator includes the server side and the client side, and writes it by itself. After testing, it can be used normally.)
tcp
- TCP基本应用,拥有客户端,服务器端,可以进行网络连接(TCP basic applications, with client, server side, can connect to the network)
tcp
- 基于Qt实现网络编程包含客户端和服务器端(Contains client and server side)
多线程tcp服务器
- c#语言,vs中开发,线程安全,已投入用于项目,实用性强。需要c++语言的请留意,在qt中开发的。