搜索资源列表
VideoMeetingServer
- 本系统实现基于P2P和.NET的视频会议系统。系统主要功能有视频获取、传输和接收,音频获取、传输和接收,聊天文字信息传输和接收。 本系统主要是基于P2P的思想实现的,这也是本项目创新的关键。服务端只负责peer端注册和系统信息的产生和传输。Peer端通过与服务器端建立TCP连接,将自己的信息注册到服务器上。同时peer端也通过服务器端获得其他已注册peer端的信息,然后通过直接UDP组播的方式将文字、视频和音频数据发送给其他peer端。-This system based on P2P
lpng128
- emule源码编译工具包 供研究p2p的朋友们在其基础上开发。共同学习。-the source is provided for p2p developer.make you develope easier, read the code and make your idea come ture.
FileTrs
- 比较好的文件传输的源代码,基于winsock,这种文件传输思路非常好,在做P2P时也可以用到,简单直观。-Better file transfer the source code, based on winsock, this file transfer is very good idea, doing P2P can also be used, simple and intuitive.
P2p-source-code-2
- 自己研究的P2P源码,自己又进行了改造,没有进行系统测试,只是用于参考,设计的思想还是比较好的-Their study of P2P source, but it has been transformed, there is no system testing, just for reference, the idea is good design
p2p-document-send-and-receive
- 本程序可以通过TCP/IP协议进行网络数据传输-this is program that can be sent and received via tcp/ip ,it maybe can t convenient to you use widely,but you can learn idea from it