KD-Cloudlet
• Software
Cloudlets are discoverable, generic, stateless servers located in single-hop proximity of mobile devices that can operate in disconnected mode and are virtual-machine based.
Publisher
GitHub
Abstract
Cloudlets are discoverable, generic, stateless servers located in single-hop proximity of mobile devices, that can operate in disconnected mode and are virtual-machine (VM) based to promote flexibility, mobility, scalability, and elasticity. In our implementation of cloudlets, applications are statically partitioned into a very thin client that runs on the mobile device and a computation-intensive Server that runs inside a Service VM. KD-Cloudlet comprises a total of 7 GitHub projects:
- pycloud (Cloudlet Server) (https://github.com/SEI-AMS/pycloud)
- cloudlet-client (Cloudlet Client) (https://github.com/SEI-AMS/cloudlet-client)
- client-lib-android (Library for Cloudlet-Ready Apps) (https://github.com/SEI-AMS/client-lib-android)
- client-lib (Java REST Client Library) (https://github.com/SEI-AMS/client-lib)
- android-logger (SLF4J Logger for Android) (https://github.com/SEI-AMS/android-logger)
- speech-server (Test server: Speech Recognition Server based on Sphinx) (https://github.com/SEI-AMS/speech-server)
- android (Test client: Speech Recognition Client) (https://github.com/SEI-AMS/speech-android)