OleguerCanal / KTH_Distributed-Systems

Distributed Systems (SF2568 ) 2020 Coding assignments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KTH_Distributed-Systems

Distributed Systems (SF2568 ) 2020 Coding assignments

To run the code, run run.sh. This will use the following files to do the simulation:

  • main.cpp (here you can active/desactivate status updates and printing for plot)
  • include/env.hpp (with all parameters that can changed)
  • src/region.cpp
  • src/person.cpp
  • include/helper.cpp

The plots will be made using:

  • plots/plot_hist.py (histogram)
  • plots/visualize.py (video of people moving)

The plots will end up in a directory data/ (that needs to created before running the code)

Figures has some figures that were obtained with the code

About

Distributed Systems (SF2568 ) 2020 Coding assignments


Languages

Language:C++ 41.0%Language:C 37.4%Language:Python 15.8%Language:Shell 5.0%Language:CMake 0.8%