搜索资源列表
mctest_client
- 一个VC++实现的多播测试程序,用于测试对方能否接受组播,给出提示结果-a VC multicast testing procedures used to test whether the recipient can receive multicast, given the results suggest
mctest_serverr
- 一个组播测试程序的服务器程序,测试加入组播,接受组播等-a multicast testing procedures of the server, testing multicast to accept such Multicast
winsocksdk
- 一个很不错的基于winsock的控制台组播程序, 已经调试没有错误,xp系统下运行无误-a very good based on the console winsock Multicast procedures, debugging has been no error, xp operating system unmistakably
net.rar
- 熟悉开发工具,套接字编程练习,TCP套接字编程,UDP组播程序编程....,the homework of network....
UDPsr
- udp组播收发,两个程序分别运行,一个收数据,一个发送数据-udp send and receive multicast, both programs were running, a collection of data, a send data
MultiCastChat
- 利用UDP广播实现的一个简单的讨论组程序,组内任一用户发送消息,所有用户均能看到。- Using a UDP broadcast realization simple discussion group procedure, in the group any user transmission news, possesses with the average per household can see.
src
- 一个简单的组播程序。模拟了一个服务器端来提供转发功能。-A simple multicasting application
CMulticastSocket-VC-4-demos
- UDP组播VC例程 修正了原PUDN上的UDP组播例程的BUG 简单说明: 一共4个可执行文件。 CMulticastSocket-仅发送测试.exe CMulticastSocket-仅接收测试.exe CMulticastSocket-发送和接收.exe 组播实现一例:监听程序,可同时运行多个进程接收.exe 其中,1~3是对话框版,改自同一版本,最早是个只能绑定一次组播地址:端口对的,后来根据实例4的思想改为了支持多个进程的版本(显然多个线
MCrecver
- 组播接受程序 可以接受相应网络上的组播信息。-Multicast receiving program can receive relevant information on the network multicast.
VCZUBO
- VC的组播程序实现-VC Multicast Program Implementation ah ah 1111111111
zubofasong
- windows socket 使用UDP组播发送消息,一个简单的UDP组播程序-Windows socket use the UDP group take the news broadcast, a simple UDP multicast program
zubojieshou
- windows socket 使用UDP组播接收消息,一个简单的UDP组播程序-Windows socket use the UDP multicast receive messages, a simple UDP multicast program
JoinMulticastGroup
- 利用Udp编写的组播程序,可以在多个局域网内收发信息-Udp multicast written procedures, you can send and receive information across multiple LAN
DemoUDPMulticast
- 一个简单的UDP组播程序,给初学者参考。包括服务端和客户端-A simple UDP multicast program for beginners reference. Including service and client
multicast
- 用MFC实现的udp组播程序,可以实现一个广播域内组播信息的发送和接收(跨广播域好像要交换机支持)。-udp multicast
DemoUDPMulticast
- 一个利用vc++编写的UDP组播程序,包含客户端和服务端代码,功能完整,说明详细,看完就能了解UDP组播原理,很有用,分享给大家-A UDP multicast use vc++ written procedures, including client and server-side code, functional integrity, described in detail, reading can understand UDP multicast principle, useful, fo
Multicast
- 交互CMOS模块: (1)界面点击 (2)用户输入 (3)信息、命令显示 (4)提示对话框 2.2、通信模块: (1)组播通信RFC1112推荐了一些支持组播的应用程序接口: ●加入一个组播组; ●离开一个组播组; ●为调整范围对一个组播数据的IP TTL值进行设定; ●为组播传输和接收设定本地的接口; ●禁止输出的组播数据回送。 (2)点对点Socket通信 2.3、信息查询模块(内存、cpu、网络、磁盘信息,关机) 2.4、数据处理模块(Inf
发包程序_swm
- TCP/UDP组播工具,方便的测试局域网TCP/UDP联通性(TCP/UDP multicast tools to facilitate testing LAN TCP/UDP connectivity)
QtMulticastRecv
- 用Qt平台实现的任意源组播数据接收程序,可以直接在代码中使用。(Qt based MultiCast Data Receive program.)
delphi组播实例
- 在delphi下实现组播功能。软件模拟聊天程序,全方位体现组播的优势。delphi7下编译测试。本源码为学习示例,未经优化情况下,不建议直接应用在商业软件中。