An intelligent Transport Management System (TMS) powered by IoT (Internet of Things), designed to monitor and manage vehicle fleets in real-time. This system receives alerts from vehicles, processes them, and generates automated responses for efficient transport operations.
✅ Real-time Vehicle Monitoring
✅ Automated Alert Processing (e.g., Accident, Overspeeding, Maintenance)
✅ Dynamic Response Generation
✅ API-based Vehicle Communication
✅ Historical Data of Alerts & Responses
✅ Thread-safe In-memory Database
✅ Scalable & Modular Codebase
✅ Developer-friendly REST APIs
| Technology | Usage |
|---|---|
| Python | Backend development |
| Flask | Lightweight REST API Framework |
| IoT Devices | Vehicle sensors (simulated) |
| JSON | Data exchange format |
| Threading & Locks | For safe concurrent data handling |
[Vehicles (IoT Sensors)]
│
▼
[Flask REST API Server]
│
┌───────┴────────┐
│ Alert Receiver │
│ Response Engine│
│ Data Storage │
└───────┬────────┘
▼
[Dashboard & API Clients]```


