C

Prerequisites

  • XDK workbench installed --> Download it

  • Basic C/C++

  • Knowledge of how REST Api works

In this part we are going to see how to send XDK data, basically the XDK will send a POST request to our server that we have already mounted, so what we need is just to find the way to send this data via HTTP in json format.

Last updated