mobile-cloud-computing / HybridComputationalOffloading

Hybrid Computational Offloading
GNU Lesser General Public License v3.0
15 stars 7 forks source link

Implement support for code offloading #4

Open huberflores opened 8 years ago

huberflores commented 8 years ago

Moving one task from one place to another at code method level.

huberflores commented 8 years ago

This should include D2D, remote cloud and cloudlet.

huberflores commented 8 years ago

Wifi implementation can be reused for both, remote cloud (Wifi) and D2D (WifiDirect). Unfortunately, this does not happen with Bluetooth as that interface uses its own BluetoothSockets, which are very different from TCP/IP sockets.

huberflores commented 8 years ago

Single offloading is successful, but continuous offloading is unreliable using Bluetooth as communication channel. Moreover, due to BluetoothSockets, the Class in which the method is captured also has to extend Serializable. Otherwise, the ObjectOutputStream just hangs on.