Skip to content

A docker version of CrowdNav (see other project) that allows to see the sumo-gui graphical interface

License

Notifications You must be signed in to change notification settings

Starofall/CrowdNavGUI-Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CrowdNavGUI for Docker

Banner

Description

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 Setup

  1. First start kafka

docker run --name kafka --hostname kafka -p 2181:2181 -p 9092:9092 --env ADVERTISED_HOST=kafka --env ADVERTISED_PORT=9092 spotify/Kafka

  1. Start CrowdNavGUI for Docker

docker run -i -t --link kafka:kafka -p 6080:6080 starofall/crowdnavgui-docker

  1. Open your browser and goto either

localhost:6080 or (IP of your Boot2Docker):6080

  1. A VLC session opens. Here click on startGUI.sh and then Execute in Terminal

  2. Now SUMO and CrowdNav is loaded and can be started with the play button

About

A docker version of CrowdNav (see other project) that allows to see the sumo-gui graphical interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages