GPS HTTP POST

JOJOAGOGOGO

GPS HTTP POST

سفر و محلی
  • 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 برنامه های دیگر

دانلود