搜索资源列表
UDP通信示例程序.rar
- 这是一个使用UDP协议通信的例子程序,非常简单,没有做错误处理机制。由于UDP本身是无连接、不可靠的通信协议。会因为不同的网络环境,有可能会产生数据丢失、数据重复、顺序错乱等情况。 示例程序包含一个服务器端和一个客户端,可以多个客户端接入服务器端。
netdllHwSocket
- 这里将 Socket APIs 封装成一个类似 CAsyncSocket 接口的类,可以在任意线程中访问,也可以静态连接 MFC,另外可控性比 MFC 中的两个Socket类好多了。我还为 CHwSocket 类编写了详细的测试代码,可以进行 TCP 服务器/客户端数据通信,也可以进行 UDP 数据通信,还可以收发 UDP 广播数据报。
DatagramDemo
- android模拟器中实现UDP数据包通信,包括客户端和服务器端-android emulator implemented in UDP packet communications, including client and server side
UDPTalk
- 利用UDP进行网络聊天的程序,包括客户端和服务端-The network using UDP chat program, including client and server-side
Clientsoft
- 一个监控系统的客户端代码 主要功能是tcp udp的多播 可以参考借鉴-A monitoring system client code
client
- c#2005下实现客户端网络通信过程,里面使用UDP通信协议进行开发。-c# 2005 to achieve the client communication process, which uses UDP communication protocol development.
leo
- 基于UDP的分组传输;应用全局变量的交互握手,对视频数据RTP打包,客户端接受RTP包并写入磁盘文件.-UDP-based packet transmission application global variable interaction shook hands on the video RTP package, the client received RTP packet and written to disk file.
241000DM9000
- int main (void) { PINSEL0 = (0x00000005)|(0x03<<18) //P0.0 P0.1用作UART PINSEL1 = 0x00000000 //其余为GPIO ReadModuleP() // 读参数 SetNetPort() InitializeInterrupt() InitNic(0) //RTL8019芯片初始化,在global.c中定义 //WDTC =276
UDP
- PC机与串口通信的以太网例子,基于UDP协议的客户和服务器端-PC, Ethernet and serial communication example, UDP-based client and server-side
pc-and-android-
- PC机做为服务器,android手机作为客户端,利用UDP 协议 ,通过wifi实现的视频发送和接收-The PC as a server, android phone as a client, using the UDP protocol to send and receive video via wifi
udpclient_nonblocking
- udp客户端nonblocking情况下socket建立过程。-case udp client nonblocking socket creation process.
udpclient_blocking
- udp 客户端blocking情况时的socket建立过程。-case udp client blocking socket creation process.
UDp
- 使用socket实现UDP的链接系统,可以利用服务器和客户端进行交互发送消息-Use the links UDP socket implementation system, you can use to interact with the server and client to send messages
UDP-Client
- 一个android客户端下用UDP进行socket通信的简单例子-android UDP socket
android-socket
- android socket网络通信编程实例,TCP/IP Socket、ServerSocket的形式。在JAVA编程中, 经常使用java.net和javax.net包来开发socket程序,下面列出所有常用的类,并简单介绍。再此说明一下:Socket仅仅是对TCP、UDP网络接口的封装,不涉及上层协议。 Java.net Java.net.Socket 客户端连接使用的TCP socket Java.net.DatagramSocket 客户端和服务端共同使用
pbim
- PB即时通讯,服务器端 客户端齐全完全用PB开发的及时通讯系统,系统界面和功能仿照腾讯QQ,该系统完全仿照QQ协议开发,采用TCP/UDP协议结合的方式进行通讯-Instant Messenger
UDPDemo
- UDP的简单实现 客户端和服务端都有可以参考一下-UDP to achieve a simple client and server have reference
同步TCP客户端
- 可以使用TCP进行连接,配合TCP或者UDP服务端一起使用(You can use TCP to connect, with TCP or UDP server to use together)
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