esp-open-rtos/extras/paho_mqtt_c
Our Air Quality ebdd2f983b lwip: define LWIP_POSIX_SOCKETS_IO_NAMES as zero (#457)
This patch gets the newlib standard stream descriptors playing well with the
lwip socket descriptors and the spiffs file descriptors. The LWIP_SOCKET_OFFSET
is now defined to be 3, rather than zero, to avoid clashing with the standard
stream descriptors, and the SPIFFS_FILEHDL_OFFSET is bumped up to start after
the lwip descriptors.
2017-10-18 19:33:32 +02:00
..
component.mk MQTT client api and example 2016-04-14 16:59:07 +10:00
LICENSE.txt MQTT client api and example 2016-04-14 16:59:07 +10:00
MQTTClient.c MQTT ignores too many handlers registered 2017-06-19 21:31:09 -03:00
MQTTClient.h paho_mqtt_c: refactor: rename symbols so they all have same prefix (#204) 2016-09-15 19:52:57 +02:00
MQTTConnect.h paho_mqtt_c: refactor: rename symbols so they all have same prefix (#204) 2016-09-15 19:52:57 +02:00
MQTTConnectClient.c paho_mqtt_c: refactor: rename symbols so they all have same prefix (#204) 2016-09-15 19:52:57 +02:00
MQTTDeserializePublish.c paho_mqtt_c: refactor: rename symbols so they all have same prefix (#204) 2016-09-15 19:52:57 +02:00
MQTTESP8266.c lwip: define LWIP_POSIX_SOCKETS_IO_NAMES as zero (#457) 2017-10-18 19:33:32 +02:00
MQTTESP8266.h FreeRTOS type updates. (#261) 2016-11-05 12:04:03 +02:00
MQTTFormat.h paho_mqtt_c: refactor: rename symbols so they all have same prefix (#204) 2016-09-15 19:52:57 +02:00
MQTTPacket.c paho_mqtt_c: refactor: rename symbols so they all have same prefix (#204) 2016-09-15 19:52:57 +02:00
MQTTPacket.h paho_mqtt_c: refactor: rename symbols so they all have same prefix (#204) 2016-09-15 19:52:57 +02:00
MQTTPublish.h paho_mqtt_c: refactor: rename symbols so they all have same prefix (#204) 2016-09-15 19:52:57 +02:00
MQTTSerializePublish.c paho_mqtt_c: refactor: rename symbols so they all have same prefix (#204) 2016-09-15 19:52:57 +02:00
MQTTSubscribe.h paho_mqtt_c: refactor: rename symbols so they all have same prefix (#204) 2016-09-15 19:52:57 +02:00
MQTTSubscribeClient.c paho_mqtt_c: refactor: rename symbols so they all have same prefix (#204) 2016-09-15 19:52:57 +02:00
MQTTUnsubscribe.h paho_mqtt_c: refactor: rename symbols so they all have same prefix (#204) 2016-09-15 19:52:57 +02:00
MQTTUnsubscribeClient.c paho_mqtt_c: refactor: rename symbols so they all have same prefix (#204) 2016-09-15 19:52:57 +02:00
StackTrace.h MQTT client api and example 2016-04-14 16:59:07 +10:00