Aero GPS Recorder

100+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image

About this app

Very simple application of GPS road registration.

Emergency system for recording traces of ULM competitions.

The generated files are in CSV format. They can be transmitted to a server via a webservice very easy to implement.

The URL of the webservice is configurable.

PHP webservice example:

  ob_start ();

  $ sRepTraceGPS = "myrep";
  
  $ json = array ("success" => true);

  $ jsonDataIN = json_decode ($ _ POST ["json"], true);

  for ($ f = 0; $ f   {
    $ sFileBase = $ sRepTraceGPS. "/". $ JsonDataIN [$ f] [ "file_name"];

    file_put_contents ($ sFileBase, $ jsonDataIN [$ f] ["contents"]);
  }
  
  $ json ["nb_trace"] = count ($ jsonDataIN);

  ob_clean ();
  
  header ("Content-type: text / html; charset = utf-8");
  echo json_encode ($ json);
  
?>
Updated on
Mar 10, 2025

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
No data shared with third parties
Learn more about how developers declare sharing
No data collected
Learn more about how developers declare collection

App support

About the developer
LEFOULON CHRISTOPHE
racko691@gmail.com
France
undefined