搜索资源列表
udp客户端
- vc实现udp传输实例,属于客户端。-vc achieve udp transmission example, belong to the client.
基于UDP-面向连接的应用程序
- 基于UDP-面向无连接的应用程序 网络通信应用程序:客户机发出数据请求命令,服务器根据其命令提供数据; 服务器端异步地发出UDP包,客户端接受UDP包并写入.TXT文件中。 -UDP-based-no connection-oriented applications network communications applications : client data requests issued an order under its orders servers provide d
tcpudpproxy
- 一个封装非常好的tcp、udp异步客户端通讯类 自动支持sock4、sock5代理,在循环的数据发送中可保证数据的成功发送-a very good tcp, udp asynchronous client communications automatically support sock4, sock5 agents, the cycle of the data can be sent to ensure the success of this data
号码簿
- 一个在公司局域网使用网络号码簿软件,包括服务器程序和客户端程序,两者之间采用UDP通信。-a LAN in the company use the Internet's address book software, including server and client programs, between using UDP communications.
网卡的启用与禁用代码4
- 网卡的启用与禁用代码运行服务器端后,客户端可通过ip进行连接,使用udp,支持客户端上传,监控屏幕,以及在服务器运行程序等功能,功能比较强大。具体细节请参考源代码。-card with the opening of Prohibited code running server, the client can connect through ip, udp used to support client to upload, monitor screens, and the server opera
dxf-BroadcastClient
- 基于UDP的网络通信应用程序客户端,利用SOCKET实现功能集成化-UDP-based communications network client applications using Socket achieve functional integration
udpkehuduan
- 这是一个用JAVA开发的UDP客户端应用程序的原代码有很好的使用价值-This is a development with Java UDP client application's source code is a good value
VC...................................
- UPD 是USER DATAGRAM PROTOCAL 的简称,是一种在网络上提供的无连接的传输协议。用UDP通信有以下特点: 1、 数据传输不用建立连接,所以不可靠; 2、 数据的发送是面向整个网络的,任何一台在局域网内的计算机都可以接收到相同的数据; 具体实现很简单,但是现在在网络上很少看到这方面的代码;我也参考了VCKBASE上的关于UDP通信的原代码和一些书籍,写了这个简单的客户端,接收端程序,起到抛砖引玉的作用,希望能给初次接触UDP之BROADCA
UDPClientAndServer
- 一个简单的UDP服务器和客户端实现源码,适合初学网络编程者学习使用。-a simple UDP server and client to achieve source, network programming for beginners learning to use.
udp-rj6437
- 类似聊天客户端的终端程序,可以复制一份既做两个终端使用,-chat client similar to the terminal can be both a copy of two end-use,
UDP_Client_Server
- 简单的UDP客户端与服务端,可供初学者学习之用,欢迎下载-simple UDP client and server for beginners learning, welcome to download
UDP-winsock
- UDP程序 c.cpp为客户端 s.cpp为服务端 实现了客户端和服务端的互连,通讯-UDP c.cpp procedures for the client to the server s.cpp achieve the client and service side of the interconnection , communications
udp
- windows下UDP服务端、客户端测试用程序源码
UDP
- 本程序为UDP打洞原理的测试程序。为了简单起见,该程序服务器就接收两个客户端的连接,使两客户端建立UDP通道。两客户端建立UDP通道后,互相发送的数据不经过服务器转发,直接进行数据交互,这时可以关闭服务器程序。服务器的默认服务端口是10000,如果该端口已经被占用,请自行修改服务端口。
UDP
- 基于UDP的聊天程序,多线程实现多句输入支持多客户端!
udpclient
- 一个用C写的UDP客户端;向指定的服务器端口发送数据包
TCP.UDP
- 关于TCP,UDP协议的网络编程,程序实现了客户端和服务器端的通信连接,通过socket建立连接,可以互相发送消息接收。
UDP网络聊天客户端
- VC6.0编写的,基于UDP协议的网络聊天客户端程序。
TestP2P-UDP
- NAT穿越的java网络编程,一个服务器端,两个客户端,代码详细,测试通过了