syndilights/displayclient/html
Gunstick f4c71012be new displayclient for arduino with ethernet shield and neopixels
format for central config file describing dynamically the setup
moved some files around and adapted runitall / readme for the new layout
2015-02-13 22:53:04 +01:00
..
websocket_demo new displayclient for arduino with ethernet shield and neopixels 2015-02-13 22:53:04 +01:00
README new displayclient for arduino with ethernet shield and neopixels 2015-02-13 22:53:04 +01:00
building-isometric_b.jpg new displayclient for arduino with ethernet shield and neopixels 2015-02-13 22:53:04 +01:00
building-isometric_night.jpg new displayclient for arduino with ethernet shield and neopixels 2015-02-13 22:53:04 +01:00
codef_core.js new displayclient for arduino with ethernet shield and neopixels 2015-02-13 22:53:04 +01:00
codef_scrolltext.js new displayclient for arduino with ethernet shield and neopixels 2015-02-13 22:53:04 +01:00
crossdomain.xml new displayclient for arduino with ethernet shield and neopixels 2015-02-13 22:53:04 +01:00
demo-codef.html new displayclient for arduino with ethernet shield and neopixels 2015-02-13 22:53:04 +01:00
demo.html new displayclient for arduino with ethernet shield and neopixels 2015-02-13 22:53:04 +01:00
feed_stream.sh new displayclient for arduino with ethernet shield and neopixels 2015-02-13 22:53:04 +01:00
font.png new displayclient for arduino with ethernet shield and neopixels 2015-02-13 22:53:04 +01:00
hello_node.js new displayclient for arduino with ethernet shield and neopixels 2015-02-13 22:53:04 +01:00
index.html new displayclient for arduino with ethernet shield and neopixels 2015-02-13 22:53:04 +01:00
node_modules new displayclient for arduino with ethernet shield and neopixels 2015-02-13 22:53:04 +01:00
stream.php new displayclient for arduino with ethernet shield and neopixels 2015-02-13 22:53:04 +01:00
visionneuse.html new displayclient for arduino with ethernet shield and neopixels 2015-02-13 22:53:04 +01:00
ws_stdin.js new displayclient for arduino with ethernet shield and neopixels 2015-02-13 22:53:04 +01:00
ws_udp.js new displayclient for arduino with ethernet shield and neopixels 2015-02-13 22:53:04 +01:00

README

this contains currently standalone html pages showing off how the displayclient looks like

the final setup will be a central server using node.js which gets it's data from the frameserver
and manages the multiple connections to web clients visualizing the virtual building

howto install node js: http://howtonode.org/how-to-install-nodejs

*run the latest demo
** run the webserver/udp listener:
nodejs ws_udp.js

** run the random data feeder
./feed_stream.sh

** run the visualizer
./firefox visionneuse.html