Fork of my original MQTTGateway

Dependencies:   mbed-http

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers MQTTSManager.h Source File

MQTTSManager.h

00001 #ifndef _MQTTS_MANAGER_H_
00002 #define _MQTTS_MANAGER_H_
00003 
00004 
00005 #include "MQTTThreadedClient.h"
00006 #include "Sensor.h"
00007 
00008 
00009 int mqttsInit(NetworkInterface * net, const char * pem);
00010 void postMQTTUpdate(SensorData &msg);
00011 int runMQTTS();
00012 
00013 #endif