搜索资源列表
Udpsendfile.用Udp协议实现了点对点文件传输
- 用Udp协议实现了点对点文件传输,比网上一般的Tcp稍快些,并且进度条做得比较美观,transfer file of point to point use Udp
UDPFile
- UDP文件传输 类似QQ传输文件 -UDP File Transfer to transfer files like QQ
strangerChart
- C#版局域网聊天软件,界面仿QQ,可以显示好友IP地址,好友形象,好友上线提示,和QQ一样的功能;程序要用到SQL数据库,程序包中附有数据库文件,附加即可,程序在VS2005下编译通过,它同样是基于UDP的聊天工具。-C# version of the LAN chat software, interfaces, fake QQ, you can show your friends IP address, friend' s image and close friends on-line
UDP_Client_Server(Ring_Topology)
- CSharp program simulates client - server file transfer using UDP
UdpSendFileDemo---6
- 转载一个牛人开发的C#采用UDP点对点的一个文件传输程序-Reproduced a cattle developed in C# using a UDP peer-to-peer file transfer program
CSharp-udp-tcp
- 使用C#实现TCP和UDP两种方式的文件传输,在VS2005的开发环境下进行-TCP and UDP are two ways of file transfer, using C# VS2005 development environment
UdpSendFileDemo-
- 基于UDP协议的文件传输代码,可以直接运行-UDP-based file transfer code,can run directly
ReceiveFiles
- C#编写UDP文件发送接受程序,实现过程简单明了,基础学习者可以参考下-Written in C# UDP file sending and receiving process, realization process is simple, basic learners can refer to the following
transfer
- 基于UDP的文件传输,可以实现服务端和客户端之间的文件传输,读入并保存在本地文件。-UDP-based file transfer, file transfer can be achieved between the client and the server, and read and stored in the local file.
demo
- UdpClient文字和小文件互传,适合初次接触UDP,学习文件传输的人。简单易懂。-UdpClient text and small files to each other, for the initial contact with UDP, file transfer of learning.Easy to understand.
demo2_TxtFileReadWrite
- 对文本文件的读写,运用UDp,适合C#网络编程初学者的学习。-The text file read and write, using UDp, suitable for C# network programming for beginners learning.
File
- C# UDP 文件发送,包含丢包重发,不同机器也可以传输文件,可以扩展到多个人重发,多线发送等-Send C# UDP files, including packet loss retransmission, different machine can also transfer files, can be extended to multiple individual retransmission, multi line transmission etc.
udp_transfile
- 通过UDP协议实现发送端和接收端之间的文件传输。-File transfer between the sender and the receiver via UDP protocol.
UpLoadFileTool
- 通过UDP协议,用于指定文件上传至服务器的文件上传工具,选择文件包含自校验是否属于需求文件(Through the UDP protocol, is used to specify the file upload to server file upload tool, select file contains self checking whether belong to demand)
Ntty.RPC.NETClient
- Netty是一个高性能、异步事件驱动的NIO框架,它提供了对TCP、UDP和文件传输的支持,作为一个异步NIO框架,Netty的所有IO操作都是异步非阻塞的,通过Future-Listener机制,用户可以方便的主动获取或者通过通知机制获得IO操作结果。 作为当前最流行的NIO框架,Netty在互联网领域、大数据分布式计算领域、游戏行业、通信行业等获得了广泛的应用,一些业界著名的开源组件也基于Netty的NIO框架构建。(Netty is a high-performance, async