# Contoh kode dan library

Di bawah ini adalah SDK (Source Development Kit) untuk beberapa device IoT. Jika device yang anda pakai tidak terdapat di bawah ini, anda tetap dapat menggunakan layanan kami dengan menggunakan RESTful API. Apakah anda merupakan seorang device maker? Ingin bekerjasama dengan kami? Ingin membuat library device anda tersedia untuk komunitas kami? Anda dapat menghubungi kami pada <support@antares.id>

{% content-ref url="contoh-kode-dan-library/esp8266-wi-fi" %}
[esp8266-wi-fi](https://docs.antares.id/contoh-kode-dan-library/esp8266-wi-fi)
{% endcontent-ref %}

{% content-ref url="contoh-kode-dan-library/arduino-uno" %}
[arduino-uno](https://docs.antares.id/contoh-kode-dan-library/arduino-uno)
{% endcontent-ref %}

{% content-ref url="contoh-kode-dan-library/esp32-wi-fi" %}
[esp32-wi-fi](https://docs.antares.id/contoh-kode-dan-library/esp32-wi-fi)
{% endcontent-ref %}

{% content-ref url="contoh-kode-dan-library/raspberry-pi" %}
[raspberry-pi](https://docs.antares.id/contoh-kode-dan-library/raspberry-pi)
{% endcontent-ref %}

{% content-ref url="contoh-kode-dan-library/esp32-lora" %}
[esp32-lora](https://docs.antares.id/contoh-kode-dan-library/esp32-lora)
{% endcontent-ref %}

{% content-ref url="contoh-kode-dan-library/nb-iot" %}
[nb-iot](https://docs.antares.id/contoh-kode-dan-library/nb-iot)
{% endcontent-ref %}

{% content-ref url="contoh-kode-dan-library/android" %}
[android](https://docs.antares.id/contoh-kode-dan-library/android)
{% endcontent-ref %}

{% content-ref url="contoh-kode-dan-library/mit-app-inventor" %}
[mit-app-inventor](https://docs.antares.id/contoh-kode-dan-library/mit-app-inventor)
{% endcontent-ref %}

{% content-ref url="contoh-kode-dan-library/node-red" %}
[node-red](https://docs.antares.id/contoh-kode-dan-library/node-red)
{% endcontent-ref %}

{% content-ref url="contoh-kode-dan-library/postman" %}
[postman](https://docs.antares.id/contoh-kode-dan-library/postman)
{% endcontent-ref %}

{% content-ref url="contoh-kode-dan-library/mqtt-or-push-data-to-device" %}
[mqtt-or-push-data-to-device](https://docs.antares.id/contoh-kode-dan-library/mqtt-or-push-data-to-device)
{% endcontent-ref %}

{% content-ref url="contoh-kode-dan-library/http-or-subscribe-and-notify-mechanism" %}
[http-or-subscribe-and-notify-mechanism](https://docs.antares.id/contoh-kode-dan-library/http-or-subscribe-and-notify-mechanism)
{% endcontent-ref %}

{% content-ref url="contoh-kode-dan-library/library-php" %}
[library-php](https://docs.antares.id/contoh-kode-dan-library/library-php)
{% endcontent-ref %}

{% content-ref url="contoh-kode-dan-library/mqtt-or-subscribe-lora-device" %}
[mqtt-or-subscribe-lora-device](https://docs.antares.id/contoh-kode-dan-library/mqtt-or-subscribe-lora-device)
{% endcontent-ref %}

{% content-ref url="contoh-kode-dan-library/lorawan-or-downlink-tutorial" %}
[lorawan-or-downlink-tutorial](https://docs.antares.id/contoh-kode-dan-library/lorawan-or-downlink-tutorial)
{% endcontent-ref %}

{% content-ref url="contoh-kode-dan-library/register-perangkat-lorawan" %}
[register-perangkat-lorawan](https://docs.antares.id/contoh-kode-dan-library/register-perangkat-lorawan)
{% endcontent-ref %}

{% content-ref url="contoh-kode-dan-library/gps-trackerid" %}
[gps-trackerid](https://docs.antares.id/contoh-kode-dan-library/gps-trackerid)
{% endcontent-ref %}


---

# Agent Instructions: 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:

```
GET https://docs.antares.id/contoh-kode-dan-library.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
