Virgil IoT KIT
|
Default implementation for thing communication. More...
#include <virgil/iot/cloud/cloud.h>
Go to the source code of this file.
Functions | |
const vs_cloud_impl_t * | vs_curl_http_impl (void) |
Returns curl based implementation of transport. More... | |
Default implementation for thing communication.
Curl based http_request used under the hood. Example of usage inside vs_cloud_init:
You need to implement custom storage implementation. As an example you can see default implementation in vs_app_storage_init_impl() function in app-storage.c file.
const vs_cloud_impl_t* vs_curl_http_impl | ( | void | ) |
Returns curl based implementation of transport.