|
AWS IoT Firmware
Firmware code for AWS IoT Devices
|
header file for mqtt functionalities More...
#include "mgos.h"#include "mgos_mqtt.h"

Go to the source code of this file.
Functions | |
| void | sub (struct mg_connection *mgConnection, const char *fmt,...) |
| function used for subscribing to mqtt channels, has variable arguments support More... | |
| void | pub (struct mg_connection *mgConnection, const char *pubTopic, const char *fmt,...) |
| used for publishing to a specific channel of the mqtt server More... | |
header file for mqtt functionalities
1.8.11