Skip to content

ketanbj/eapps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ephemeral Apps

Ephemeral apps are new types of apps that are (i) immediately and on-demand available on end-user devices, but (ii) are ephemeral, in that they can completely disappear from the device once the end-user leaves the current context. At the same time, (iii) they run in the same fashion and are able to seamlessly access device features and provide similar security guarantees as the native apps installed on end user devices.

The two component that make ephemeral apps possible are:

  • Wandroid: Enhanced Android with support for app streaming and app ephemerality.
  • Ephemeral app server: A two phased app streaming server to decouple of apps from devices.

Demo

IMAGE ALT TEXT HERE

Repository organization

########

eapps
  ├── android
  │		├─ Changes/Addition to Android Lollipop AOSP v5.0.3 required to support 
  │     │  app streaming and app ephemerality in android.
  │     │  Contains only the changed files which can be used to compile your own 
  │     │  Wandroid. For compiling android please refer:  Compiling android.
  │ 
  ├── pyephserver
  │     ├─ Ephemeral app server implemented using python
  ├─ ephserver 
  │		├─Ephemeral app server implemented using node.js
  │
..

License

Refer LICENSE.md

About

Ephemeral apps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors