搜索资源列表
UDP通信示例程序.rar
- 这是一个使用UDP协议通信的例子程序,非常简单,没有做错误处理机制。由于UDP本身是无连接、不可靠的通信协议。会因为不同的网络环境,有可能会产生数据丢失、数据重复、顺序错乱等情况。 示例程序包含一个服务器端和一个客户端,可以多个客户端接入服务器端。
netdllHwSocket
- 这里将 Socket APIs 封装成一个类似 CAsyncSocket 接口的类,可以在任意线程中访问,也可以静态连接 MFC,另外可控性比 MFC 中的两个Socket类好多了。我还为 CHwSocket 类编写了详细的测试代码,可以进行 TCP 服务器/客户端数据通信,也可以进行 UDP 数据通信,还可以收发 UDP 广播数据报。
CshareGSMLEDapp
- (C#)GSM LED控件应用源程序 无线LED 条屏是一种全新的信息媒体,基于GPRS无线互联网络技术,内置udp-TCP/IP协议栈的工业级GPRS Modem)提供LED 控制卡透明的GPRS网络通信接口,配合服务器软件,实现对LED 显示屏的大规模组网。
server_ver1.zip
- 使用select实现的一个udp服务器端的网络通讯程序,The use of select to achieve a udp server-side network communication procedures
DatagramDemo
- android模拟器中实现UDP数据包通信,包括客户端和服务器端-android emulator implemented in UDP packet communications, including client and server side
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
vspax_demo
- 可以成对的虚拟串口,可以生成最多255个虚拟串口,并且可以用TCP/UDP协议透明传输虚拟串口和串口服务器之间的数据--Can generate up to 255 virtual serial ports, and can use TCP/UDP protocol transparent virtual serial port and serial transmission of data between servers
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
AndroidSocket
- android 的TCP和UDP通信。包括服务器的开关,TCP和UDP的发送,TCP和UDP的远程发送-android UDP traffic. Supports hexadecimal send and receive
udpserver
- udp 服务器端socket建立过程,适用于实际应用。-udp server socket creation process for practical applications.
UDp
- 使用socket实现UDP的链接系统,可以利用服务器和客户端进行交互发送消息-Use the links UDP socket implementation system, you can use to interact with the server and client to send messages
AnyChatCoreSDK_Web_V1.8
- 支持中心服务器录像,音视频录像文件服务器集中保存(可选模块); 支持瑞芯微(RockChip)全系列硬件编解码,实现高清视频通话; 优化P2P算法,提升复杂网络环境下音视频体验; 优化服务器对UDP数据包的处理效率,提高流媒体数据的吞吐量; 修正Logout之后,上层还会收到OnLinkClose异步事件的Bug; 增加AnyChat Server SDK for Java示例程序,可用Java开发业务服务器; 新增Android 4.2平台支持,并兼容更多A
pbim
- PB即时通讯,服务器端 客户端齐全完全用PB开发的及时通讯系统,系统界面和功能仿照腾讯QQ,该系统完全仿照QQ协议开发,采用TCP/UDP协议结合的方式进行通讯-Instant Messenger
switch
- UDP通讯源代码,可以和服务器通讯,实现远程控制-UDP communication sourcecode,remote control by send command to server
Camera
- 手机摄像头采集图像,电脑端显示,用udp实现的一个不可靠的实时监控demo。包括手机端和服务器端两部分-Cell phone camera to capture images, computer terminal display, using udp achieve a real-time monitoring unreliable demo
wifiscaner
- 安卓手机软件,打开之后可以扫描到当前环境中的所有wifi,并定时向UDP服务器发送信号最好的wifi信息;-Android mobile phone software, after opening the WiFi can scan to the current environment, and to send the best WiFi information to the UDP server to send the best
UDP_Demo
- android客户端 发送后接收服务器udp信息(android receive for udp)
GPS-master
- 模仿实现雷达扫描,使用UDP实现通信,通信格式:1B通信站编号+GPGGA格式的GPS数据。udp服务器监听2323端口,等待客户端发送数据(server包UDPClinentTest发送测试数据)。基站编号默认为0,经纬度坐标保存在数据库中。udp服务器端将从站编号及经纬度解析后存入数据库。使用html5 的canvas标签实现扫描界面。每隔1s更新一次数据,并将相对位置显示在界面中,同时计算从站距离基站位置和当前速度。界面长1000px,高600px。(另:计算GPS坐标距离公式是参考网上公