搜索资源列表
用UPD协议实现广播通信
- VC编程用UPD协议实现广播通信 UPD 是USER DATAGRAM PROTOCAL 的简称,是一种在网络上提供的无连接的传输协议。用UDP通信有以下特点: 1、 数据传输不用建立连接,所以不可靠; 2、 数据的发送是面向整个网络的,任何一台在局域网内的计算机都可以接收到相同的数据;
聊天工具vc.net
- 本程序在VC.NET中编译通过,实现了好友上线,下线UDP广播,及用XML实现消息传输,及文件传输功能。-procedures in the VC. Compiled by achieving a friend on the line, assembly line UDP broadcasting, and using XML messaging, and file transfer functions.
broadclient
- UDP广播客户端源程序,可发可收,简单好用-UDP broadcasting client source can be granted admission, simple and easy
broadser
- UDP广播服务器源程序,可发可收,简单好用-UDP broadcasting server source code can be granted admission, simple and easy
guangbo
- winsocket编写的UDP广播程序,分服务端和客户端-winsocket prepared by the UDP broadcasting procedures at the server and client
java udp broadcast chat
- 自己做的一个java 的聊天工具,主要向实现的事udp的广播、多播识别用户,可以突破局域网的限制,最主要的是想实现文件的广播传送,以及多人的广播语音,最后由于毕业,只完成,语音部分。-have done a java chat tool to achieve the main thing udp in broadcasting, multicast identifies the user, can overcome the limitations LAN, the most important
WOL_AIO
- Wake On Lan 通过设置BIOS中的Wake ON LAN,可以通过局域网UDP广播,启动远程计算机。
UDP
- 基于UDP的串口通信,与TCP不同的是UDP利用的是广播技术,和服务端并没有建立可靠的连接-jiyuudpdechuankoutongxin
talkroom
- 1.其中基于UDP做的聊天室,利用UDP广播,只需在局域网里启动exe即可工作,无需服务器端。开发思想:在“上线”后启动一个线程循环recv接受广播来的信息。"send"按钮广播信息。 2.基于TCP的聊天室。采用了WSAAsyncSelect无阻塞消息模式。先启动服务ChatRoomServer.exe 在启动server后,服务器端listen来自客户端的信息,当客户端connection后,服务器端accpet与客户端建立连接后触发消息函数 OnServerAccept。OnSe
NetAssis
- Network debugging assistant (CM hardcover edition) V2.5 green special edition tool is in practical engineering applications, according to the actual needs of the general development of a network debugging tool. 界面精致美观,实用性也强。 Interface, exquisite beau
UDP
- 基于UDP协议的广播聊天室,最近学习协议时做的,拿来给比我更菜的菜鸟们学习下-Protocol based on UDP broadcast chat rooms, the recent agreement to learn to do, were given more food than I learn from the newbies, the next
IM
- 局域网通信软件,可以互相传文件,聊天。UDP广播上线。-Communication software in LAN.You can use it to transfer files and to talk to each other.This program uses UDP to broadcast online information.
shiyan4
- (1)按照Winsock UDP通信流程设计对话框模式的服务器和客户机程序。 (2)利用程序测试两种UDP广播地址的使用。-(1) Winsock UDP communication process according to the pattern design dialog servers and clients program. (2) using the program test two UDP broadcast address.
UDP
- udp 广播的收发源代码程序,两个简单列子-udp send and receive broadcast program source code
WINSOCK-UDP
- 基于VC++ 6.0 Winsock+UDP 广播信息源码-Based on VC++ 6.0 Winsock+ UDP broadcast source
TCP-UDP
- C#TCP UDP简易聊天程序源码,里面简单的实现了通过tcp通话、udp广播通话,进行聊天通话-C# TCP UDP simple chat program source code, which implements a simple call through tcp, udp broadcast call, chat conversation
udp-1
- 基于VS C#的、在局域网内进行udp广播传输控制指令,-udp control
udp网络通信
- 讲解说明如何实现UDP单播,组播,广播,包含了服务端,及客户端的书写方式(Explain how to implement UDP single broadcast, multicast, broadcast, including service end, and client writing style)
UDPSENDER
- 载入数据文件,通过udp广播的形式进行发送(brodcast data by udp format)
python2.7
- 是基于Python2.7版本的UDP客户端,用一种以广播的形式来发送数据。(It is based on the Python2.7 version of the UDP client, sending data in a broadcast form.)