搜索资源列表
-
0下载:
正在学习关于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
-
-
0下载:
Android编写的聊天软件,用于简单的用户之间的交流。有客户端和服务端组成。-Android chat software written for the simple communication between users. A client and server components.
-
-
0下载:
android 模拟器中的Socket通信,实现了基本的服务器,客户端设置-Socket Communications android simulator to achieve the basic server, the client set
-
-
0下载:
和同学写的android的QQ客户端。该程序实现了android设备平台的即时通讯。有注册、登陆、即时通讯等功能模块。能够进行注册验证和登录用户名和密码验证,所有的校验都在server服务器上完成;通过Socket网络通信给客户端发送相应的通知;能够进行添加好友、删除好友;能够显示在线用户和下线用户、发送信息和图片,能够进行信息*和私聊。
-And students write the android QQ client. The program achieved the androi
-
-
0下载:
Android as client socket, pc use jsp as server
-
-
1下载:
Android手机通过socket与PC通信,包含客户端和服务器端代码-Android phone through the socket to communicate with the PC, including client and server-side code
-
-
0下载:
android 客户端服务端通信模拟。通过ip地址来实现通信。-android client server communication simulation. Communication is achieved via ip address.
-
-
0下载:
Android的Socket之间的数据传输,压缩包里包含服务器端和客户端,可以实现数据传输。-Android Socket data transfer between the compressed bundle includes server and client, can achieve data transfer.
-
-
0下载:
socket通信,服务器端为一个java项目,客户端是一个android项目,实现服务器端和客户端之间的通信-socket communication, the server is a java project is an android project client, communication between server and client
-
-
0下载:
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 客户端和服务端共同使用
-
-
0下载:
这是一个Socket通信的小程序,实现了服务器和客户端的消息发送和接收-This is a program about socket communication,which can achieve the function of sending and receiving messages between server and client.
-
-
0下载:
android,socket聊天,有客户端和服务器端。-android;socket;client and server。
-
-
0下载:
Android 平板Socket编程实例,一个程序带Client+Server,线程处理有难度哦,原创、实用。-Android tablet Socket Programming example, a program with a Client+ Server, threading difficult Oh, original and practical.
-
-
0下载:
Android app on platform Android studio has server/client
-
-
0下载:
通过socket建立两个用户间的通信,有服务器端和客户端,一个很简单的系统,方便学习-Established via socket communication between two users with server and client, a very simple system, easy to learn
-
-
0下载:
android 程序,在手机上创建SOCKET客户端,可以连接相同网络里的SOCKET服务端。-android demo,create a socket client in your cellphone in order to connect to the socket server.
-
-
0下载:
一个Android手机与PC通讯的例子,手机是client,PC是Server,目前是单向的只能是手机给PC发,用的TCP协议。测试的时候记得改IP。-An example of Android mobile phone and PC communications, mobile phone is client, PC is Server, is currently only one way can only be the phone to send PC, using the TCP prot
-
-
0下载:
Socket实现粗略的聊天室功能是一个演示Android简单Socket聊天室的例子源码,只可以安卓发消息PC客户接收,不能反方向发送消息,消息会由PC端转发给所有在线的安卓客户端,接着客户端(包括自己)都会收到某个客户端输入的信息。在安卓端的MainActivity.java中配置好PC服务端IP,环境运行com.socket.androidServer中的SimpleServer服务器。然后运行Android客户端就可以发送消息了-Socket to achieve roughly the
-
-
0下载:
Android socket编程实现消息推送Server+Client(Android socket Programming message push Server+Client)
-
-
0下载:
两台或多台android设备,其中有一台作为服务端,则另外一台或几台作为客户端,然后通过UDP进行自动连接.其实现的原理很简单,服务端这一边通过MulticastSocket将自己的有关信息,如IP,端口等广播出去,同一个广播地址里面的客户端可以接收到该广播,并从中解析要相关的信息.(Two or more Android devices, including one as a server, then another one or several Taiwan as the client, a
-