资源列表
MyChatter
- 一个简单的聊天程序,通过数据报套接字实现-this is a sample chat program!
NIO_Chat
- 一个简单的NIO设计的聊天室,大家可以做下参考-a simple design of the NIO chat room, we can make a reference
ChatServer
- 控制台聊天,服务器端与客户端!网络通信编程的最佳学习代码!-Console chat, server-side! Network to learn the best programming code!
QQline
- 协议说明: 协议由报文头(T)+发送者(T)+接收者(T)+报文类型(T)+报文长度(L)+报文内容组成 发送者和接收者是系统内的程序种类,OICQ服务器0x01,传真服务器0x02,WEB服务器0x03,打 印服务器是0x04,聊天服务器是0x05,OICQ用户是0x0A。 OICQ用户到OICQ服务器的通讯协议引导符 (0x81+0x0A+0x01) -agreement : the agreement was the first text (T) sender
pcm_rtp_recv
- RTP打包与解包程序,实现VOIP网络通信.
ChatServer
- 聊天程序的服务器源代码,能够即时显示客户端的进入和退出-the source code of a chatting program which can display the status of the client
Server
- 实现了简单的网络通讯程序。这是服务器端。通过网络套接字来实现简单的通信-To achieve a simple network communication program. This is the server side. Achieved through a simple network socket communication
Store_8288019Embedded_24377Mapping4
- 这里有个源码Store_8288019Embedded_24377Mapping4很不错,大家可以学习参考,可以带给你们帮助-A source Store_8288019Embedded_24377Mapping4 here is very good, everyone can learn the reference, can bring you help
chat
- 聊天室的客户端程序,简单的一个小程序,测试成功的,后面还有服务器-Client chat room, simply a small program to test a success, and there are servers
chat-on-JAVA
- 此代码有服务器端和客户端2个功能模块,可以进行局域网聊天,是一个小小的聊天器。-This code has the server side and client-side two functional modules can be LAN chat, chat is a small device.
chat
- 类似于QQ的聊天软件,是一个客户端,在其它电脑上可以接收到的-Similar to the QQ chat software is a client-side, in the other computers can be received
chatroom
- 小聊天程序的服务器端,实现功能简单,适合初学者