搜索资源列表
UDPTest
- 使用UDP的组播方式获取组播数据流的Android程序-Way to use multicast UDP multicast data stream for Android program
DatagramDemo
- android模拟器中实现UDP数据包通信,包括客户端和服务器端-android emulator implemented in UDP packet communications, including client and server side
MessageTalk-V2.0
- 用ANDROID语言实现的,类似飞秋的建议聊天系统,采用UDP传送协议,可供新手学习参考,高手就不用看了!-ANDROID language used, and similar proposals fall fly chat system that uses UDP transport protocol, for novice as a reference expert do not read!
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 ..
Socket1
- Android UDP socket通信 Android UDP socket通信-Android UDP socket communication Android UDP socket communication
udpcomm
- Android UDP Client and Server Communication Programming
MessageTalk-V2.1
- android udp 聊天 发送接收程序-android udp chat sending and receiving process
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
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 客户端和服务端共同使用
基于Android的surfaceView视频传输自己封装的类
- Android SurfaceView 与CVideoWriter和CVideoReader 相关联,即可P2P对等传输摄像头视频。基于UDP协议
android-udp
- android Udp多播通讯.实现局域网内通过udp多播进行数据交互.-Android Udp multicast communication.
UDP-demo
- UDP广播开发代码 对于初学者有很好的作用-for udp android learn
android-TCP-UDP-code
- 开发手机网络功能的好代码值得学习.希望对你们有用-this is a very useful learn for android
UDP-android-and-cSharp
- connectivity between android and C# using socket programming (UDP)
UDP-android-and-python
- connectivity between android and python using UDP
Android-UDP-Terminal-master
- ANDROID UPD TERMINAL FOR ANDROID STUDIO & ECLIPSE
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