搜索资源列表
socket-between-android
- 正在学习关于socket的内容,发现网上很少有客户端和服务端都是android的例子,就自己写了一个-Learning about the contents of the socket and founding that There is very few example whose both client and server are the android, I write it myself
AndroidClient
- 一个用于与MJPEG标准视频流通讯的Android客户端.基于纯Socket,手动解JPEG帧头.-A standard MJPEG video streams for communication with the Android client based on pure Socket, manually extracting JPEG header.
socket
- Android编写的聊天软件,用于简单的用户之间的交流。有客户端和服务端组成。-Android chat software written for the simple communication between users. A client and server components.
SocketDemo
- android 模拟器中的Socket通信,实现了基本的服务器,客户端设置-Socket Communications android simulator to achieve the basic server, the client set
PC-And-Android-Socket
- PC客户端与Android服务端的Socket同步通信-PC And Android Socket
socket1.0.tar
- android socket与PC通信,PC使用java eclipse,PC服务器,android客户端-android socket and the PC communication
TestSocket
- 居于android 的socket客户端的实现-Based on android s socket
android_socket
- Android Socket通信,在两个模拟器之间通信,一个做为客户端,一个做为服务器。
socket
- 使用socket实现的一个简单的多人聊天功能,是对socket的一个学习demo,服务端使用java,客户端使用android开发。便于学习android的朋友更好的了解socket的使用!-Socket to achieve a simple multiplayer chat feature is a study of the socket demo service clients to use the java client using the android development. Ea
android-socket
- Android手机通过socket与PC通信,包含客户端和服务器端代码-Android phone through the socket to communicate with the PC, including client and server-side code
socket
- android 客户端服务端通信模拟。通过ip地址来实现通信。-android client server communication simulation. Communication is achieved via ip address.
Android-socket
- Android的Socket之间的数据传输,压缩包里包含服务器端和客户端,可以实现数据传输。-Android Socket data transfer between the compressed bundle includes server and client, can achieve data transfer.
socket
- 使用eclipse,编写的简单服务端与客户端通信的程序,用于理解socket。-Using eclipse, prepared by the simple service and client communication procedures, for understanding the socket.
socket
- socket通信,服务器端为一个java项目,客户端是一个android项目,实现服务器端和客户端之间的通信-socket communication, the server is a java project is an android project client, communication between server and client
Android客户端服务器
- 代码包括android客户端和java服务器端,可实现TCP/IP 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 客户端和服务端共同使用
socket
- 这是一个Socket通信的小程序,实现了服务器和客户端的消息发送和接收-This is a program about socket communication,which can achieve the function of sending and receiving messages between server and client.
Socket
- android sockt 通信 客户端与服务器可互相发送消息-android sockt message push
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