This document describes a GPS tracking system project. The system uses an Arduino board with a GPS and GSM module to determine the location of an asset and transmit the coordinates via GSM. It parses the GPS data, sends the location to a server, and allows users to view locations based on timestamps. The system aims to track people and vehicles in real-time. It will read GPS data at intervals, send the coordinates to the server, and enable location lookups by timestamp for tracking purposes.