#ifndef _JM_MQTT_H_ #define _JM_MQTT_H_ #include "pxEpoll.h" int MQTT_connect(); void MQTT_publish(char *topic,char *message); void MQTT_publishBytes(char *topic,char *message,int len); void MQTT_disConnectRemoteControl(); void mqttTimer(PXTIMER_S *timer); #endif