Android Based Bonrix GPS Mobile Tracker Apps
										
										 
										
          
This application is used to track user with android handset using GPS.It will periodically upload location data[latitude,longitude,direction,speed, etc] to any web application using HTTP API URL.
Thus it will help to record each and every possible movements of handset owner on a website. 
This information can be used further for alert and reporting purpose based on GPS location..... 
							  
HTTP URL Description
 Application can be configured using SMS request to android handset
                 http://host:port/AppName/submitpage?Operation=uploadandro&lat=<la>&lang=<lo>&speed=<s>&imei=<i>&alt=<a>&dir=<d>&date=<dt>
 http://host:port/AppName/submitpage?Operation=uploadandro&lat=<la>&lang=<lo>&speed=<s>&imei=<i>&alt=<a>&dir=<d>&date=<dt> host=Domain name or ip of web application(mandatory)
 host=Domain name or ip of web application(mandatory) port=Port number (optional).
 port=Port number (optional). AppName=Name of web application(mandatory).
 AppName=Name of web application(mandatory). submitpage=Name of servlet, jsp or asp page(Ex:controllerServlet,submit.jsp,submit.aspx)(mandatory).
 submitpage=Name of servlet, jsp or asp page(Ex:controllerServlet,submit.jsp,submit.aspx)(mandatory). URL Parameters Description(mandatory parameters):
             *Don't change elements covered between < and >
 *Don't change elements covered between < and > Operation=Name of operation (depends upon ur web application)
 Operation=Name of operation (depends upon ur web application) <la>=latitude
 <la>=latitude <lo>=longitude
 <lo>=longitude <s>=speed
 <s>=speed <a>=altitude
 <a>=altitude <i>=device id
 <i>=device id <d>=direction
 <d>=direction <dt>=date time
 <dt>=date timeConfiguration SMS Commands
| SMS Purpose | SMS Format | SMS Description | SMS Example | 
| Get last position | position<space>pin | Pin is given by admin | position 123 | 
| Set gps data upload url | url<space>ulrString | Gps data upload | url http:test.com/ | 
| Set gps down alert interval(seconds) | gprsdown<space>interval | Set Interval of Gps/internet | gprsdown 5 | 
| Get Handset network status | status<space>pin | Handset N/W Status | status 123 | 
| Set GPS data Accuracy | accuracy<space>distance | Distance Accuracy in meter | accuracy 100 | 









