搜索资源列表
UDP通信示例程序.rar
- 这是一个使用UDP协议通信的例子程序,非常简单,没有做错误处理机制。由于UDP本身是无连接、不可靠的通信协议。会因为不同的网络环境,有可能会产生数据丢失、数据重复、顺序错乱等情况。 示例程序包含一个服务器端和一个客户端,可以多个客户端接入服务器端。
UDP-SEND
- 发送UDP的源代码-send UDP source code
UDP
- 线程通信程序,开启线程后可以接收来自UDP协议发送的数据报
udp
- udp通信协议 软件设计用 可恶的20字
udp.rar
- 一个用C++ builder6.0做的UDP通信测试程序,不太完整,各位修改就可以了,One with C++ Builder6.0 make the UDP communication test procedures, not complete, you can modify the
UDPTest
- 使用UDP的组播方式获取组播数据流的Android程序-Way to use multicast UDP multicast data stream for Android program
iphone-udp-for-accelerometer
- Client and Server source code for emulating accelerometer for iphone development
DatagramDemo
- android模拟器中实现UDP数据包通信,包括客户端和服务器端-android emulator implemented in UDP packet communications, including client and server side
UDPMIDLet
- 在j2me环境下实现udp的通信,比较适合于初学者,代码较简单-At java environment udp implementation of communications, more suitable to beginners, code simpler and more
UDP
- 基于互联网的通信的模块代码,主要是应用BORLANDC++进行开发的,基于UDP协议进行通信。-Internet-based communications module code, the main applications are BORLANDC++ for development, based on the UDP protocol to communicate.
moto_gprs
- 上位机vc++对摩托罗拉GPRS模块G24编程实现短信收发,通过GPRS收发数据(udp或tcp方式),程序写的很好,对于其他GPRS模块也适用,都采用标准AT指令开发。-PC vc++ on Motorola G24 module GPRS to send and receive SMS programming through GPRS to send and receive data (udp or tcp way), to write a good program for other GP
DLLOCX
- 短信收发测试接口.可以在包括收发短信、收发Email、tcp/udp的socket编程、接收BIO消息、收发MMS信息-Test interface to send and receive text messages. Can send and receive text messages, including, send and receive Email, tcp/udp of socket programming, receive BIO information, send and rece
VirtualComDev
- 公司接触串口设备较多,调试串口程序用,刚写出来没两天,有兴趣的朋友顺便帮忙测试一下,另外推荐“VSPM虚拟串口”2.65,免费,再高版本就是收费了。UDP广播模式启动可作测试。谢谢。-Companies more access to serial devices, serial debugging process, and not just written in two days, friends are interested in to help test the way, and recom
WeConnect
- 群组播对话代码 WM_SOCKETRECEIVE = WM_USER + 123 //自定义的SOCKET接收消息ID Icon_Message = WM_USER + 124 //小图标消息 m_SendPort = 60001 //本机IP组播的端口(UDP端口) m_GroupAddr = 224.0.0.9 //组播组的地址 -Dialogue group broadcast code
UDPServerDemos-(4)
- This code for UDP server client, when we need to send packet from android enabled device .. -This is code for UDP server client, when we need to send packet from android enabled device ..
UDP
- PC机与串口通信的以太网例子,基于UDP协议的客户和服务器端-PC, Ethernet and serial communication example, UDP-based client and server-side
UDP广播demo
- 实现android udp广播,非常好用(Android UDP broadcast, very easy to use)
UDP 广播socket自动连接服务端
- 多台android设备,其中有一台作为服务端,则另外一台或几台作为客户端,然后通过UDP进行Socket自动连接.(Multiple Android devices, one as a server, another or a few as clients, and then Socket automatically connected through the UDP.)
UDP 广播socket自动连接客户端
- 两台或多台android设备,其中有一台作为服务端,则另外一台或几台作为客户端,然后通过UDP进行自动连接.其实现的原理很简单,服务端这一边通过MulticastSocket将自己的有关信息,如IP,端口等广播出去,同一个广播地址里面的客户端可以接收到该广播,并从中解析要相关的信息.(Two or more Android devices, including one as a server, then another one or several Taiwan as the client, a
C#实现UDP打洞即时视频聊天
- C#实现UDP打洞即时视频聊天的一个简单历程(C# implementation of UDP hole instant video chat)