搜索资源列表
icqserver
- javaICQ 服务器端源码,用java程序构建,与javaICQ客户端共同组成TCP与UDP共存的即时通讯系统. 以下是关于客户端的介绍: jICQ(javaICQ) 是一个用java技术开发出的图形用户届面的即时通讯工具,他吸收了java的平台无关性,以至于可以运行于任何java环境。-javaICQ server source code, using java procedures Construction, javaICQ with client TCP and UDP compone
neteasy0.2beta
- 一个基于UDP协议的简单的网络聊天工具,聊天程序既是客户端,可以链接到远程主机,同时又是UDP服务器,可以响应计算机的链接要求,而且增加一个服务器,提供注册和监控的功能。-based on a simple UDP network chat tools, chat program is the client, can link to a remote host, but it is also UDP server, the computer can respond to the link, bu
基于UDP聊天系统
- 这是一款基于UDP服务器的聊天系统。可以实现局域网间聊天 -This is the UDP-based server chat system. LAN can be achieved between Chat
AgileIM[1]
- AgileIM 是一款类似QQ、MSN的聊天软件,这个软件却是我“无意插柳”的结果,AgileIM 的“前身”原本只是为了测试我的通信框架ESFramework的通信能力,没想到,做了两个星期后则个用于测试的小软件居然有点模样了,AgileIM 如今已经支持的主要功能: (1)文字聊天 (2)文件传输 (3)视频/音频聊天 (4)基于Udp的NAT/NAPT 穿透 IM类型的软件所需要的框架的能力大致也在这里了,现在把AgileIM的源码开放,希望能对后来者有些许帮助
UDPSrvprogram
- 利用winsock通信,此程序是利用非可靠协议但速度较快的udp协议实现的服务端代码-using winsock communications, This procedure is used to secure the agreement but faster udp protocol server code
TestIPMSG
- 局域网聊天软件.完全采用UDP,不需要服务器端,程序动态管理在线用户信息.可以修改用户名和组名.运行即可聊天. 简单,方便.暂时还不支持传送文件.-LAN chat software. Uses UDP, not the server, procedures for the dynamic management of user information online. can be revised user name and group name. Chat can be run. simpl
udpchatroom
- 使用udp协议的网络聊天程序. 该聊天室包括服务端(Server)和客户端(Client)两部分,是通信基于UDP 实现的。包括以下这些功能。 服务端: 1. /openchannel channelName 开通新的聊天室 2. /channels 列出服务方所有开通的聊天室。 3. /enterchannel channelName 进入到某个聊天室channel中。这时可以用list,kickout userid命令。直 到使用leave命令离
rpc0806
- 早期写的基于UDP的IRC聊天工具,实质可进行大量的后门操作,支持文件操作,进程管理等还有命令广播,可加载插件,可进行同网段的命令广播。包内含有Client/Server及配置工具/标准plus-in的代码。-early to write the UDP-based IRC chat tools, real can do a lot of backdoor operation, supporting documents, operation, process management and oth
sq
- 名称 SQQ一款在局域网中使用的通讯软件,模拟Ficq功能,不需要专门的服务器说明:不用服务器如何找到好友呢?我用udp协议在局域网上广播一个查询消息,收到广播信息的SQQ都会回个消息,这样就建立联系了。现在还很简单,如果想找好友就‘扫描局域网得到好友列表’,像被找到就整天开着SQQ就行了-SQQ one of the names used in the LAN communications software, simulation Ficq function that does not req
UDP
- 学习Indy控件时写的一个简单例子,使用UDPServer进行通讯,服务器进行数据转发,也可以直接进行客户端到客户端的通讯,修改一下即可实现。-Indy control study when Writing a simple example, the use of UDPServer communicate forward data server can also direct the client to client communications, make some corrections
Chat
- 局域网内通讯软件 可以实现TCP及UDP聊天方式 可以自设服务器或客户端 指定目的IP地址以进行点到点通信-LAN communication software can be achieved within the TCP and UDP can be customized based chat server or the client specify a destination IP address for point to point communication
UdpServer
- 简单udp服务器实例~ 端口号已定 来自于一本书的光盘文件-A simple udp server instance ~ port number has been scheduled for a book from the CD-ROM file
跨平台信息交流
- 跨平台信息交流,基于 TCP/IP(UDP),无需服务器,简单易用 可传送文件和文件夹 通讯数据采用 RSA/Blofish 加密-Cross-platform exchange of information, based on TCP/IP (UDP), without the server, easy to use file and folder can send communications data using RSA/Blofish Encryption
MyQQ
- 通过这个小程序的学习你可以学到如何使用套接字进行网络编程、自定义消息、多线程方面的编程思想以及学习使用各种控件。 本程序利用Socket套接字将主程序分为服务端和客户端两个部分。采用了UDP和TCP/IP相结合,有效提高了数据传输的时效性和稳定性。本程序还用到了多线程编程,用来解决程序自身阻塞的问题。 -The learning process through this small you can learn how to use the socket network progr
UDP
- 群聊软件,使用UDP进行发送,客户端和服务器短时间有确认在线机制,使用vector存储,在本机上可运行,如果下载后不可运行,请参见UDPTry自己敲敲。-Group chat software, use UDP to send, the client and the server has confirmed that short-line mechanism, using vector storage in the machine can run, if the download is not
server
- 采用Windows Visual Basic 6.0 编程,服务器与客户端采用了UDP连接方式,在设计聊天方案时,实行将所有信息发往服务器端,再由服务器进行分别处理的思路,服务器端是所有信息的中心。-failed to translate
QQ-with-UDP
- 本设计开发的是一个局域网QQ聊天软件,运用软件工程的设计流程,使用现在比较普遍和流行的C#语言,采用面向对象的方法,综合运用数据库编程技术、多线程开发技术、网络通讯技术,以Microsoft Visual Studio 2005作为系统前台应用程序开发工具,Microsoft SQL Server 2000作为后台数据库管理系统,在Windows XP平台下进行开发。-The topic of this paper is going to talk about that to develop t
Server
- 用C#写的聊天程序,它是基于通讯协议UDP的,服务器和客户端点对点的通讯程序。-Chat program written in C#, which is a UDP-based communication protocol, server and client peer-to-peer communication program.
UDP
- 建立在以UDP协议基础上的聊天服务器,可以进行即时通信-To UDP protocol based on chat server, instant messaging
UDPserverCSharp
- 用C#编写的独立UDP服务器,默认绑定地址127.0.0.1 端口为:9003,配合客户端使用,打开服务,与客户端建立连接即可通信-UDP server with independent written in C#, default binding address 127.0.0.1 port: 9003, with the clients, and to open the service, you can establish a communication connection with th