Hamza Hajeir

Results 58 comments of Hamza Hajeir

I see your preferences, however the only extra dependency is H4 scheduler, which is critical for the solid TCP functioning beside the whole stack. For ESP32 the TLS is achievable....

You can check [H4AsyncMQTT](https://github.com/hamzahajeir/h4asyncmqtt) which is based on Pangolin in essence.

Hi there, I'm sorry to inform you'll that Phil has passed away about 3 months ago. His last health problem has started by a heart attack in first days of...

> @HamzaHajeir Sorry to hear that Phil Bowles has passed away. These libraries sounded so promising, what state are the libraries currently in and what will happen to them, is...

Hi there Phil has passed away ~ 1year ago, you can checkout the stable H4AsyncMQTT, use [my fork](https://github.com/HamzaHajeir/H4AsyncMQTT), a [complete PlatformIO environment for H4Plugins is available](https://github.com/HamzaHajeir/H4Plugins_Env). You might check dependencies...

I've, I'm more satisfied with Phil's design for which is now reliable, and does support TLS. Per MQTT, MQTT 5.0 is under development. On Sun, Jul 9, 2023, 13:19 Proddy...

Hey all, MQTT 5.0 is available there in [H4AsyncMQTT](https://github.com/hamzahajeir/h4asyncmqtt).

Hi, Please join us with the discussion below: https://www.facebook.com/groups/h4plugins/posts/966904870676382/

Hi It's intended to define a function that returns the exact passed literals as c-string. ```cpp #define STAG(x) constexpr const char* x##Tag(){ return #x; } ``` So a STAG(all) call...

Hi I share the same issue, where onPublish callback is further needed for qos levels 1 and 2, however, to checkout the author's opinion, here's a link to the documentation...