搜索资源列表
chatprograme
- 基于TCP的多对多聊天模式,包括客户端和服务器端。
c++_P2P
- 本源代码实现了用C++ builder设计一个基于Tcp/Ip协议的点到点的通信系统,其中包括点到点用户聊天控件、简单文件传输控件、客户端协议、服务器端协议等。
ChatRoom
- 网络p2p聊天测试程序,使用tcp/udp直连,双方可以发送消息,发送文件
P2PMessage
- 基于TCP/IP和WCF的P2P聊天程序.可以添加/删除好友,聊天.
Socket-TCP
- java socket 实现基于tcp的p2p聊天室,可以多人聊天。-java socket tcp of p2p-based chat rooms, you can chat with people.
tcpandp2preport
- 用Java实现的tcp协议中p2p的连接,包括聊天和文件的传输,很实用也简单易懂,是报告。-Using Java to achieve agreement of the tcp connection p2p, including chat and file transfers, it is also easy-to-read and practical, is the report.
VideoMeetingServer
- 本系统实现基于P2P和.NET的视频会议系统。系统主要功能有视频获取、传输和接收,音频获取、传输和接收,聊天文字信息传输和接收。 本系统主要是基于P2P的思想实现的,这也是本项目创新的关键。服务端只负责peer端注册和系统信息的产生和传输。Peer端通过与服务器端建立TCP连接,将自己的信息注册到服务器上。同时peer端也通过服务器端获得其他已注册peer端的信息,然后通过直接UDP组播的方式将文字、视频和音频数据发送给其他peer端。-This system based on P2P
Java-p2P-chat
- Java p2p 聊天 课程设计 采用tcp协议编程 采用了多线程 -Java peer- to- peer chat programming course design use tcp protocol Using a multi-threaded
vc-chatroom
- 基于TCP的VC网络聊天室源代码加实验报告,分为客户端与服务器两个部分,使用了windows socket网络编程接口-Source code for the chat room and lab reports, TCP-based VC network is divided into two parts of the client and server, using windows socket network programming interface
WinSocket-TCP
- 使用WinAPI基于WinSock的ICPIP程序,有简单聊天功能,中演示了两种通信方式,一种基于数据报,一种是点对点的方式,有简单的代码功能段注释,有一定网络编程的爱好者相信看的懂-Use WinAPI the ICPIP based WinSock procedures, a simple chat functionality, in the presentation of two means of communication, a report based on data, a peer-
p2pliaotian
- p2p聊天程序源码,实现两台机子收发消息,小型的QQ。-p2p chat program source, the two realize machine to send and receive news, small QQ.
Chat(P2P_TCP)
- 基于TCP的P2P聊天程序,将Server与Client合为一体,变为一个Chat窗口,选择不同的选项(等待连接、连接)来实现Server或Client,功能更为灵活方便。-TCP-based chat program of P2P, Server and Client will be combined into a Chat window, choose a different option (wait for connections, connections) to achieve the
chattingTool
- 基于p2p的点对点聊天工具,可以进行聊天和传文件。运用的tcp和udp协议,用java开发-chatting tools(P2P)
Chatting
- 利用TCP控件实现简单的P2P聊天功能。(非局域网)-TCP controls the use of P2P to achieve a simple chat. (Non-LAN)
P2PChat
- p2p wcf 聊天系统,编译和运行程序需要.net framework3.0 先执行ChatServer 然后执行P2Pchat-p2p wcf chat system, compile and run the program needs. net framework3.0 first run and then run P2Pchat ChatServer
CSharp--P2P
- C#下用P2P技术实现点对点聊天 C#下用P2P技术实现点对点聊-i known
TCP-CHATROOM
- TCP网络聊天室,可以显示在线人数,分为客户端与服务器端两个部分,公共聊天功能-TCP network chat rooms, you can display the line number, divided into client and server-side two parts, the public chat feature
myp2p
- Java p2p 聊天 课程设计 做的还可以 采用tcp协议编程-Java peer- to- peer chat programming course design can also use tcp protocol
p2p
- 使用java语言开发的基于TCP/IP的聊天程序,用户可以在同一个局域网内实现文件互传等功能-Using java language development based on the TCP/IP chat program, the user can achieve file transfer and other functions in the same local area network
CS模式的TCP聊天室程序(python和java版本)
- Python实现的聊天室,和JAVA实现的聊天室源码(Chat rooms implemented with Python/JAVA.)