# Code and library examples

Below is the SDK (Source Development Kit) for some IoT devices. If your device is not listed below, you can still use our service by using RESTful API. Are you a device maker? Want to collaborate with us? Want to make your device library available to our community? You can contact us at <support@antares.id>

{% content-ref url="/pages/aXmIpVLuIt8gFr0XUfi4" %}
[ESP8266 (Wi-Fi)](/en/code-and-library-examples/esp8266-wi-fi.md)
{% endcontent-ref %}

{% content-ref url="/pages/qYAm0J5CMf9qF23QdPmH" %}
[Arduino Uno](/en/code-and-library-examples/arduino-uno.md)
{% endcontent-ref %}

{% content-ref url="/pages/45GkDicKzSJncZJCNDHM" %}
[ESP32 (Wi-Fi)](/en/code-and-library-examples/esp32-wi-fi.md)
{% endcontent-ref %}

{% content-ref url="/pages/RiOlVQQ4F1Tg2dMcqwHD" %}
[Raspberry Pi](/en/code-and-library-examples/raspberry-pi.md)
{% endcontent-ref %}

{% content-ref url="/pages/45GkDicKzSJncZJCNDHM" %}
[ESP32 (Wi-Fi)](/en/code-and-library-examples/esp32-wi-fi.md)
{% endcontent-ref %}

{% content-ref url="/pages/hDVXUsreoMtSB8duetsj" %}
[NB-IoT](/en/code-and-library-examples/nb-iot.md)
{% endcontent-ref %}

{% content-ref url="/pages/iG5vxtsKDkYhPs05kW3s" %}
[Android](/en/code-and-library-examples/android.md)
{% endcontent-ref %}

{% content-ref url="/pages/8iwQJyy4wKCqg58c9xVG" %}
[MIT App Inventor](/en/code-and-library-examples/mit-app-inventor.md)
{% endcontent-ref %}

{% content-ref url="/pages/ElzS4FdY8vljvLBJlKWu" %}
[Node-RED](/en/code-and-library-examples/node-red.md)
{% endcontent-ref %}

{% content-ref url="/pages/jlUcuikwvtcM0X3XxtgG" %}
[Postman](/en/code-and-library-examples/postman.md)
{% endcontent-ref %}

{% content-ref url="/pages/zIOV2NOYiwQq8f9kEsH6" %}
[MQTT | Push data to Device](/en/code-and-library-examples/mqtt-or-push-data-to-device.md)
{% endcontent-ref %}

{% content-ref url="/pages/nr8Y2YgMG413YPr6B7Og" %}
[HTTP | Subscribe and Notify Mechanism](/en/code-and-library-examples/http-or-subscribe-and-notify-mechanism.md)
{% endcontent-ref %}

{% content-ref url="/pages/pZYVUJLaobht2FHyEaP6" %}
[PHP Library](/en/code-and-library-examples/php-library.md)
{% endcontent-ref %}

{% content-ref url="/pages/xERGXTsVoSrpWup3bgLe" %}
[MQTT | Subscribe LoRa Device](/en/code-and-library-examples/mqtt-or-subscribe-lora-device.md)
{% endcontent-ref %}

{% content-ref url="/pages/3UY5BYtBFdBhnZkMWRLb" %}
[LoRaWAN | Downlink Tutorial](/en/code-and-library-examples/lorawan-or-downlink-tutorial.md)
{% endcontent-ref %}

{% content-ref url="/pages/pf9Zi1uWYSWWmRwy77kO" %}
[LoRaWAN Device Register](/en/code-and-library-examples/lorawan-device-register.md)
{% endcontent-ref %}

{% content-ref url="/pages/JvgImHm4lxpzwIKcP0vW" %}
[GPS TrackerID](/en/code-and-library-examples/gps-trackerid.md)
{% 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/en/code-and-library-examples.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.
