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