A traffic solution for both the common man and traffic law enforcement. A web forum where users can share:
- Traffic updates (jams,diversions,construction work etc.) for other users and
- 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
- Paste landing page files in C:\laragon\www
- Paste phpbb3 folder in C:\laragon\www
- Type 'localhost/Home.html' in browser URL to open landing page
- Type 'localhost/phpbb3' in browser URL to run Traffic forum
- The "Forum" tab (in Home.html) has to be linked to the "index.php" file (in phpbb3).
- Remove the install directory after installing phpbb3 on the host.
- The Python script can pick data from the forum and tweet incidents to state police.