This application is used to track user with android handset using GPS. It periodically uploads
location data (latitude, longitude, direction, speed, etc.) to any web application using HTTP API URL.
Thus, it helps record every movement of the handset owner on a website. This information can be used for alerts
and reporting purposes based on GPS location.
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>
URL Parameters Description (mandatory parameters):
| 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>urlString | GPS data upload | url http:test.com/ |
| Set GPS down alert interval (seconds) | gprsdown<space>interval | Set interval for 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 meters | accuracy 100 |