当前位置:
首页
资源下载

搜索资源 - simple messaging server client
搜索资源列表
-
0下载:
程序说明: 1.程序采用网上介绍的方法实现最基本的P2P方式通讯.模拟实现即时消息互发. 2.P2P通讯说明: 1).网关类型是在理想状态下.即非对称型NAT. 2).同在一个内网的两个CLIENT端通讯时,如果网关NAT不支持环回,将会失败. 文件目录说明: tQServer:程序服务端,请将其放在公网上运行. tQClient:程序客户端,可以在不同的内网中运行登录连接到服务端. Common:公共协议文件夹 本程序只是实现简单的P2P互发消息.完成的比较粗糙,更多功能欢迎朋友们更新完善-p
-
-
1下载:
程序说明:
1.程序采用网上介绍的方法实现最基本的P2P方式通讯.模拟实现即时消息互发.
2.P2P通讯说明:
1).网关类型是在理想状态下.即非对称型NAT.
2).同在一个内网的两个CLIENT端通讯时,如果网关NAT不支持环回,将会失败.
文件目录说明:
tQServer:程序服务端,请将其放在公网上运行.
tQClient:程序客户端,可以在不同的内网中运行登录连接到服务端.
Common:公共协议文件夹
本程序只是实现简单的P2P互发消息.
-
-
0下载:
1.程序采用网上介绍的方法实现最基本的P2P方式通讯.模拟实现即时消息互发. 2.P2P通讯说明: 1).网关类型是在理想状态下.即非对称型NAT. 2).同在一个内网的两个CLIENT端通讯时,如果网关NAT不支持环回,将会失败. 文件目录说明: tQServer:程序服务端,请将其放在公网上运行. tQClient:程序客户端,可以在不同的内网中运行登录连接到服务端. Common:公共协议文件夹. 本程序只是实现简单的-1. Online procedures introduced by
-
-
0下载:
本人写的实现类似于MSN的即时通信软件,基于linux
socket编程,有完整的客户端,服务器端代码
实现好友管理,线程池,文件传输,简单音频传输等功能,经过修改可用于嵌入式环境-I write to achieve similar to the MSN instant messaging software, based on linux socket programming, a complete client, server-side code to achieve the fr
-
-
0下载:
BS结构的VC++消息发送程序,实际 就是一个简单的聊天程序,包括服务端和客户消息发送端,服务端用来监听端口,客户端类似QQ聊天窗口的形式,属点对点聊天,通过本程序可了解一些网络基本知识。
-The structure of VC++ BS messaging program, this is a simple chat program, including messaging server and client side, server to monitor port, the clien
-
-
0下载:
• Symbian OS basics, Memory Management, Descr iptors, Application Structure, Client-Server, Active Object, Application UI Viewer, Screen Saver, File Handling, Simple 2D,3D games, Simple Banner, Scalable UI, Location Finder GPS, HTTP client API,
-
-
0下载:
基于winsock技术的局域网通讯程序,采用C/S模式,有服务器端和客户端,并能实现局域网内的简单即时通信。-Winsock-based local area network communications technology procedures, the use of C/S mode, there are server-side and client, and to achieve a simple LAN instant messaging.
-
-
0下载:
程序说明:
1.程序采用网上介绍的方法实现最基本的P2P方式通讯.模拟实现即时消息互发.
2.P2P通讯说明:
1).网关类型是在理想状态下.即非对称型NAT.
2).同在一个内网的两个CLIENT端通讯时,如果网关NAT不支持环回,将会失败.
文件目录说明:
tQServer:程序服务端,请将其放在公网上运行.
tQClient:程序客户端,可以在不同的内网中运行登录连接到服务端.
Common:公共协议文件夹
本程序只是实现简单的P2P互发消息.
-
-
0下载:
simple client for messaging to socket server
-
-
0下载:
一个简易的即时通讯软件,有服务器和客户端-A simple instant messaging software, a server and client
-
-
0下载:
BS结构的VC++消息发送程序,实际 就是一个简单的聊天程序,包括服务端和客户消息发送端,服务端用来监听端口,客户端类似QQ聊天窗口的形式,属点对点聊天,通过本程序可了解一些网络基本知识。-BS structure of VC++ message procedure is in fact a simple chat program, including messaging server and client side, server listening port for the client i
-
-
0下载:
qt写的一个简单的即时通讯的小程序,包含客户端和服务端两部分。-qt write a simple instant messaging program contains two parts, the client and the server.
-
-
0下载:
简单的即时通信软件,用C语言描述,一个客户端和一个服务器端-Simple instant messaging software, using C language, a client and a server-side
-
-
0下载:
系统采用C/S结构,可以将任务合理分配到客户机端和服务器端,实现简单的服务器与客户端的通信
-System USES C/S structure, reasonable task can be assigned to the client and the server side, realize simple server and client communication
-
-
0下载:
通讯应用编程,界面功能简单,给想了解网络通讯编程原理的朋友提供,分为客户端和服务器端两个端口的通讯-Communications application programming interface features simple, wanting to learn about network communications programming principles friends, is divided into client and server side s two ports
-
-
0下载:
简易TCP通讯客户端,QosSvr为服务端。多个客户端间的通讯需要基于服务器,即通过服务器转发。-Simple TCP messaging client, QosSvr for the service side. Communication between multiple clients need a server-based, that is transmitted through the server.
-
-
0下载:
一个简单的VC聊天室程序,分为聊天室客户端和聊天室服务端代码,在服务端中你可以设置聊天服务器端口,设置服务器IP地址,监控聊天内容等功能。客户端主要是连接服务端,连接成功后提供消息发送功能,与QQ聊天软件的基本原理相似。-VC a simple chat room procedures, divided into chat rooms and chat rooms client server code, you can set the server chat server port, set t
-
-
0下载:
.编制一个类似QQ的即时聊天程序,该程序使用面向连接的Socket通信机制。整个程序分成服务器端和客户端两部分,通信双方能够互相发送文字进行简单的聊天,最后双方都可以输入quit结束对话。-. The preparation of a similar QQ instant messaging program that use a connection-oriented Socket communication mechanism. The entire program is divided in
-
-
0下载:
简单的服务器与客户端的消息传递,窗口化界面-Simple messaging server and client window interface
-
-
0下载:
TCP的小型服务器和客户端,可实现简单的收发消息功能(A small TCP server and client, can achieve a simple messaging function)
-