Introduction - If you have any usage issues, please Google them yourself
Overview-
A passenger want to check the current status of bus like what is the current location and what time will it take to reach to his/her stop etc. So, we are planning to make intelligent bus transportation system which is briefly described below.
Description-
1. We are supposed to make a software by which we can monitor the bus transportation in real time.
a. Bus is a client which will connect to Board of Control (Server) and necessary data will be send/received in the form of packets.
b. A database will be on server side which will store all the data related to each bus, such as:
i. Bus Details (Id, Driver, Current Location, Seat Available)
ii. Driver Details (Id, Name, Contact)
iii. Route Details (Id, Stop1, Stop2, Stop3, Stop4)
2. With the help of database a person who is sitting in the BOC, can monitor the all bus records.
3. Even a passenger can check the bus details according to its requirements in real time with the help of our web services.