AWS IoT Firmware
Firmware code for AWS IoT Devices
Functions
mqtt.hpp File Reference

header file for mqtt functionalities More...

#include "mgos.h"
#include "mgos_mqtt.h"
Include dependency graph for mqtt.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

header file for mqtt functionalities

Author
Khoi Trinh
Date
2018-09-01