Send location to server over http or sms. Url can be changed to your own server address.
Properties:
- Tracking : enable/disable location sending
- Type : set type http/sms
- Url : url to the tracking server
- Phone Number : phone number where your location will be sent
- Tracking Interval : tracking interval
- Sending Interval : locations are collected and sent at once
Commands:
- Save : save settings
- Send HTTP : send current location to server
- Send SMS : send sms with your current location
- Contacts : open contact list from the phone book
- Back : back to settings menu
Send HTTP
Http data is sent via Http POST with encoding "application/x-www-form-urlencoded".
lat - latitude in format dd:mm:ss.ss
lon - latitude in format dd:mm:ss.ss
alt - altitude in meters
speed - speed in meters per second
course - in degrees 0-359
time - timestamp in miliseconds since midnight, January 1, 1970 UTC