ry4nzhu / Android-Client-cpp-Server

A simple Android Client & C++ Server program

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple server and android client program

Server Choice

Http Server
  • If you have http-server installed, cd httpServer and start the server by http-server.
  • If you don't have http-server installed, you can install it from npm.
C++ Socket Server
  • cd Server and start by ./socket

Client Usage

  • Run the app on either emulator or the phone and click the mail bottom. The program will request the serevr for a 20MB file and record the time downloading the file. The time will be printed in LogCat.

About

A simple Android Client & C++ Server program


Languages

Language:Java 67.8%Language:C++ 32.2%