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 first piece of html5 display 2013-08-11 21:26:50 +02:00
building-isometric_night.jpg forgot the night skyline png 2013-09-01 20:39:53 +02:00
codef_core.js little scroller done by a friend with the demo coding library codef (included) 2013-08-15 00:29:26 +02:00
codef_scrolltext.js little scroller done by a friend with the demo coding library codef (included) 2013-08-15 00:29:26 +02:00
crossdomain.xml little scroller done by a friend with the demo coding library codef (included) 2013-08-15 00:29:26 +02:00
demo-codef.html night skyline for the html demos 2013-09-01 20:34:51 +02:00
demo.html night skyline for the html demos 2013-09-01 20:34:51 +02:00
feed_stream.sh documented the frame format 2013-09-16 23:11:42 +02:00
font.png little scroller done by a friend with the demo coding library codef (included) 2013-08-15 00:29:26 +02:00
hello_node.js server for display clients: readme 2013-09-01 22:52:39 +02:00
index.html night skyline for the html demos 2013-09-01 20:34:51 +02:00
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