GPS HTTP POST

GPS HTTP POST Free App

Rated 3.43/5 (7) —  Free Android application by JOJOAGOGOGO

Advertisements

About GPS HTTP POST

POST in the HTTP protocol on the server
where you have set the GPS information of the terminal

It is also possible to save the GPX format xml file also.

switching satellite photo [menu] button

[Format to POST]
add=address
lat=Latitude
lon=Longitude
time=GMT time
ele=Elevation

[Server side program sample]

<?php

$add = $_POST["add"];
$lat = $_POST["lat"];
$lon = $_POST["lon"];
$time = $_POST["time"];
$ele = $_POST["ele"];

$xml = "<trkpt lat='".$lat."' lon='".$lon."'><time>".$time."</time><ele>".$ele."</ele></trkpt>";

$fp = fopen("/tmp/gpx.log", "a");
fwrite($fp, $xml."n");
fclose($fp);

echo $xml

?>

How to Download / Install

Download and install GPS HTTP POST version 0.0.6 on your Android device!
Downloaded 100+ times, content rating: Everyone
Android package: com.jojoagogogo.gpslockon, download GPS HTTP POST.apk

All Application Badges

Free
downl.
Android
2.3+
For everyone
Android app

App History & Updates

What's Changed
Program optimization
Version update GPS HTTP POST was updated to version 0.0.6
Version update GPS HTTP POST was updated to version 0.0.5
Name changed  Name changed! GPS LOCK ON HTTP POST now is known as GPS HTTP POST.
Name changed  Name changed! GPS HTTP POST now is known as GPS LOCK ON HTTP POST.

What are users saying about GPS HTTP POST

S70%
by S####:

It looked like a good app but it only works sometimes.


Share The Word!


Rating Distribution

RATING
3.45
7 users

5

4

3

2

1