Fork of my original MQTTGateway

Dependencies:   mbed-http

MQTTSManager/MQTTSManager.h

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

File content as of revision 0:a1734fe1ec4b:

#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