An open API service indexing awesome lists of open source software.

https://github.com/dennisinteractive/signage

The digital signage module
https://github.com/dennisinteractive/signage

Last synced: 8 months ago
JSON representation

The digital signage module

Awesome Lists containing this project

README

          

# Signage

Each device has it's own url, which is /signage/pusher/app?screenid=_{nid}_
where _{nid}_ is the node id of the device's node. Eg; `/signage/pusher/app?screenid=4`
This is where the javascript app code is loaded from.

The app code will then load the screen configuration from /signage/pusher/device/_{nid}_ where _{nid}_ is the node id of the device's node.
Eg; `/signage/pusher/device/4`

![](https://github.com/dennisinteractive/signage/blob/master/img/signage_flow.png)