# GREMSY PAYLOAD SDK

<https://github.com/Gremsy/PayloadSdk/tree/payloadsdk_v2>

### Hardware

* Ubuntu PC (x86\_64)
* Jetson platform (aarch64)
* Raspberry Pi

### Clone the project

```
git clone -b develop --recurse-submodules https://github.com/Gremsy/PayloadSdk.git

cd PayloadSdk/libs/gSDK/
git checkout gSDK_V3_alpha
git pull origin gSDK_V3_alpha
```

### Hardware setup

PayloadSDK supports 2 control conections, that's configured at payloadsdk.h:

<figure><img src="https://github.com/Gremsy/PayloadSdk/raw/master/PayloadSDK_HW_Setup.png" alt=""><figcaption></figcaption></figure>

**Figure 1:** Hardware setup use Ethernet or UART connection

### How to build

* Install required lib

```
sudo apt-get install libcurl4-openssl-dev libjsoncpp-dev
```

* Build project

```
cd PayloadSdk
mkdir build && cd build

cmake -Dpayload ../
e.g. cmake -DVIO=1 ../
     cmake -DGHADRON=1 ../
     cmake -DZIO=1 ../

make -j6
```


---

# 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.gremsy.com/payloads/general/gremsy-payload-sdk.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.
