Skip to content

PHP CodeIgniter Webapp, Java Android App & Java Socket Server GPS Service

Notifications You must be signed in to change notification settings

underport/GPSTracker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPSTracker

GPSTracker is a application/server/webapp combo created with the intention of gathering GPS data from mobile devices, sending it to a server and having that data be populated on a apache hosted webapp for users to view the data of themselves/other users at a later date.

GPSTracker is split into three componenets: The Java Android client app, the Java socket server and the PHP Apache hosted Webapp.

Apache WebApp

PHP Apache WebApp written using the CodeIgniter framework and GoogleMaps API. The WebApp allows users to visually see on a map where they have been, as well as other users of the application. The WebApp requires users to log in in order to use.

Android APP

Java Android client application used for communicating your current GPS positions to the Java socket server. The app utilizes the TCP/IP protocol suite to send updates every few minutes, or every time you change locations.

Java Server

Java socket server used to gather GPS coordinate updates from Android clients and store these updates in a SQL database that is accessible by the Apache WebApp.

About

PHP CodeIgniter Webapp, Java Android App & Java Socket Server GPS Service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 39.1%
  • PHP 30.5%
  • CSS 27.0%
  • Java 3.1%
  • Other 0.3%