
Service time overlay for google maps
=====================================
Project submission by Karthikeyan Sivaraj and Mansoor Aftab

This project enables users to plan their schedule by displaying the service/waiting times at various business places. It consists of a client component running on the Android phone and a server component. The client component consists of UI and background service. The background service sends periodic location updates to the server component, which processes the data and stores it in the database. The UI component can query the server for service times for a particular location.

Compiling/Installing
=====================
The Android Java code can be imported to eclipse using the Eclipse ADT plugin and installed on the phone using the integrated Android SDK phones provided. The address of the server can be configured by the serv_address value in res/values/string.xml. This file also contains other configurable parameters such as gps resolution, location update interval etc.

The server code is in a C file - server.c which can be compiled with gcc and run on a PC.
