1 / 15

CS 8803 AIAD – Instant Car-Pooling Application

CS 8803 AIAD – Instant Car-Pooling Application. Vinaya Shenoy Madhura Tipnis Parikshit Sudumbrekar. Agenda. Idea Technology overview Communication Flow Future Work Additional Functionalities. The Idea...Background.

arich
Download Presentation

CS 8803 AIAD – Instant Car-Pooling Application

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CS 8803 AIAD – Instant Car-Pooling Application VinayaShenoy MadhuraTipnis Parikshit Sudumbrekar

  2. Agenda • Idea • Technology overview • Communication Flow • Future Work • Additional Functionalities

  3. The Idea...Background • Car Pooling currently requires lots of planning and lot of communication. • The process is time-consuming. • Absence of real-time car-pooling applications.

  4. The Idea…Proposal • Real-time car pooling application for mobile platforms. • Client just initiates a request consisting of his location, final destination and the vacancy in the car. • The request is then forwarded to the friends selected from the contact list. • Client gets a map, consisting of friends accompanying him for the trip and the directions to reach his friends en route to the final destination.

  5. Technology Used • Client Side: Android Mobile platform • Server Side: Web Service using Apache

  6. Why Android? • Independent of device hardware • Supported by various Handset manufacturers Thus, widespread adoption. • Open Source • Third Party Applications encouraged

  7. Communication Flow • The GPS in the client will detect the location of the device. • This location gets updated periodically when the device changes its location. • The location is stored in the form of latitude and longitude on the device • The server will provide a webservice which when called will return a list of users along with their current locations.

  8. Communication Flow… continued • All the clients who have this application on their phones will be registered users of the web service. • As and when the locations of the device get updated, they are sent to the web service which holds the location information of the clients. • When the initiator polls the web service with an event generation, it sends the location information of the clients which it has to the initiator.

  9. Communication Flow… continued • So the two main scenarios that are to be taken into consideration are that of the initiator polling the web service and of the clients constantly updating their locations.

  10. Screenshot - Main Menu • User can create a new event and send to friends • View created events to see details like friends who have accepted invitations and route to destination • User can also invitations sends by friends.

  11. Screenshot- Creating a Carpooling Event • Application user will provide the time when he will start, destination and number of vacancies in car. • On clicking from “Add from contacts”, webservice will be called and it will display people from contacts who have subscribed to same service. • Source will be current destination of user obtained from GPS.

  12. Screenshot – Map with pickups • Displays to initiator a map with the route to destination with the pickups in between.

  13. Future Work • Improve the GUI at the client side to make it more presentable and usable for client. • Enhance the server side functionality to calculate optimized travel paths for friends en route to the final destination. • Pre calculating the distance of the clients from the initiator and then sending the event generation notice only to those within close vicinity.

  14. Additional Functionalities… • Select friends from social networking sites rather than from a static contact list. • Functionality to update FaceBook Status whenever an event is initiated by the client. • Incorporate traffic conditions while deciding the shortest paths. • Share the Google Map generated with all the friends.

  15. Thank You. • Questions ???

More Related