搜索资源列表
android_socket_parcel
- Android环境下通过SOCKET传递Parcel包并解出数据的例子程序 在Android环境下,甲程序(C++程序)将数据封装在 Parcel 中,并把 Parcel 发送到SOCKET;乙程序(C++程序)通过SOCKET接收到Parcel包,并解出封装在其中数据。 附带所需的Android.mk文件,并说明如何编译运行。列出了程序的运行结果,最后对程序存在的一些问题做了分析,提出了解决的思路。-Android environment SOCKET pass through
android_pc_socket
- Android as client socket, pc use jsp as server
MyControlComputer(java)
- 通过Android手机去关闭电脑,适用windows系统。之前发了一个电脑端用java写的,在网上自学后用C语言写了这个电脑服务器端。注意,这个app对应这个客户端,之前发的不能通用。 在学习的过程中发现,关于C语言与java通过socket通信这方面比较少入门级的简单易懂的例子,在C的cpp里面写了一下一些学到的东西,不足之处望指导。java实现socket比较简单,就不写了。 -Android phone to turn off the computer, for windows sys
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-Cameras-and-Surveillance
- 简单的安卓手机视频监控,,C/S结构,SOCKET 编程,适合初学者-Simple Android phone video surveillance,, C/S structure,SOCKET programming, suitable for beginners
communication-of-Android-and-CPP
- C++编写的服务器端跟android上编写的手机客户端进行socket通信,传动多种数据。用VC6.0直接打开C++ Server,用eclipse直接打开android socketTest。注意修改一下安卓代码中的IP地址。-This demo provid a way to solve the problem of the communication of Android and C++ with socket
android_demo
- android实时视频传输demo(含服务端) 使用安卓相机捕获视频,基于socket建立于server的实时视频传输。Server使用C#代码实现,支持多客户端预览。-android real-time video transmission demo (including server) using the Android camera to capture video, socket built on server-based real-time video transmission.
NetClientSDK
- android c++ 和网狐对接的socket,能够对接加解密,发送,接受,回调等工作-android socket
UDP-android-and-cSharp
- connectivity between android and C# using socket programming (UDP)
C#与Android-Socket通信
- C#与Android-Socket通信,支持电脑端与手机端的通讯