A version of CrowdNav (see other project) that allows to see the sumo-gui graphical interface
434
To see the graphical user interaface of sumo used in CrowdNav even with docker, this special docker container bundles a VNC server and a graphical interface.
docker run --name kafka --hostname kafka -p 2181:2181 -p 9092:9092 --env ADVERTISED_HOST=kafka --env ADVERTISED_PORT=9092 spotify/Kafka
docker run -i -t --link kafka:kafka -p 6080:6080 starofall/crowdnavgui-docker
localhost:6080 or (IP of your Boot2Docker):6080
A VLC session opens. Here click on startGUI.sh and then Execute in Terminal
Now SUMO and CrowdNav is loaded and can be started with the play button
Content type
Image
Digest
Size
564.6 MB
Last updated
over 9 years ago
docker pull starofall/crowdnavgui-docker