pubsubclient VS pubsubclient

Compare pubsubclient vs pubsubclient and see what are their differences.

pubsubclient

A client library for the Arduino Ethernet Shield that provides support for MQTT. (by knolleary)

pubsubclient

A client library for the ESP8266 that provides support for MQTT (by Imroy)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
pubsubclient pubsubclient
16 1
3,739 431
- -
0.0 0.0
1 day ago 12 months ago
C++ C++
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

pubsubclient

Posts with mentions or reviews of pubsubclient. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-22.

pubsubclient

Posts with mentions or reviews of pubsubclient. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-01.
  • Choosing an MQTT library
    5 projects | /r/esp8266 | 1 Nov 2021
    I got the built in LED blinking within a couple minutes. (Great Success! :D ) I haven't done as well with MQTT. :-/ I started following a tutorial at https://vimalb.github.io/IoT-ESP8266-Starter/Lesson_04/lesson.html and immediately ran into the header PubSubClient.h not found. I went into Tools -> Manage Libraries, entered "MQTT" in the search field and came up with over 30 libraries! Next I did a search for the missing header error message and that led me to https://github.com/Imroy/pubsubclient. I installed that and it gets me past the missing header, but when I try to create a PubSubClient I get error: no matching function for call to 'PubSubClient::PubSubClient()' which means there is no default constructor for this class. So I'm not sure if I have the wrong library or if it has been modified since the tutorial was written.

What are some alternatives?

When comparing pubsubclient and pubsubclient you can also consider the following projects:

espMqttClient - MQTT client library for the Espressif devices ESP8266 and ESP32 on the Arduino framework.

Adafruit_MQTT_Library - Arduino library for MQTT support

WiFiManager - ESP8266 WiFi Connection manager with web captive portal

WiFi-remote-for-Bestway-Lay-Z-SPA - Hack - ESP8266 as WiFi remote control for Bestway Lay-Z spa Helsinki

arduino-mqtt - MQTT library for Arduino

Tasmota - Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at

AsyncElegantOTA - Deprecated: Perform OTAs for ESP8266 / ESP32 Elegantly! Uses AsyncWebServer

esp32_xiaomi_mi_2_hass - Xiaomi Mi Body Composition Scale integration into Home Assistant using an ESP32 as a BLE to Wifi bridge with Appdaemon processing the data.

esp32-cam-motion-detector - Arduino Sketch to turn an ESP32 dev board into a configurable MQTT motion detector

MQTTSerialPrinter - Arduino library that allows you to print to both serial and MQTT at the same time