Skip to content

A multithreaded traffic simulator using a real urban map. Running each vehicle on a separate thread, and manage intersections to facilitate traffic flow and avoid collisions.

Notifications You must be signed in to change notification settings

eslam69/Concurrent-Traffic-Simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Concurrent Traffic Simulation

A multithreaded traffic simulator using a real urban map. Running each vehicle on a separate thread, and manage intersections to facilitate traffic flow and avoid collisions. This is my 4th project in the Udacity C++ Nanodegree Program: Concurrency.

Dependencies for Running Locally

Basic Build Instructions

  1. Clone this repo.
  2. Make a build directory in the top level directory: mkdir build && cd build
  3. Compile: cmake .. && make
  4. Run it: ./traffic_simulation.

About

A multithreaded traffic simulator using a real urban map. Running each vehicle on a separate thread, and manage intersections to facilitate traffic flow and avoid collisions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published