I am developing an IoT solution using ESP8266 (ESP12E) and programming using Arduino IDE. I came across Kaa lately and was exploring if it can be used to power our servers. As I understand, we can develop applications on top of Kaa while Kaa handles all the communication between the endpoint (our embedded device) and the server.
I want to know if we can integrate the Kaa C SDK along with the Arduino code we have written for our application. Is it the case that Kaa provides header files/libraries that we can compile along with Arduino code or is it a firmware that we will have to burn directly to the chip?
I am just starting to experiment with Kaa and it would be great if there is someone who have tried implementing this solution can help out.
Thanks in advance!