Aero GPS Recorder

Content rating
Everyone
100+
Downloads
Content rating
Everyone
Learn more
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);
  
?>
Registration Application of GPS road (ULM competitions)
Updated on
May 27, 2026

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

What’s new

Version intermédiare