Fork of my MQTTGateway

Dependencies:   mbed-http

MQTTSManager/MQTTSManager.h

Committer:
vpcola
Date:
2017-04-08
Revision:
0:f1d3878b8dd9

File content as of revision 0:f1d3878b8dd9:

#ifndef _MQTTS_MANAGER_H_
#define _MQTTS_MANAGER_H_


#include "MQTTThreadedClient.h"
#include "Sensor.h"


int mqttsInit(NetworkInterface * net, const char * pem);
void postMQTTUpdate(SensorData &msg);
int runMQTTS();

#endif