- TTK4145 distributed elevator semester project
- I have already done the project using the Go-language and i also wanted to try it in C++
- The goal is learning modern C++ development and write good code
- p2p UDP bcast of ElevatorState and OrderTable
- CMake
mkdir build
cmake --build build -j2
dmd -w -g src/sim_server.d src/timer_event.d -ofSimElevatorServermake sim(1-3)make simallctest --test-dir build