/Traffic

No_Traffic-ing : Traffic solutions for the common man & law enforcement

Primary LanguagePHPMIT LicenseMIT

No_Traffic-ing

A traffic solution for both the common man and traffic law enforcement. A web forum where users can share:

  1. Traffic updates (jams,diversions,construction work etc.) for other users and
  2. Alert law enforcement moderators to traffic violations (someone jumping a light at an intersection where police isn't deployed, a hit and run) along with details of the culprits vehicle if they can.

Details

  • Landing Page (Home Page) - Basic HTML script.
  • Forum - phpBB3 based (no registration/login required) - Only admin and moderator login.
  • Reporting - Tweets to state traffic police using python script.

How to use -

Create local host using laragon/xampp then

  1. Paste landing page files in C:\laragon\www
  2. Paste phpbb3 folder in C:\laragon\www
  3. Type 'localhost/Home.html' in browser URL to open landing page
  4. Type 'localhost/phpbb3' in browser URL to run Traffic forum
  5. The "Forum" tab (in Home.html) has to be linked to the "index.php" file (in phpbb3).
  6. Remove the install directory after installing phpbb3 on the host.
  7. The Python script can pick data from the forum and tweet incidents to state police.