GiSTEQ TripBook

GiSTEQ TripBook is a business application focuses on GPS-enabled trip tracking and creating mileage reports.

Screen Shots

Technical Features

  • Communicates with GPS hardware via Serial Port binary commands
  • Google Map API integration for GPS route viewing and printing
  • GPS route analysis and organization
  • Multi-user management
  • Sortable trip reports with column customization and data filters
  • Export reports to Excel and PDF

GiSTEQ Guardian Real-time GPS Tracker – Part 1

GiSTEQ Guardian is a real time location tracking solution.  It contains several components:

  • A GSM-enabled GPS tracker
  • A location storage and communication gateway server
  • A tracking website for desktop browsers
  • A tracking website for mobile phones
  • A set of text message (SMS) commands to control the GPS tracker
  • A Windows Mobile Phone tracking client
  • A desktop tracking client application.

The first part of the project is to build the API for accessing and setup the GPS tracker hardware via USB port

Screen Shots

Application Settings

PC Setup Wizard Features

  • Supports multiple GPS tracking device; auto detects which device is being setup and starts the appropriate process
  • Converts hardware settings commands into easy-navigate user interfaces
  • Flexible construction by using reflection, polymorphism, and inheritance techniques