搜索资源列表
UdpSrv
- 这是孙鑫老师给出的基于UDP的网络服务器编程,刚开始学习,
P2Pprogram
- 使用了.net2005集成开发环境,用C#语言进行编写,所以此可执行程序运行需要在.net Framework2.0环境下。使用套接字基于UDP协议进行网络编程,实现了混合式P2P通信,达到资源(这里资源是一个句子)共享,混合式即有一个中心(索引)服务器,若干个客户端,客户端通过中心服务器进行组网,中心服务器负责记录每个客户端的IP、端口和其提供的关键字以及所请求的关键字,把客户端请求的关键字与已经连进此网络的客户端们所提供的关键字进行匹配,若相等则把有此资源的客户端IP和端口发送给请求者,这样
P2P
- 利用了UDP打洞技术.分服务器端跟客户端.服务器端负责登陆记录用户的IP和端口及转发打洞消息-Use of UDP hole punching techniques. Sub-server-side with the client. Server-side is responsible for landing records the user' s IP and port holes, and forwarding the message
NetServ
- udp自动转发程序,在服务器端运行程winnetserv.exe后就会自动把client.exe发送过来的udp包转发到指定的ip地址-udp automatically forward procedure at the server side to run automatically after the way winnetserv.exe put client.exe sent forward the udp packets to a specific ip address
vb2008_UDP_CHART
- vb2008下UDP协议的局域网聊天程序,多线程,多人聊天,分服务器和客户端 实时更新在线用户,实时检查是否掉线,完善的批注说明 该系统实现了私聊,群聊功能,在线用户列表图标和文字显示 该系统穿透能力强,对于双网卡模式服务器管理的局域网同样适用,只要客户端能ping通服务器就能正常聊天-Vb2008 under the UDP protocol LAN chat program, multi-threaded, multi chat, server and clie
UDPSendMessage
- 利用UDP在两台电脑之间传输消息,一台为服务器另一台为客户端-send message between two computers by UDp