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
- Host: GitHub
- URL: https://github.com/dennisinteractive/signage
- Owner: dennisinteractive
- License: gpl-3.0
- Created: 2017-10-27T12:37:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-17T16:18:38.000Z (almost 8 years ago)
- Last Synced: 2024-12-28T11:28:25.472Z (over 1 year ago)
- Language: PHP
- Size: 2.43 MB
- Stars: 0
- Watchers: 31
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`
