asorici / envived-client

1 stars 0 forks source link

Server -> Client notification system #11

Closed asorici closed 10 years ago

asorici commented 10 years ago

The current Server --> Client notification system in the Envived client application uses Google Cloud Messaging as its default support.

In order to allow transparent real-time communication between agent entities as well, the goal is to shift the default Server --> Client notification mechanism to a long-polling service.

The objective is to implement the background Android Service that will act as receiver and dispatcher of server notifications towards the required activities or services.