Skip to content

Releases: alexCajas/EmbeddedMqttBroker

v2.0.12-qos

05 Dec 20:23

Choose a tag to compare

v2.0.11-qos0

03 Dec 21:28

Choose a tag to compare

  • Little fix for platformio.ini
  • Little fix for websocket example
  • update readme.md

V2.0.10-qos0

02 Dec 22:17
29b171f

Choose a tag to compare

fix arduino libary dependencies

v2.0.9-qos0

02 Dec 16:43
9d4e307

Choose a tag to compare

fixed library.properties dependencies

V2.0.8-qos0

01 Dec 23:25

Choose a tag to compare

Major Update (Release)

The MQTT broker is now fully asynchronous, supporting both TCP and WebSockets. This is the high-performance version for the ESP32.

Version Compatibility:

  • The previous synchronous version has been moved to the esp8266RTOS branch. All memory lacks are fixed to.
  • That branch (esp8266RTOS) is for ESP8266 users or anyone requiring the synchronous model on the ESP32.

V1.0.8-qos0

01 Dec 20:18

Choose a tag to compare

Fixed memory lacks for execptional use case of WiFiClient.

V1.0.7-qos0

17 Dec 17:09

Choose a tag to compare

Fix issue #8, merory leack.

V1.0.6-qos0

23 Oct 22:07

Choose a tag to compare

Added compatibility with esp8266. It is needed to use esp8266 rtos ardu core

V1.0.5-qos0

14 Feb 12:16

Choose a tag to compare

This relase include support for Mqtt 3.1.1 and QOS 0.
Fix compatibility with android eclipse paho mqtt client library
Fix two first loses characters when client uses qos > 0
Add esp32-hal-log.h library to use Logging outputs.
Added info of how to see outputs in examples.