搜索资源列表
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
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.