Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 407 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 407 Bytes

Author: Chris Ward

Version: 08/31/2013

TranTracker

An Android-based GPS Transmitter applicaiton. Uses a BroadcastReceiver to retreive the location of an android device, then sends the location to an external database server. The app also runs as a service to allow the program to run in the background.

TODO:

1] Secure MySQL Communications by implementing SSL connection through JDBC