> For the complete documentation index, see [llms.txt](https://navixy.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://navixy.com/docs/user/id/guide/devices-and-settings/connectivity/data-forwarding/startrack.md).

# Startrack

Protokol Startrack memungkinkan penerusan data GPS dan telemetri dari Navixy ke sistem eksternal secara waktu nyata. Protokol ini umum digunakan di Amerika Tengah, terutama di Guatemala, El Salvador, dan Honduras, untuk manajemen Armada, operasi industri, konstruksi, dan transportasi berpengatur suhu.

### Apa itu Startrack?

Startrack adalah protokol retranslasi ringan yang mengirimkan data lokasi, kecepatan, waktu, dan status kendaraan ke platform backend. Tujuannya adalah memungkinkan integrasi berkelanjutan antara Navixy dan sistem pemantauan atau manajemen pihak ketiga.

### Informasi teknis umum

Startrack menggunakan SOAP untuk mengirim data dalam format XML melalui HTTPS ke endpoint yang dikonfigurasi.

Data berikut dikirim:

* ID kendaraan
* Lintang
* Bujur
* Arah
* Kecepatan
* Tanggal
* Pengapian
* Lokasi valid

### Konfigurasi

Untuk menyiapkan penerusan data ke Startrack, gunakan parameter berikut:

| Parameter | Nilai                                       |
| --------- | ------------------------------------------- |
| Domain    | `https://cempro.gps.gt/gpsDataService?wsdl` |
| Port      | `443`                                       |
| Protokol  | SOAP / XML melalui HTTPS                    |

Setelah membuat retranslator di Navixy, tetapkan ke perangkat yang sesuai dan pastikan ID eksternal cocok dengan pengenal yang diharapkan oleh Startrack.

### Pemecahan masalah

Jika data tidak diterima di sisi Startrack, verifikasi hal berikut:

* Retranslator diaktifkan
* URL endpoint dan port sudah benar
* ID kendaraan sesuai dengan sistem tujuan
* Startrack mengonfirmasi data yang masuk

Untuk menguji konektivitas, Anda dapat menjalankan `curl` permintaan menggunakan file SOAP XML yang telah disiapkan. Respons yang berhasil harus mencakup `oke>true` dan sebuah pesan yang menunjukkan bahwa data telah ditambahkan ke antrean pemrosesan.

**Contoh:**

\<soap:Envelope xmlns:soap="<http://schemas.xmlsoap.org/soap/envelope/>">\<soap:Body>\<ns2:receiveWithConfirmationResponse xmlns:ns2="[https://cempro.gps.gt](https://cempro.gps.gt/)">\<return>\<ok>true\</ok>\<result>u66> isOk:true statuses:\[ADDED\_TO\_RECORD\_Q] pesan:\[ditambahkan ke antrean perekam] \</result>\</return>\</ns2:receiveWithConfirmationResponse>\</soap:Body>\</soap:Envelope>%

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://navixy.com/docs/user/id/guide/devices-and-settings/connectivity/data-forwarding/startrack.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
