syndilights/displayclienthtml
Gunstick 050d0a0c1c documented the frame format
created nodejs display server
created html5 canvas visualizer of frames
2013-09-16 23:11:42 +02:00
..
websocket_demo documented the frame format 2013-09-16 23:11:42 +02:00
README documented the frame format 2013-09-16 23:11:42 +02:00
building-isometric_b.jpg
building-isometric_night.jpg forgot the night skyline png 2013-09-01 20:39:53 +02:00
codef_core.js
codef_scrolltext.js
crossdomain.xml
demo-codef.html
demo.html
feed_stream.sh documented the frame format 2013-09-16 23:11:42 +02:00
font.png
hello_node.js server for display clients: readme 2013-09-01 22:52:39 +02:00
index.html
node_modules client-server: the ws_stdin.js reads from stdin. visionneuse.html can be in multiple browsers and displays the texts typed on stdin 2013-09-03 21:47:15 +02:00
stream.php documented the frame format 2013-09-16 23:11:42 +02:00
visionneuse.html documented the frame format 2013-09-16 23:11:42 +02:00
ws_stdin.js documented the frame format 2013-09-16 23:11:42 +02:00
ws_udp.js documented the frame format 2013-09-16 23:11:42 +02: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