搜索资源列表
(IP Messenger) Ver2.04
- -跨平台信息交流,基于 TCP/IP(UDP),无需服务器,简单易用 可传送文件和文件夹 通讯数据采用 RSA/Blofish 加密-- cross platform information exchange, based on TCP/IP (UDP), does not need the server, simple Yi Yongke transmits the document and the folder communication data uses RSA/Blofish to
udp服务器
- udp传输实现代码,属于服务器端。-udp transmission realization code belonging server.
vc开发tcp聊天服务器端
- 目前绝大多数的聊天程序都是采用UDP开发的,本程序则采用TCP开发,适用于对信息传输要求比较高的场合,本程序是服务器端源代码。-majority of the chat procedures are developed using UDP, TCP procedure is used to develop, apply to information transmission and high demand on the occasion, the process is server source
类似与QQ的UDP通信
- 这是一个用VC编写的网络通信程序,有两个服务器和端口,可以实现相互通信。使用时请注意修改IP地址-This is a VC prepared by the network communication procedures, and the two-port server can achieve mutual communication. When used to change IP addresses
基于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
号码簿
- 一个在公司局域网使用网络号码簿软件,包括服务器程序和客户端程序,两者之间采用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-BroadcastSvr
- 基于UDP的网络通信应用程序服务器端,利用SOCKET实现功能集成化-UDP-based network communications application server, using Socket achieve functional integration
udpfuwuqiduan
- 这是一个用JAVA编写的UDP网络服务器端应用程序有很大的使用价值-This is a preparation with Java UDP network server applications have great value
pproxy
- 一个标准版的代理服务器源码。支持UDP,HTTP,TCP多种方式代理。.. -a standard version of the proxy server source code. Support for UDP, HTTP, TCP Acting variety of ways. ..
UDPClientAndServer
- 一个简单的UDP服务器和客户端实现源码,适合初学网络编程者学习使用。-a simple UDP server and client to achieve source, network programming for beginners learning to use.
UDP
- 本程序为UDP打洞原理的测试程序。为了简单起见,该程序服务器就接收两个客户端的连接,使两客户端建立UDP通道。两客户端建立UDP通道后,互相发送的数据不经过服务器转发,直接进行数据交互,这时可以关闭服务器程序。服务器的默认服务端口是10000,如果该端口已经被占用,请自行修改服务端口。
TCP.UDP
- 实现了UDP和TCP的结合编程,多线程,作为主服务器使用
TCP.UDP
- 关于TCP,UDP协议的网络编程,程序实现了客户端和服务器端的通信连接,通过socket建立连接,可以互相发送消息接收。
udp服务器设计过程总结
- udp服务器设计过程总结.rar-udp server design process concluded. Rar
tcpip通讯程序
- vc编的tcp和udp服务器,客户端,很好用-vc series tcp and udp server, client, a very good use
针对DAYTIME服务的UDP客户机和服务器的实现
- 编写针对DAYTIME服务的UDP客户机和服务器的实现,要显示DAYTIME返回的日期和时间值。
QQ代理服务器源代码
- QQ代理服务器源代码,包括TCP,UDP,HTTP连接
TestP2P-UDP
- NAT穿越的java网络编程,一个服务器端,两个客户端,代码详细,测试通过了