2013-09-01 22:52:39 +02:00
|
|
|
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
|
2013-09-16 23:11:42 +02:00
|
|
|
|
|
|
|
*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
|