GPS HTTP POST

JOJOAGOGOGO

GPS HTTP POST

Travel & Local
  • 0.00
(0 投票)

無料インストール

500

アプリのインストール

Android 2.3+

最小バージョン

広告付き

広告

23.03.2013

リリース日

最近の変更:

Program optimization

説明:

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

?>

JOJOAGOGOGO 他のアプリ

ダウンロード