搜索资源列表
netdllHwSocket
- 这里将 Socket APIs 封装成一个类似 CAsyncSocket 接口的类,可以在任意线程中访问,也可以静态连接 MFC,另外可控性比 MFC 中的两个Socket类好多了。我还为 CHwSocket 类编写了详细的测试代码,可以进行 TCP 服务器/客户端数据通信,也可以进行 UDP 数据通信,还可以收发 UDP 广播数据报。
winsock-udp
- 网络信息或短信广播-network information or messages broadcast
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
Broadcast
- Android手机上的UDP广播功能,在多数手机平台上兼容-Android phones UDP broadcast function, in most compatible mobile platforms
UDP-demo
- UDP广播开发代码 对于初学者有很好的作用-for udp android learn
UdpExample
- android网络开发中的udp开发,测试udp的连通性,广播和指定ip两种-android udp network development in the development, testing connectivity udp, two kinds of radio and specify ip
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