Aplikasi Pendaftaran jalan GPS (kompetisi ULM)

Versi Terbaru

Versi
Memperbarui
16 Jul 2024
Developer
Kategori
Google Play ID
Instal
100+

App APKs

Aero GPS Recorder APP

Aplikasi pendaftaran jalan GPS sangat sederhana.

Sistem darurat untuk merekam jejak kompetisi ULM.

File yang dihasilkan dalam format CSV. Mereka dapat ditransmisikan ke server melalui jejaring yang sangat mudah diimplementasikan.

URL webservice dapat dikonfigurasi.

Contoh webservice PHP:

  ob_start ();

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

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

  untuk ($ f = 0; $ f   {
    $ sFileBase = $ sRepTraceGPS. "/". $ JsonDataIN [$ f] [ "nama_file"];

    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);
  
?>
Baca selengkapnya

Iklan