noyainrain / wall

Digital wall (display) that can be controlled remotely, for example via mobile or tablet.
9 stars 4 forks source link

Wall

An interactive display built on web technology.

We use it as jukebox device in our kitchen. People can push content (youtube-videos, urls, etc) to the display with their mobile devices or control the MPD (http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki) on the device.

It consist of a python server (built upon tornado) that talks to the display, a browser in fullscreen/kiosk mode, and the clients (browser on your mobile), via websockets.

Setup

Wall requires:

Run Wall with:

python walld.py <config_file>

Platform Support

The Wall server should work on any POSIX system.

Browser Support

The Wall clients support the latest version of popular browsers (i.e. Chrome, Firefox, Internet Explorer and Safari; see http://caniuse.com/ ).

Built With