GPS HTTP POST

JOJOAGOGOGO

GPS HTTP POST

Viajes y guías
  • 0.00
(0 votos)

Instalar gratis

500

Instalaciones de aplicaciones

Android 2.3+

Versión mínima

Con anuncios

Anuncio

23.03.2013

Fecha de lanzamiento

Cambios recientes:

Program optimization

Descripción:

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 Otras aplicaciones de

Descargar