Skip to content

tjresearch/research-richard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Decentralized Traffic Detection

Project overview

I will simulate a road network and test the effectiveness of decentralized traffic detection (DTD) through car-to-car communication of local slowdowns. I will also determine the minimum density of DTD users necessary for effective decentralized traffic detection.

Requirements

The simulation program requires C++11 or higher.

The web server requires Node.js. https://nodejs.org/en/

Installation instructions

Clone this repository from GitHub

cd web
npm install

Run instructions

  1. Navigate to the root folder of this repo
  2. Run the following commands
cd code/build
cmake .. && make
./main < input.txt
cd ../../web
npm start
  1. Navigate in your favorite web browser to localhost:8080/
  2. Enter the simulation name and index from ./main < input.txt into the website

About

research-richard created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published