Releases: Init-io/InitMQTT
Releases Β· Init-io/InitMQTT
InitMQTT
π Initial Release β InitMQTT v1.1.0
This is the first stable release of InitMQTT, a minimal yet powerful MQTT wrapper for ESP8266/ESP32 β built on top of PubSubClient but designed for humans, not robots.
π§ What's inside:
- One-line
connect(server, port, user, pass) - Publish with
put(...)andputRetain(...)for smart retained messages subscribe(topic)with auto-cachingget(topic)returns last known messagesetCallback(...)made simpleonReconnect(...)lets you resync like a pro- SSL/TLS support via
WiFiClientSecure - Fully async-safe with
refresh()(your new.loop())
π Includes multiple usage examples under examples/usages/ to get you started in seconds.
Built by Siam Rayhan, for makers who just want to ship things that work β fast.
π₯ More features and ESP32 extensions coming soon.