resourcepool / dashboard

A great solution to get your marketing and communication content on-screen
Apache License 2.0
6 stars 3 forks source link

Implement Device discovery & registration #75

Closed loicortola closed 7 years ago

loicortola commented 7 years ago

The idea:

When screens are on the same network, they will use mDNS to discover the dashboard backend.

Then, each screen will subscribe to the backend via a unique identifier (Mac address or Android Device ID).

In the admin panel, the screen status will be available (meaning the android apps send health checks each XX seconds)

Each screen will be able to be linked to exactly one feed. The feed is only given at application boot time (meaning that if the device is unregistered in the admin panel, a TV reboot is necessary)

loicortola commented 7 years ago

Implemented for back & front

loicortola commented 7 years ago

Done on android on the dev branch