You are on page 1of 1

SYSTEM ARCHITECTURE

In this system, the user first registers and logs in to ensure the safety and
authorization of the application. Then, the user is directed to a page where they
can input a location or the source and destination. The map allows users to
locate nearby charging stations and view real-time information about the
available charging slots at each station. Based on the inputted location, the map
will display the Electric Vehicle Charging stations in that area. The K Nearest
Neighbour algorithm is used to determine the nearest charging stations. The
Round Robin scheduling algorithm is used for slot allocation. Users can book a
charging slot in advance by viewing the slot availability on the map and making
a pre-payment to reserve the slot. Once payment is made, a confirmation
message is sent to the user providing details about the reserved slot and
charging station location. Users can easily cancel or reschedule their reservation
through the app, and the pre-payment will be refunded in accordance with the
cancellation policy. Overall, reserving a charging slot is critical to ensuring
electric vehicle owners can conveniently and efficiently charge their vehicles.

You might also like