搜索资源列表
AndroidSocket
- 本章主要讲Android聊天室项目开发,通过此项目来帮助我们了解Socket网络编程。-It is about how to develop chat program in android socket.
androidPwifiPsocket
- android在wifi下手机与电脑的socket通信。 pc端为MFC程序,可以自由设定为服务端,或客户端。-android wifi under the socket of the phone and computer communication. pc-MFC program can be set freely services side, or client.
android_socket_parcel
- Android环境下通过SOCKET传递Parcel包并解出数据的例子程序 在Android环境下,甲程序(C++程序)将数据封装在 Parcel 中,并把 Parcel 发送到SOCKET;乙程序(C++程序)通过SOCKET接收到Parcel包,并解出封装在其中数据。 附带所需的Android.mk文件,并说明如何编译运行。列出了程序的运行结果,最后对程序存在的一些问题做了分析,提出了解决的思路。-Android environment SOCKET pass through
XYZSensorTestPro
- 接收GPS数据并处理三个方向加速度传感器数据,再通过Socket发送至局域网里另一台服务器的Android程序-Receiving GPS data and sensor data processing acceleration in three directions, and then sent to the LAN through the Socket server Android in another program
android_server
- android的socket变成通信测试程序-android' s socket into a communication test program
Phontroler-version-1.01
- Cellphone Controller设计的基本思想是Android手机端通过socket与电脑连接,在密码认证之后与电脑端的服务器程序连接,并向服务器程序发出命令,服务器程序通过调用系统命令行或给系统发消息,从而控制电脑。其优点是:节约了大量带宽;消耗的硬件资源小(电脑不用反复截屏发送图片流,手机端也不用播放流媒体);使手机端的用户操作更加便捷(UI更加适合手机用户操作);使手机端的用户体验更加流畅。-Cellphone Controller design of the basic idea
Client
- 和同学写的android的QQ客户端。该程序实现了android设备平台的即时通讯。有注册、登陆、即时通讯等功能模块。能够进行注册验证和登录用户名和密码验证,所有的校验都在server服务器上完成;通过Socket网络通信给客户端发送相应的通知;能够进行添加好友、删除好友;能够显示在线用户和下线用户、发送信息和图片,能够进行信息群发和私聊。 -And students write the android QQ client. The program achieved the androi
1090382_12505973868c08
- Socket是TCP/IP协议上的一种通信,在通信的两端各建立一个Socket,从而在通信的两端之间形成网络虚拟链路。一旦建立了虚拟的网络链路,两端的程序就可以通过虚拟链路进行通信。 -Socket is a communication on the TCP/IP protocol in the communication of each end of the establishment of a Socket, virtual link between the two ends of th
PCChat
- java 和android编写的socket聊天程序,实现多线程。可以点对点。也可以群聊-socket chat program written in java and android, multi-threaded. Point to point. You can also group chat
blue_chat
- Bluetooth简单的蓝牙聊天程序,serverSocket,socket,设备侦听等功能-The the simple Bluetooth Bluetooth chat program, serverSocket, socket, device listens functions
androidwifipcsocket
- android在wifi下手机与电脑的socket通信,内附电脑端的VC++程序源码,需要在VC6环境下编译并生成EXE文件,方可运行,同时还包括了本实例实现过程的技术文档。在wifi网络下,手机和电脑可以通过socket通信。手机做服务端,电脑做客户端,也可以对调过来。 手机作为服务端,电脑使用MFC编程作为客户端,原理是,手机建立一个ServerSocket,并获取自己的ip地址和端口port;然后电脑通过socket连接手机的ip:port。-android wifi phone
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
Android-phone-camera
- 在手机客户端(Android)通过实现Camera.PreviewCallback接口,在其onPreviewFrame重载函数里面获取摄像头当前图像数据,然后通过Socket将图像数据和相关的用户名、命令等数据传输到服务器程序中。-Mobile client (Android) implement the Camera.PreviewCallback interface in onPreviewFrame overloaded functions inside access to the ca
vote-app
- ANDROID 手机投票器APP,可用于班级投票。使用SOCKET通信,分服务器和客户端两部分程序。-Mobile voting machine ANDROID APP, can be used in class vote. Use SOCKET communications, and server and client in two parts of the program.
socket
- 这是一个Socket通信的小程序,实现了服务器和客户端的消息发送和接收-This is a program about socket communication,which can achieve the function of sending and receiving messages between server and client.
upload
- Android Socket通信程序,本程序实现了Android 客户端与PC服务端的Socket通信,并能实现断点上传功能。-Android Socket communication program, the program achieved a Socket Communications Android client and service side of the PC, and can achieve a breakpoint upload feature.
android
- android远程视频监控程序,通过socket以及局域网实现视频监控-Android remote video surveillance program
AndroidSocket_ClientaServer
- Android 平板Socket编程实例,一个程序带Client+Server,线程处理有难度哦,原创、实用。-Android tablet Socket Programming example, a program with a Client+ Server, threading difficult Oh, original and practical.
6310
- Data analysis, plotting, etc., Data packet transfer source program, The Chinese have a comment, understand it.
SocketServiceDemo-master
- 这是一个socket通信的服务器程序,是android可直接编译的程序(This is a socket communication server program, Android can be directly compiled procedures)