yashsheth46/MobileCloudCache
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This project provides a file upload service via an Android app. It essentially uses the pronciples of cloud computing and overcomes certain pitfalls involved in the application of cloud computing to the mobile environment. The code provides an intermediate brokering facility to aggregate files from multiplemobile devices and upload them in a single transaction. It also smartly schedules these uploads as per the urgency of the file, likely to be accessed and also based on a user level billing model. The code is completely written in java, along with the front-end Android app.