0

My use case is to send image to Amazon AWS cloud using KAA. Embedded board which I use does not have any operating system. I am trying to use C SDK for my cortex M4 based board. But it does not have any OS.

For which platform option do I need to compile C SDK? Will it be possible to use this generated KAA library to place on embedded board and send data to AWS?

Alexey Shmalko
  • 3,678
  • 1
  • 19
  • 35
PratikR
  • 1
  • 2

1 Answers1

0

Yes, Kaa C SDK does support running on platforms without any OS.

Examples:

If you want to run Kaa on a different platform, you should implement a new platform abstraction. You can find reference implementations in the client/client-multi/client-c/src/kaa/platform-impl directory.

Alexey Shmalko
  • 3,678
  • 1
  • 19
  • 35