Skip to content

The implementations of paper "Energy and Performance-Aware Task Scheduling in a Mobile Cloud Computing Environment"

Notifications You must be signed in to change notification settings

Derekkk/Task-Scheduling-under-Mobile-Cloud-Computing-Environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Task-Scheduling-under-Mobile-Cloud-Computing-Environment

The python implementations of paper Energy and Performance-Aware Task Scheduling in a Mobile Cloud Computing Environment

Algorithm Overview

  • Step 1: initial scheduling, without considering the energy consumption.
  • Step 2: rescheduling to find the optimal one with least energy consumption under time constraint.

Implementation

  • We use class Node to represent the node variables
  • Two test samples are provided in the main function. One test samples is the same as the sample givin in the paper.
  • Also, please refer task scheduling.pdf for more specific details.

Note: please refer this project if you want to use the implementation, thanks.

About

The implementations of paper "Energy and Performance-Aware Task Scheduling in a Mobile Cloud Computing Environment"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages