搜索资源列表
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
TCP_server_client
- MyEclipse,实现tcp socket连接的客户端和服务器端,能够传输文本或图片,服务器端有多线程和单线程两个,多线程的可以实现同时让多个用户连接,rar包内word文档中有简单的流程图和程序说明,代码较简单,适合初学者。-MyEclipse,tcp socket server and client,there are single thread server and multi thread server,you can get file through the tcp
j2me-net
- Test1---http连接 Test2---Socket连接 Test3---DatagramSocket连接 Test4---MMAPI Test5---多客户端服务器 Test6---MMAPI2 Test7---WMAServer-jave net
socket1.0.tar
- android socket与PC通信,PC使用java eclipse,PC服务器,android客户端-android socket and the PC communication
Android
- 使用Socket进行通信(MyClient是客户端,MyServer是服务器端)-Java connection with 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
Socket
- java Socket服务端和客户端源程序-java socket server and client
MyControlComputer(java)
- 通过Android手机去关闭电脑,适用windows系统。之前发了一个电脑端用java写的,在网上自学后用C语言写了这个电脑服务器端。注意,这个app对应这个客户端,之前发的不能通用。 在学习的过程中发现,关于C语言与java通过socket通信这方面比较少入门级的简单易懂的例子,在C的cpp里面写了一下一些学到的东西,不足之处望指导。java实现socket比较简单,就不写了。 -Android phone to turn off the computer, for windows sys
client
- 主要为java语言socket通信的客户端实现-Main client socket communication for the java language to achieve
android-chat-program
- 内涵基于socket网络通讯的聊天客户端代码,以及c#的服务端代码-this is a chat program which includes the client code in java and server code in c#,and they communicate by socket
FileUpload
- 基于socket通讯的文件续传源码,主要面向Android客户端,FileService.java获取每条线程已经下载的文件长度,当文件上传完成后,删除对应的上传记录;StreamTool.java主要用来读取读取文件流,返回上传文件字节数组,用Android上传文件不懂的就可参照这个示例一步步实现,有些代码可以共用。-Socket-based communication file resume source code, mainly for Android client, FileServic
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交互通信
FileUpload
- 基于socket通讯的文件续传源码,主要面向Android客户端,FileService.java获取每条线程已经下载的文件长度,当文件上传完成后,删除对应的上传记录;StreamTool.java主要用来读取读取文件流,返回上传文件字节数组,用Android上传文件不懂的就可参照这个示例一步步实现,有些代码可以共用-Socket-based communication HTTP source files, mainly for Android client, FileService.java
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 客户端和服务端共同使用
Camera_sxt
- 手机摄像头图像源码是一套PC端动态演示手机摄像头图像的源码,在电脑上先运行服务端,手机需要和电脑在一个网络中,打开安卓端以后会要求配置一个ip地址,把PC的IP地址填入手机,点击登录以后服务端控制台会循环打印连接成功,并且弹出一个窗口用来演示手机传过来的图像每秒可以显示20-30帧图像。可以截屏图片并保存为本地文件,本项目包括java服务端源码和安卓客户端源码通过Socket进行通信。-Cell phone camera image source is a PC dynamic demonstr
Socket_lts
- Socket实现粗略的聊天室功能是一个演示Android简单Socket聊天室的例子源码,只可以安卓发消息PC客户接收,不能反方向发送消息,消息会由PC端转发给所有在线的安卓客户端,接着客户端(包括自己)都会收到某个客户端输入的信息。在安卓端的MainActivity.java中配置好PC服务端IP,环境运行com.socket.androidServer中的SimpleServer服务器。然后运行Android客户端就可以发送消息了-Socket to achieve roughly the
SocketClient
- 用java 写的socket客户端,还有一个socket写的服务端,在下一个文件上有上传-Using java to write the client socket, and a socket to write server-side, there is a file upload on the next
IM-master
- 简单的仿QQ聊天安卓APP源码。 该项目用JAVA的socket实现,包含客户端,服务器与数据库,如果想运行需要注意一下几点: 服务器更改配置文件dbcpconfig.properties 我已经将所需的依赖库也上传了,如果还缺少某些依赖库,需要你自己去下 注意客户端的端口号应与服务器的端口号一致。 客户端出现服务器异常时,请注意客户端的SERVER_IP,需要保证客户端ping通服务器。数据库使用的mysql。(Wechat,qq,and so on ifyou want to see it
Android 手机联网对战 中国象棋 游戏源码
- Android 中国象棋游戏 可以网络对战,分为客户端和服务端,客户端为 Android 应用,服务端使用Java语言实现,数据库为MySQL,使用到了Socket和多线程技术。(An Android Chinese chess game which can be network to combat, divided into client and server, client is Android application, server uses Java language, database