搜索资源列表
server_ver1.zip
- 使用select实现的一个udp服务器端的网络通讯程序,The use of select to achieve a udp server-side network communication procedures
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
UDPServer
- 通过J2ME实现的UDP server,可用于TCK server端接收udp 连接-J2ME achieved through the UDP server
UDPTalk
- 利用UDP进行网络聊天的程序,包括客户端和服务端-The network using UDP chat program, including client and server-side
server
- c#2005下实现服务端网络通信过程,里面使用UDP通信协议进行开发。-c# 2005 to achieve server communication process, which uses UDP communication protocol development.
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
mobileClient-Server-UDPChating
- This application enable chatting between PC-Server and Mobile Client using datagram socket in j2me. This is User DataGram Pocket(UDP) Chatting application. MIDlet1.0 and above configuration support for this chatting application
udpcomm
- Android UDP Client and Server Communication Programming
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
POCTest
- java UDP传输例子程序,server端侦听端口收到消息后返回client端响应,client端向server端发送报文后接收并打印server端报文信息-java UDP transport sample programs, server-side listening port after receiving the message to return client-side response, client-side sends packets to the server and pri
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
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
同步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
GPS-master
- 模仿实现雷达扫描,使用UDP实现通信,通信格式:1B通信站编号+GPGGA格式的GPS数据。udp服务器监听2323端口,等待客户端发送数据(server包UDPClinentTest发送测试数据)。基站编号默认为0,经纬度坐标保存在数据库中。udp服务器端将从站编号及经纬度解析后存入数据库。使用html5 的canvas标签实现扫描界面。每隔1s更新一次数据,并将相对位置显示在界面中,同时计算从站距离基站位置和当前速度。界面长1000px,高600px。(另:计算GPS坐标距离公式是参考网上公