Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - QT socket server client
Search - QT socket server client - List
关于linux下基于QT界面socket编程的简单实例 -based on the QT socket programming interface simple example
Update : 2025-02-17 Size : 3kb Publisher : 郭建川

一个Linux下的五子棋对战游戏,可以给学习Linux下Socket编程的初学者参考。分为客户端和服务器端,客户端界面用QT开发,所以也可作为初学者学习QT的参考。-Under a Linux Gobang war games under Linux can learn Socket programming reference for beginners. Divided into client and server, the client interface developed by QT, so it can be used as a reference for beginners to learn QT.
Update : 2025-02-17 Size : 43kb Publisher : 张晨

跨平台多线程聊天室程序客户端及服务器端。 服务端分三个功能模块。 1.端口监听,单独一个线程。 2.聊天室消息分发,单独一个线程。 3.收发客户端消息,每连接一个线程。 客户端分有两个功能模块。 1.UI,单独一个线程。 2.收发消息,单独一个线程。 -A simple chatroom Server & Client. Design with Qt 4.5. Multithread & Platform-independent.
Update : 2025-02-17 Size : 204kb Publisher : lijs

socket通信server端,连接MYSQL,可以实现client端发包的接收,和数据库的查找,添加-communication server-side socket, the connection MYSQL, can achieve the receiving client-side bidding, and database search, add
Update : 2025-02-17 Size : 946kb Publisher : tom

DL : 1
本软件采用Linux系统,以QT为开发语言,在实现了基本通信功能的基础之上,继续将软件进行交叉编译,并将其成功移植到ARM9开发板上。本软件没有服务器,只有单一的客户端,软件启动时通过使用UDP协议向255.255.255.255这个广播地址发送一个经过编码的广播包建立在线用户列表;本软件可以在XP系统、Ubuntu系统和ARM9开发板运行,使用了Tcp/Udp、Socket等技术;软件实现了基本的修改用户名、一对一聊天和文件的传输功能。 -The software deliberately adopted a Linux system to QT for the development of language, in the realization of the basic communication function basis, continue to cross-compile the software and successfully transplanted to the ARM9 development board. This software is not the server, only a single client, the software starts by using the UDP protocol to send to the broadcast address 255.255.255.255 that an encoded broadcast packets to establish a list of online users This software can be XP system, Ubuntu system and ARM9 development board run, using the Tcp/Udp, Socket and other technology software changes the basic user name, one to one chat and file transfer capabilities.
Update : 2025-02-17 Size : 137kb Publisher : stone

qt socket通信,服务器端为虚拟机里的linux系统的C++程序,客户端为开发板上的qt 代码,实现socket通信,以及将接受到的数据,显示在屏幕上-qt socket communications, server-side virtual machine inside linux system, C++ program, the client code for the development board qt achieve socket communication, and to receive the data displayed on the screen
Update : 2025-02-17 Size : 31kb Publisher : sophia

qt实现的多线程服务器和客户端,可以用来学习QT下的socket网络编程-qt multithreaded implementation of server and client can be used to study QT network programming socket under
Update : 2025-02-17 Size : 108kb Publisher : yangming

偶从大学开始维护至今的好东西。这个高度封装的轻量级网络库实现了基于异步Socket的C/S模式通信环境。本库经过4个现实项目的考验,用于轻量级的应用,不先进、不高深,但是讲究实用,开发小型C/S架构程序比ACE\Socket\QT都快。 主要特点: 1、已经为传送大文件做了优化。自动拆分、拼合,如果配合上内存映射文件,可以传送超过内存容量的数据(32位指针)。 2、集成了接受者-伴随处理者模型,收到的数据包传递到独立的线程回调用户的处理函数。 3、提供了C++封装,只需重载服务器类、客户端类的方法即可实现收发。 4、提供了C封装,简单调用方法实现发送 已经在范例中实现了C/S程序的框架,服务采用C接口演示,客户用C++接口演示,收发程序合二为一。 编译器支持 VC2005 ~ VC 2010-The highly encapsulated lightweight network based on Asynchronous Socket library implementation in C/S mode communications environment. The reality of the library, four test items for lightweight applications. Main features: 1, has to send large files are optimized. Automatically split, put together, with the memory map if the file can be sent over the data memory (32-bit pointer). 2, the integrated receiver- with handler model, the received data packets delivered to the user separate thread callback handler. 3, provides a C++ package, just reload the server class, client class methods send and receive can be realized. 4, provides a C package, simply call the method to achieve transmit Has been achieved in the sample C/S framework of the program, service demonstration using C interfaces, the customer interfaces with C++ demo, send and receive programs combined. Compiler support for VC2005 ~ VC 2010
Update : 2025-02-17 Size : 126kb Publisher : 流浪小狗

socket程序tcp客户端,可以和服务器端通信-tcp client socket program, and the server can communicate
Update : 2025-02-17 Size : 3kb Publisher : zxj

用于Linux操作系统,在QT环境下开发的基于Socket的聊天室,包括server和client两部分-For Linux operating system, developed in a QT environment Socket-based chat rooms, including two parts of the server and client
Update : 2025-02-17 Size : 1.18mb Publisher : nan

linux网络基础例程socket实例client server实现简单通讯,用kdevelop和QT实现-linux network client server based instance of the routine simple socket communication, achieved with kdevelop and QT
Update : 2025-02-17 Size : 3kb Publisher : leslie

qt写的socket 包括服务器端和客户端-qt write the socket including server and client
Update : 2025-02-17 Size : 273kb Publisher : sss

QT中网络编程实现,完整支持UDP、TCP server和TCP client,可以用作常规通信的界面工具;-QT in network programming, full support for UDP, TCP server and TCP client, the interface can be used as a routine tool of communication
Update : 2025-02-17 Size : 2.11mb Publisher : 黑心棉

此程序实现了linux和Windows关于tcp通信的测试程序,linux上用gcc 编译服务器端的程序,在Windows用qt编写了客户端的程序,在窗口界面上输入ip地址和端口号即可实现linux和Windows关于tcp的通信。-Compile server-side program, in Windows with qt prepared a client program, in the window interface, enter the ip address and port number to achieve linux and Windows on the tcp communication.
Update : 2025-02-17 Size : 6kb Publisher : GXG

DL : 0
基于UC的电信计费DMS数据挖掘系统,是通过对C/C++、多线程、Socket等的开发、QT等相关技术的综合运用,针对电信运营商推出的Linux/Unix服务器出租业务,设计的用以作为收费依据的数据采集系统。(UC-based telecom billing DMS data mining system, is developed through the integrated use of the C/C++, multi-threading, Socket, etc., QT and other related technologies for telecom operators to launch a Linux/Unix server rental business, designed by as a fee based data acquisition system.)
Update : 2025-02-17 Size : 588kb Publisher : Melodyluer

客户端client和服务端的通信,socket(Socket communication between server clients)
Update : 2025-02-17 Size : 405kb Publisher : xzf
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.