GPS HTTP POST 0.0.6 Icon

GPS HTTP POST

JOJOAGOGOGO Travel & Local
0
0 Ratings
790+
Downloads
0.0.6
version
Sep 17, 2015
release date
1.5 MB
file size
Free
Download

What's New

Program optimization

About GPS HTTP POST Android App

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

?>

Other Information:

Requires Android:
Android 2.3.2+
Other Sources:

Download

This version of GPS HTTP POST Android App comes with one universal variant which will work on all the Android devices.

Variant
13
(Sep 17, 2015)
Architecture
universal
Minimum OS
Android 2.3.2+
Screen DPI
nodpi (all screens)

All Versions

If you are looking to download other versions of GPS HTTP POST Android App, We have 1 version in our database. Please select one of them below to download.

Loading..