Imroy / pubsubclient

A client library for the ESP8266 that provides support for MQTT
MIT License
435 stars 115 forks source link

Compatibility broken with original knolleary/pubsubclient lib #68

Open chaveiro opened 7 years ago

chaveiro commented 7 years ago

How about merging this to the original lib and agree on keeping only the best of both?

This lib is a fork of https://github.com/knolleary/pubsubclient and should be compatible with the original. Both are really good and popular libs but its a pain to manage across projects that require one or the other.

One of the critical issues is having different callback signatures.

Pimmetje commented 7 years ago

Any update on this? I am looking for a MQTT-SSL OTA for ESP 8266. It seems that this library is missing SSL support https://github.com/Imroy/pubsubclient/issues/18 and knolleary the OTA https://github.com/knolleary/pubsubclient/issues/286.

Anyone willing to help and merge the two?