Android Open Source - Framework Application mobilecloud






Project Summary

A light weight MapReduce framework for mobile systems. Add applications for android mobile devices and run through MapReduce algorithm. Run Server on dedicated machine while android devices act as slave. Currently, only support android devices..

Web Site / Source Repository

mobilecloud is hosted in the following web site
https://github.com/makhojaye/mobilecloud

If you think the Android project mobilecloud listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of mobilecloud.

ItemValue
Java File Count37
Activity Count1
Required Permissionsandroid.permission.INTERNET
android.permission.WRITE_EXTERNAL_STORAGE




License

The license information of mobilecloud is as follows:

Apache License

Java Source Files

com.fastnu.thesis.AndroidClient.java
com.fastnu.thesis.JobConstants.java
com.fastnu.thesis.MessageType.java
com.fastnu.thesis.MessageType.java
com.fastnu.thesis.Message.java
com.fastnu.thesis.Message.java
com.fastnu.thesis.ProcessHelper.java
com.fastnu.thesis.TaskTracker.java
com.fastnu.thesis.communicator.Communicator.java
com.fastnu.thesis.communicator.Server.java
com.fastnu.thesis.job.Action.java
com.fastnu.thesis.job.FileConstant.java
com.fastnu.thesis.job.JobException.java
com.fastnu.thesis.job.JobService.java
com.fastnu.thesis.job.Job.java
com.fastnu.thesis.job.TaskStatus.java
com.fastnu.thesis.mapreduce.action.base.Context.java
com.fastnu.thesis.mapreduce.action.base.Mapper.java
com.fastnu.thesis.mapreduce.action.base.Reducer.java
com.fastnu.thesis.mapreduce.downloadmanager.DownloadFileConstants.java
com.fastnu.thesis.mapreduce.downloadmanager.MapTask.java
com.fastnu.thesis.mapreduce.examples.WordCountMapper.java
com.fastnu.thesis.mapreduce.examples.WordCountReducer.java
com.fastnu.thesis.mapreduce.network.NetworkSettings.java
com.fastnu.thesis.mapreduce.tracker.TaskLogger.java
com.fastnu.thesis.mapreduce.tracker.TaskStatus.java
com.fastnu.thesis.mapreduce.uploadmanager.ContextImpl.java
com.fastnu.thesis.mapreduce.uploadmanager.UploadFileConstants.java
com.fastnu.thesis.mapreduce.xml.parser.AndroidSaxTaskParser.java
com.fastnu.thesis.mapreduce.xml.parser.BaseTaskParser.java
com.fastnu.thesis.mapreduce.xml.parser.Message.java
com.fastnu.thesis.mapreduce.xml.parser.ParserType.java
com.fastnu.thesis.mapreduce.xml.parser.SaxTaskHandler.java
com.fastnu.thesis.mapreduce.xml.parser.SaxTaskParser.java
com.fastnu.thesis.mapreduce.xml.parser.TaskParserFactory.java
com.fastnu.thesis.mapreduce.xml.parser.TaskParser.java
com.fastnu.thesis.producer.JobProducer.java